PERWAPI.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <ProjectType>Local</ProjectType>
  4. <ProductVersion>8.0.50727</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{6E89897A-ECB1-460E-976E-A14179524F81}</ProjectGuid>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ApplicationIcon>
  10. </ApplicationIcon>
  11. <AssemblyKeyContainerName>
  12. </AssemblyKeyContainerName>
  13. <AssemblyName>QUT.PERWAPI</AssemblyName>
  14. <AssemblyOriginatorKeyFile>QUTgpTools.pfx</AssemblyOriginatorKeyFile>
  15. <DefaultClientScript>JScript</DefaultClientScript>
  16. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  17. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  18. <DelaySign>false</DelaySign>
  19. <OutputType>Library</OutputType>
  20. <RootNamespace>QUT.PERWAPI</RootNamespace>
  21. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  22. <StartupObject>
  23. </StartupObject>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. <UpgradeBackupLocation>
  27. </UpgradeBackupLocation>
  28. <SignAssembly>true</SignAssembly>
  29. <OldToolsVersion>2.0</OldToolsVersion>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <OutputPath>bin\Debug\</OutputPath>
  33. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  34. <BaseAddress>285212672</BaseAddress>
  35. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  36. <ConfigurationOverrideFile>
  37. </ConfigurationOverrideFile>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DocumentationFile>
  40. </DocumentationFile>
  41. <DebugSymbols>true</DebugSymbols>
  42. <FileAlignment>4096</FileAlignment>
  43. <NoStdLib>false</NoStdLib>
  44. <NoWarn>
  45. </NoWarn>
  46. <Optimize>false</Optimize>
  47. <RegisterForComInterop>false</RegisterForComInterop>
  48. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  49. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  50. <WarningLevel>4</WarningLevel>
  51. <DebugType>full</DebugType>
  52. <ErrorReport>prompt</ErrorReport>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <OutputPath>bin\Release\</OutputPath>
  56. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  57. <BaseAddress>285212672</BaseAddress>
  58. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  59. <ConfigurationOverrideFile>
  60. </ConfigurationOverrideFile>
  61. <DefineConstants>TRACE</DefineConstants>
  62. <DocumentationFile>
  63. </DocumentationFile>
  64. <DebugSymbols>false</DebugSymbols>
  65. <FileAlignment>4096</FileAlignment>
  66. <NoStdLib>false</NoStdLib>
  67. <NoWarn>
  68. </NoWarn>
  69. <Optimize>true</Optimize>
  70. <RegisterForComInterop>false</RegisterForComInterop>
  71. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  72. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  73. <WarningLevel>4</WarningLevel>
  74. <DebugType>none</DebugType>
  75. <ErrorReport>prompt</ErrorReport>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="System">
  79. <Name>System</Name>
  80. </Reference>
  81. <Reference Include="System.Data">
  82. <Name>System.Data</Name>
  83. </Reference>
  84. <Reference Include="System.Xml">
  85. <Name>System.XML</Name>
  86. </Reference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="CILWriter.cs" />
  90. <Compile Include="ClassLayout.cs" />
  91. <Compile Include="MDClassElems.cs" />
  92. <Compile Include="CodeBlocks.cs" />
  93. <Compile Include="MDClassRefElems.cs" />
  94. <Compile Include="CustomAttribute.cs" />
  95. <Compile Include="MDDefScopeElems.cs" />
  96. <Compile Include="MDFeatureElems.cs" />
  97. <Compile Include="MDExternClassElem.cs" />
  98. <Compile Include="MDClassDefElems.cs" />
  99. <Compile Include="FieldMarshal.cs" />
  100. <Compile Include="FieldRVA.cs" />
  101. <Compile Include="MDFieldElems.cs" />
  102. <Compile Include="MDFileRefElems.cs" />
  103. <Compile Include="MDRefScopeElems.cs" />
  104. <Compile Include="MDSignatureElems.cs" />
  105. <Compile Include="MetaDataClass.cs" />
  106. <Compile Include="MetaDataOut.cs" />
  107. <Compile Include="MethSigClass.cs" />
  108. <Compile Include="NativeTypes.cs" />
  109. <Compile Include="PDBClasses.cs" />
  110. <Compile Include="PEFile.cs" />
  111. <Compile Include="Constants.cs" />
  112. <Compile Include="EHClause.cs" />
  113. <Compile Include="Enumerations.cs" />
  114. <Compile Include="FileImage.cs" />
  115. <Compile Include="Instructions.cs" />
  116. <Compile Include="Local.cs" />
  117. <Compile Include="MDElements.cs" />
  118. <Compile Include="PEReader.cs" />
  119. <Compile Include="PEResourceClasses.cs" />
  120. <Compile Include="PERWAPI.cs">
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="PEWriter.cs" />
  124. <Compile Include="MDMethodElems.cs" />
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <Compile Include="SectionClass.cs" />
  127. <Compile Include="SourceFile.cs" />
  128. <Compile Include="MDTypeElems.cs" />
  129. <Compile Include="Utils.cs" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <EmbeddedResource Include="Blank.pdb" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <ProjectReference Include="..\..\CVS-symbolRW\SymbolRW.csproj">
  136. <Project>{2BC469D1-46DA-4FBF-A431-6B1344BBCD23}</Project>
  137. <Name>SymbolRW</Name>
  138. </ProjectReference>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="QUTgpTools.pfx" />
  142. </ItemGroup>
  143. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  144. <PropertyGroup>
  145. <PreBuildEvent>
  146. </PreBuildEvent>
  147. <PostBuildEvent>
  148. </PostBuildEvent>
  149. </PropertyGroup>
  150. </Project>