123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
- <PropertyGroup>
- <ProjectType>Local</ProjectType>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{6E89897A-ECB1-460E-976E-A14179524F81}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ApplicationIcon>
- </ApplicationIcon>
- <AssemblyKeyContainerName>
- </AssemblyKeyContainerName>
- <AssemblyName>QUT.PERWAPI</AssemblyName>
- <AssemblyOriginatorKeyFile>QUTgpTools.pfx</AssemblyOriginatorKeyFile>
- <DefaultClientScript>JScript</DefaultClientScript>
- <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
- <DefaultTargetSchema>IE50</DefaultTargetSchema>
- <DelaySign>false</DelaySign>
- <OutputType>Library</OutputType>
- <RootNamespace>QUT.PERWAPI</RootNamespace>
- <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
- <StartupObject>
- </StartupObject>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <SignAssembly>true</SignAssembly>
- <OldToolsVersion>2.0</OldToolsVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <OutputPath>bin\Debug\</OutputPath>
- <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <BaseAddress>285212672</BaseAddress>
- <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile>
- </ConfigurationOverrideFile>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DocumentationFile>
- </DocumentationFile>
- <DebugSymbols>true</DebugSymbols>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn>
- </NoWarn>
- <Optimize>false</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>full</DebugType>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>bin\Release\</OutputPath>
- <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <BaseAddress>285212672</BaseAddress>
- <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile>
- </ConfigurationOverrideFile>
- <DefineConstants>TRACE</DefineConstants>
- <DocumentationFile>
- </DocumentationFile>
- <DebugSymbols>false</DebugSymbols>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn>
- </NoWarn>
- <Optimize>true</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>none</DebugType>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System">
- <Name>System</Name>
- </Reference>
- <Reference Include="System.Data">
- <Name>System.Data</Name>
- </Reference>
- <Reference Include="System.Xml">
- <Name>System.XML</Name>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="CILWriter.cs" />
- <Compile Include="ClassLayout.cs" />
- <Compile Include="MDClassElems.cs" />
- <Compile Include="CodeBlocks.cs" />
- <Compile Include="MDClassRefElems.cs" />
- <Compile Include="CustomAttribute.cs" />
- <Compile Include="MDDefScopeElems.cs" />
- <Compile Include="MDFeatureElems.cs" />
- <Compile Include="MDExternClassElem.cs" />
- <Compile Include="MDClassDefElems.cs" />
- <Compile Include="FieldMarshal.cs" />
- <Compile Include="FieldRVA.cs" />
- <Compile Include="MDFieldElems.cs" />
- <Compile Include="MDFileRefElems.cs" />
- <Compile Include="MDRefScopeElems.cs" />
- <Compile Include="MDSignatureElems.cs" />
- <Compile Include="MetaDataClass.cs" />
- <Compile Include="MetaDataOut.cs" />
- <Compile Include="MethSigClass.cs" />
- <Compile Include="NativeTypes.cs" />
- <Compile Include="PDBClasses.cs" />
- <Compile Include="PEFile.cs" />
- <Compile Include="Constants.cs" />
- <Compile Include="EHClause.cs" />
- <Compile Include="Enumerations.cs" />
- <Compile Include="FileImage.cs" />
- <Compile Include="Instructions.cs" />
- <Compile Include="Local.cs" />
- <Compile Include="MDElements.cs" />
- <Compile Include="PEReader.cs" />
- <Compile Include="PEResourceClasses.cs" />
- <Compile Include="PERWAPI.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="PEWriter.cs" />
- <Compile Include="MDMethodElems.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SectionClass.cs" />
- <Compile Include="SourceFile.cs" />
- <Compile Include="MDTypeElems.cs" />
- <Compile Include="Utils.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Blank.pdb" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\CVS-symbolRW\SymbolRW.csproj">
- <Project>{2BC469D1-46DA-4FBF-A431-6B1344BBCD23}</Project>
- <Name>SymbolRW</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="QUTgpTools.pfx" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- </Project>
|