PERWAPI.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{6E89897A-ECB1-460E-976E-A14179524F81}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>
  11. </ApplicationIcon>
  12. <AssemblyKeyContainerName>
  13. </AssemblyKeyContainerName>
  14. <AssemblyName>QUT.PERWAPI</AssemblyName>
  15. <AssemblyOriginatorKeyFile>
  16. </AssemblyOriginatorKeyFile>
  17. <DefaultClientScript>JScript</DefaultClientScript>
  18. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  19. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  20. <DelaySign>false</DelaySign>
  21. <OutputType>Library</OutputType>
  22. <RootNamespace>QUT.PERWAPI</RootNamespace>
  23. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  24. <StartupObject>
  25. </StartupObject>
  26. <FileUpgradeFlags>
  27. </FileUpgradeFlags>
  28. <UpgradeBackupLocation>
  29. </UpgradeBackupLocation>
  30. <SignAssembly>false</SignAssembly>
  31. <OldToolsVersion>3.5</OldToolsVersion>
  32. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  33. <PublishUrl>publish\</PublishUrl>
  34. <Install>true</Install>
  35. <InstallFrom>Disk</InstallFrom>
  36. <UpdateEnabled>false</UpdateEnabled>
  37. <UpdateMode>Foreground</UpdateMode>
  38. <UpdateInterval>7</UpdateInterval>
  39. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  40. <UpdatePeriodically>false</UpdatePeriodically>
  41. <UpdateRequired>false</UpdateRequired>
  42. <MapFileExtensions>true</MapFileExtensions>
  43. <ApplicationRevision>0</ApplicationRevision>
  44. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  45. <IsWebBootstrapper>false</IsWebBootstrapper>
  46. <UseApplicationTrust>false</UseApplicationTrust>
  47. <BootstrapperEnabled>true</BootstrapperEnabled>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  50. <OutputPath>bin\Debug\</OutputPath>
  51. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  52. <BaseAddress>285212672</BaseAddress>
  53. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  54. <ConfigurationOverrideFile>
  55. </ConfigurationOverrideFile>
  56. <DefineConstants>DEBUG;TRACE</DefineConstants>
  57. <DocumentationFile>
  58. </DocumentationFile>
  59. <DebugSymbols>true</DebugSymbols>
  60. <FileAlignment>4096</FileAlignment>
  61. <NoStdLib>false</NoStdLib>
  62. <NoWarn>
  63. </NoWarn>
  64. <Optimize>false</Optimize>
  65. <RegisterForComInterop>false</RegisterForComInterop>
  66. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  67. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  68. <WarningLevel>4</WarningLevel>
  69. <DebugType>full</DebugType>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  72. </PropertyGroup>
  73. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  74. <OutputPath>bin\Release\</OutputPath>
  75. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  76. <BaseAddress>285212672</BaseAddress>
  77. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  78. <ConfigurationOverrideFile>
  79. </ConfigurationOverrideFile>
  80. <DefineConstants>TRACE</DefineConstants>
  81. <DocumentationFile>
  82. </DocumentationFile>
  83. <DebugSymbols>false</DebugSymbols>
  84. <FileAlignment>4096</FileAlignment>
  85. <NoStdLib>false</NoStdLib>
  86. <NoWarn>
  87. </NoWarn>
  88. <Optimize>true</Optimize>
  89. <RegisterForComInterop>false</RegisterForComInterop>
  90. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  91. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  92. <WarningLevel>4</WarningLevel>
  93. <DebugType>none</DebugType>
  94. <ErrorReport>prompt</ErrorReport>
  95. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  96. </PropertyGroup>
  97. <ItemGroup>
  98. <Reference Include="System">
  99. <Name>System</Name>
  100. </Reference>
  101. <Reference Include="System.Data">
  102. <Name>System.Data</Name>
  103. </Reference>
  104. <Reference Include="System.Xml">
  105. <Name>System.XML</Name>
  106. </Reference>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="CILWriter.cs" />
  110. <Compile Include="ClassLayout.cs" />
  111. <Compile Include="MDClassElems.cs" />
  112. <Compile Include="CodeBlocks.cs" />
  113. <Compile Include="MDClassRefElems.cs" />
  114. <Compile Include="CustomAttribute.cs" />
  115. <Compile Include="MDDefScopeElems.cs" />
  116. <Compile Include="MDFeatureElems.cs" />
  117. <Compile Include="MDExternClassElem.cs" />
  118. <Compile Include="MDClassDefElems.cs" />
  119. <Compile Include="FieldMarshal.cs" />
  120. <Compile Include="FieldRVA.cs" />
  121. <Compile Include="MDFieldElems.cs" />
  122. <Compile Include="MDFileRefElems.cs" />
  123. <Compile Include="MDRefScopeElems.cs" />
  124. <Compile Include="MDSignatureElems.cs" />
  125. <Compile Include="MetaDataClass.cs" />
  126. <Compile Include="MetaDataOut.cs" />
  127. <Compile Include="MethSigClass.cs" />
  128. <Compile Include="NativeTypes.cs" />
  129. <Compile Include="PDBClasses.cs" />
  130. <Compile Include="PEFile.cs" />
  131. <Compile Include="Constants.cs" />
  132. <Compile Include="EHClause.cs" />
  133. <Compile Include="Enumerations.cs" />
  134. <Compile Include="FileImage.cs" />
  135. <Compile Include="Instructions.cs" />
  136. <Compile Include="Local.cs" />
  137. <Compile Include="MDElements.cs" />
  138. <Compile Include="PEReader.cs" />
  139. <Compile Include="PEResourceClasses.cs" />
  140. <Compile Include="PERWAPI.cs">
  141. <SubType>Code</SubType>
  142. </Compile>
  143. <Compile Include="PEWriter.cs" />
  144. <Compile Include="MDMethodElems.cs" />
  145. <Compile Include="Properties\AssemblyInfo.cs" />
  146. <Compile Include="SectionClass.cs" />
  147. <Compile Include="SourceFile.cs" />
  148. <Compile Include="MDTypeElems.cs" />
  149. <Compile Include="Utils.cs" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <EmbeddedResource Include="Blank.pdb" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  156. <Visible>False</Visible>
  157. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  158. <Install>false</Install>
  159. </BootstrapperPackage>
  160. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  161. <Visible>False</Visible>
  162. <ProductName>.NET Framework 3.5 SP1</ProductName>
  163. <Install>true</Install>
  164. </BootstrapperPackage>
  165. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  166. <Visible>False</Visible>
  167. <ProductName>Windows Installer 3.1</ProductName>
  168. <Install>true</Install>
  169. </BootstrapperPackage>
  170. </ItemGroup>
  171. <ItemGroup>
  172. <ProjectReference Include="..\SymbolRW\SymbolRW.csproj">
  173. <Project>{2BC469D1-46DA-4FBF-A431-6B1344BBCD23}</Project>
  174. <Name>SymbolRW</Name>
  175. </ProjectReference>
  176. </ItemGroup>
  177. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  178. <PropertyGroup>
  179. <PreBuildEvent>
  180. </PreBuildEvent>
  181. <PostBuildEvent>
  182. </PostBuildEvent>
  183. </PropertyGroup>
  184. </Project>