ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/Sojaner.MemoryScanner/Sojaner.MemoryScanner.csproj
Revision: 212
Committed: Sat Jun 2 10:33:38 2012 UTC (11 years, 6 months ago) by william
File size: 5103 byte(s)
Log Message:
ignore CS0436: importing conflicting types (AssemblyConfig)

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Sojaner.MemoryScanner</RootNamespace>
12 <AssemblyName>Sojaner.MemoryScanner</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 <PublishUrl>publish\</PublishUrl>
20 <Install>true</Install>
21 <InstallFrom>Disk</InstallFrom>
22 <UpdateEnabled>false</UpdateEnabled>
23 <UpdateMode>Foreground</UpdateMode>
24 <UpdateInterval>7</UpdateInterval>
25 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26 <UpdatePeriodically>false</UpdatePeriodically>
27 <UpdateRequired>false</UpdateRequired>
28 <MapFileExtensions>true</MapFileExtensions>
29 <ApplicationRevision>0</ApplicationRevision>
30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31 <IsWebBootstrapper>false</IsWebBootstrapper>
32 <UseApplicationTrust>false</UseApplicationTrust>
33 <BootstrapperEnabled>true</BootstrapperEnabled>
34 <TargetFrameworkProfile />
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37 <DebugSymbols>true</DebugSymbols>
38 <DebugType>full</DebugType>
39 <Optimize>false</Optimize>
40 <OutputPath>bin\Debug\</OutputPath>
41 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <ErrorReport>prompt</ErrorReport>
43 <WarningLevel>4</WarningLevel>
44 <NoWarn>1607,0436</NoWarn>
45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE;RELEASE</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
53 <NoWarn>1607,0436</NoWarn>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
56 <OutputPath>bin\All Configurations\</OutputPath>
57 </PropertyGroup>
58 <ItemGroup>
59 <Reference Include="System" />
60 <Reference Include="System.Core">
61 <RequiredTargetFramework>3.5</RequiredTargetFramework>
62 </Reference>
63 <Reference Include="System.Data" />
64 <Reference Include="System.Xml" />
65 </ItemGroup>
66 <ItemGroup>
67 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
68 <Link>Properties\SharedAssemblyInfo.cs</Link>
69 </Compile>
70 <Compile Include="dummy.cs" />
71 <Compile Include="MemoryScanner.cs" />
72 <Compile Include="Properties\AssemblyInfo.cs" />
73 <Compile Include="PEReader.cs" />
74 </ItemGroup>
75 <ItemGroup>
76 <None Include="Properties\AssemblyInfo.cs.tmpl" />
77 </ItemGroup>
78 <ItemGroup>
79 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
80 <Visible>False</Visible>
81 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
82 <Install>false</Install>
83 </BootstrapperPackage>
84 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
85 <Visible>False</Visible>
86 <ProductName>.NET Framework 3.5 SP1</ProductName>
87 <Install>true</Install>
88 </BootstrapperPackage>
89 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
90 <Visible>False</Visible>
91 <ProductName>Windows Installer 3.1</ProductName>
92 <Install>true</Install>
93 </BootstrapperPackage>
94 </ItemGroup>
95 <ItemGroup>
96 <ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj">
97 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
98 <Name>RomCheater.Core</Name>
99 </ProjectReference>
100 <ProjectReference Include="..\..\RomCheater.Logging\RomCheater.Logging.csproj">
101 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
102 <Name>RomCheater.Logging</Name>
103 </ProjectReference>
104 </ItemGroup>
105 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106 <PropertyGroup>
107 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
108 </PropertyGroup>
109 <PropertyGroup>
110 <PostBuildEvent>
111 </PostBuildEvent>
112 </PropertyGroup>
113 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114 Other similar extension points exist, see Microsoft.Common.targets.
115 <Target Name="BeforeBuild">
116 </Target>
117 <Target Name="AfterBuild">
118 </Target>
119 -->
120 </Project>