ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/Sojaner.MemoryScanner/Sojaner.MemoryScanner.csproj
Revision: 172
Committed: Mon May 28 09:15:17 2012 UTC (10 years, 10 months ago) by william
File size: 6636 byte(s)
Log Message:

File Contents

# User Rev Content
1 william 88 <?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 william 117 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 william 88 <FileAlignment>512</FileAlignment>
15     <FileUpgradeFlags>
16     </FileUpgradeFlags>
17     <OldToolsVersion>3.5</OldToolsVersion>
18     <UpgradeBackupLocation />
19 william 89 <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 william 117 <TargetFrameworkProfile />
35 william 88 </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 william 172 <NoWarn>1607</NoWarn>
45 william 88 </PropertyGroup>
46     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47     <DebugType>pdbonly</DebugType>
48     <Optimize>true</Optimize>
49     <OutputPath>bin\Release\</OutputPath>
50     <DefineConstants>TRACE</DefineConstants>
51     <ErrorReport>prompt</ErrorReport>
52     <WarningLevel>4</WarningLevel>
53     </PropertyGroup>
54     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
55     <DebugSymbols>true</DebugSymbols>
56 william 171 <OutputPath>bin\Debug\x86\</OutputPath>
57 william 88 <DefineConstants>DEBUG;TRACE</DefineConstants>
58     <DebugType>full</DebugType>
59     <PlatformTarget>x86</PlatformTarget>
60     <ErrorReport>prompt</ErrorReport>
61 william 89 <NoWarn>1607</NoWarn>
62 william 88 </PropertyGroup>
63     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
64     <OutputPath>bin\x86\Release\</OutputPath>
65     <DefineConstants>TRACE</DefineConstants>
66     <Optimize>true</Optimize>
67     <DebugType>pdbonly</DebugType>
68     <PlatformTarget>x86</PlatformTarget>
69     <ErrorReport>prompt</ErrorReport>
70     </PropertyGroup>
71 william 119 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
72     <DebugSymbols>true</DebugSymbols>
73 william 171 <OutputPath>bin\Debug\x64\</OutputPath>
74 william 119 <DefineConstants>DEBUG;TRACE</DefineConstants>
75     <DebugType>full</DebugType>
76     <PlatformTarget>x64</PlatformTarget>
77     <ErrorReport>prompt</ErrorReport>
78     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
79 william 172 <NoWarn>1607</NoWarn>
80 william 119 </PropertyGroup>
81     <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
82     <OutputPath>bin\x64\Release\</OutputPath>
83     <DefineConstants>TRACE</DefineConstants>
84     <Optimize>true</Optimize>
85     <DebugType>pdbonly</DebugType>
86     <PlatformTarget>x64</PlatformTarget>
87     <ErrorReport>prompt</ErrorReport>
88     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
89     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
90     <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
91     </PropertyGroup>
92 william 88 <ItemGroup>
93     <Reference Include="System" />
94     <Reference Include="System.Core">
95     <RequiredTargetFramework>3.5</RequiredTargetFramework>
96     </Reference>
97     <Reference Include="System.Data" />
98     <Reference Include="System.Xml" />
99     </ItemGroup>
100     <ItemGroup>
101 william 89 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
102     <Link>Properties\SharedAssemblyInfo.cs</Link>
103     </Compile>
104 william 117 <Compile Include="dummy.cs" />
105 william 88 <Compile Include="MemoryScanner.cs" />
106     <Compile Include="Properties\AssemblyInfo.cs" />
107 william 159 <Compile Include="PEReader.cs" />
108 william 88 </ItemGroup>
109 william 89 <ItemGroup>
110     <None Include="Properties\AssemblyInfo.cs.tmpl" />
111     </ItemGroup>
112     <ItemGroup>
113     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
114     <Visible>False</Visible>
115     <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
116     <Install>false</Install>
117     </BootstrapperPackage>
118     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
119     <Visible>False</Visible>
120     <ProductName>.NET Framework 3.5 SP1</ProductName>
121     <Install>true</Install>
122     </BootstrapperPackage>
123     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
124     <Visible>False</Visible>
125     <ProductName>Windows Installer 3.1</ProductName>
126     <Install>true</Install>
127     </BootstrapperPackage>
128     </ItemGroup>
129 william 117 <ItemGroup>
130     <ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj">
131     <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
132     <Name>RomCheater.Core</Name>
133     </ProjectReference>
134 william 156 <ProjectReference Include="..\..\RomCheater.Logging\RomCheater.Logging.csproj">
135     <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
136     <Name>RomCheater.Logging</Name>
137     </ProjectReference>
138 william 117 </ItemGroup>
139 william 88 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140 william 89 <PropertyGroup>
141     <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
142     </PropertyGroup>
143 william 117 <PropertyGroup>
144     <PostBuildEvent>
145     </PostBuildEvent>
146     </PropertyGroup>
147 william 88 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
148     Other similar extension points exist, see Microsoft.Common.targets.
149     <Target Name="BeforeBuild">
150     </Target>
151     <Target Name="AfterBuild">
152     </Target>
153     -->
154     </Project>