annotate src/zlib-1.2.8/contrib/dotzlib/DotZLib/DotZLib.csproj @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 5ea0608b923f
children
rev   line source
Chris@43 1 <VisualStudioProject>
Chris@43 2 <CSHARP
Chris@43 3 ProjectType = "Local"
Chris@43 4 ProductVersion = "7.10.3077"
Chris@43 5 SchemaVersion = "2.0"
Chris@43 6 ProjectGuid = "{BB1EE0B1-1808-46CB-B786-949D91117FC5}"
Chris@43 7 >
Chris@43 8 <Build>
Chris@43 9 <Settings
Chris@43 10 ApplicationIcon = ""
Chris@43 11 AssemblyKeyContainerName = ""
Chris@43 12 AssemblyName = "DotZLib"
Chris@43 13 AssemblyOriginatorKeyFile = ""
Chris@43 14 DefaultClientScript = "JScript"
Chris@43 15 DefaultHTMLPageLayout = "Grid"
Chris@43 16 DefaultTargetSchema = "IE50"
Chris@43 17 DelaySign = "false"
Chris@43 18 OutputType = "Library"
Chris@43 19 PreBuildEvent = ""
Chris@43 20 PostBuildEvent = ""
Chris@43 21 RootNamespace = "DotZLib"
Chris@43 22 RunPostBuildEvent = "OnBuildSuccess"
Chris@43 23 StartupObject = ""
Chris@43 24 >
Chris@43 25 <Config
Chris@43 26 Name = "Debug"
Chris@43 27 AllowUnsafeBlocks = "false"
Chris@43 28 BaseAddress = "285212672"
Chris@43 29 CheckForOverflowUnderflow = "false"
Chris@43 30 ConfigurationOverrideFile = ""
Chris@43 31 DefineConstants = "DEBUG;TRACE"
Chris@43 32 DocumentationFile = "docs\DotZLib.xml"
Chris@43 33 DebugSymbols = "true"
Chris@43 34 FileAlignment = "4096"
Chris@43 35 IncrementalBuild = "false"
Chris@43 36 NoStdLib = "false"
Chris@43 37 NoWarn = "1591"
Chris@43 38 Optimize = "false"
Chris@43 39 OutputPath = "bin\Debug\"
Chris@43 40 RegisterForComInterop = "false"
Chris@43 41 RemoveIntegerChecks = "false"
Chris@43 42 TreatWarningsAsErrors = "false"
Chris@43 43 WarningLevel = "4"
Chris@43 44 />
Chris@43 45 <Config
Chris@43 46 Name = "Release"
Chris@43 47 AllowUnsafeBlocks = "false"
Chris@43 48 BaseAddress = "285212672"
Chris@43 49 CheckForOverflowUnderflow = "false"
Chris@43 50 ConfigurationOverrideFile = ""
Chris@43 51 DefineConstants = "TRACE"
Chris@43 52 DocumentationFile = "docs\DotZLib.xml"
Chris@43 53 DebugSymbols = "false"
Chris@43 54 FileAlignment = "4096"
Chris@43 55 IncrementalBuild = "false"
Chris@43 56 NoStdLib = "false"
Chris@43 57 NoWarn = ""
Chris@43 58 Optimize = "true"
Chris@43 59 OutputPath = "bin\Release\"
Chris@43 60 RegisterForComInterop = "false"
Chris@43 61 RemoveIntegerChecks = "false"
Chris@43 62 TreatWarningsAsErrors = "false"
Chris@43 63 WarningLevel = "4"
Chris@43 64 />
Chris@43 65 </Settings>
Chris@43 66 <References>
Chris@43 67 <Reference
Chris@43 68 Name = "System"
Chris@43 69 AssemblyName = "System"
Chris@43 70 HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll"
Chris@43 71 />
Chris@43 72 <Reference
Chris@43 73 Name = "System.Data"
Chris@43 74 AssemblyName = "System.Data"
Chris@43 75 HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
Chris@43 76 />
Chris@43 77 <Reference
Chris@43 78 Name = "System.XML"
Chris@43 79 AssemblyName = "System.Xml"
Chris@43 80 HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
Chris@43 81 />
Chris@43 82 <Reference
Chris@43 83 Name = "nunit.framework"
Chris@43 84 AssemblyName = "nunit.framework"
Chris@43 85 HintPath = "E:\apps\NUnit V2.1\\bin\nunit.framework.dll"
Chris@43 86 AssemblyFolderKey = "hklm\dn\nunit.framework"
Chris@43 87 />
Chris@43 88 </References>
Chris@43 89 </Build>
Chris@43 90 <Files>
Chris@43 91 <Include>
Chris@43 92 <File
Chris@43 93 RelPath = "AssemblyInfo.cs"
Chris@43 94 SubType = "Code"
Chris@43 95 BuildAction = "Compile"
Chris@43 96 />
Chris@43 97 <File
Chris@43 98 RelPath = "ChecksumImpl.cs"
Chris@43 99 SubType = "Code"
Chris@43 100 BuildAction = "Compile"
Chris@43 101 />
Chris@43 102 <File
Chris@43 103 RelPath = "CircularBuffer.cs"
Chris@43 104 SubType = "Code"
Chris@43 105 BuildAction = "Compile"
Chris@43 106 />
Chris@43 107 <File
Chris@43 108 RelPath = "CodecBase.cs"
Chris@43 109 SubType = "Code"
Chris@43 110 BuildAction = "Compile"
Chris@43 111 />
Chris@43 112 <File
Chris@43 113 RelPath = "Deflater.cs"
Chris@43 114 SubType = "Code"
Chris@43 115 BuildAction = "Compile"
Chris@43 116 />
Chris@43 117 <File
Chris@43 118 RelPath = "DotZLib.cs"
Chris@43 119 SubType = "Code"
Chris@43 120 BuildAction = "Compile"
Chris@43 121 />
Chris@43 122 <File
Chris@43 123 RelPath = "GZipStream.cs"
Chris@43 124 SubType = "Code"
Chris@43 125 BuildAction = "Compile"
Chris@43 126 />
Chris@43 127 <File
Chris@43 128 RelPath = "Inflater.cs"
Chris@43 129 SubType = "Code"
Chris@43 130 BuildAction = "Compile"
Chris@43 131 />
Chris@43 132 <File
Chris@43 133 RelPath = "UnitTests.cs"
Chris@43 134 SubType = "Code"
Chris@43 135 BuildAction = "Compile"
Chris@43 136 />
Chris@43 137 </Include>
Chris@43 138 </Files>
Chris@43 139 </CSHARP>
Chris@43 140 </VisualStudioProject>
Chris@43 141