ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 173
Committed: Mon May 28 09:18:58 2012 UTC (11 years ago) by william
File size: 11116 byte(s)
Log Message:

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)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater</RootNamespace>
12 <AssemblyName>RomCheater</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>
15 </TargetFrameworkProfile>
16 <FileAlignment>512</FileAlignment>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19 <PlatformTarget>x86</PlatformTarget>
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\x86\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 <NoWarn>1607</NoWarn>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
30 <PlatformTarget>x86</PlatformTarget>
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
39 <DebugSymbols>true</DebugSymbols>
40 <OutputPath>bin\Debug\x64\</OutputPath>
41 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <NoWarn>1607</NoWarn>
43 <DebugType>full</DebugType>
44 <PlatformTarget>x64</PlatformTarget>
45 <ErrorReport>prompt</ErrorReport>
46 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49 <OutputPath>bin\x64\Release\</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <Optimize>true</Optimize>
52 <DebugType>pdbonly</DebugType>
53 <PlatformTarget>x64</PlatformTarget>
54 <ErrorReport>prompt</ErrorReport>
55 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
56 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
57 </PropertyGroup>
58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
59 <DebugSymbols>true</DebugSymbols>
60 <OutputPath>bin\Debug\</OutputPath>
61 <DefineConstants>DEBUG;TRACE</DefineConstants>
62 <NoWarn>1607</NoWarn>
63 <DebugType>full</DebugType>
64 <PlatformTarget>AnyCPU</PlatformTarget>
65 <ErrorReport>prompt</ErrorReport>
66 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
67 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
68 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
71 <OutputPath>bin\Release\</OutputPath>
72 <DefineConstants>TRACE</DefineConstants>
73 <Optimize>true</Optimize>
74 <DebugType>pdbonly</DebugType>
75 <PlatformTarget>AnyCPU</PlatformTarget>
76 <ErrorReport>prompt</ErrorReport>
77 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
78 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
79 </PropertyGroup>
80 <ItemGroup>
81 <Reference Include="System" />
82 <Reference Include="System.Core" />
83 <Reference Include="System.Xml.Linq" />
84 <Reference Include="System.Data.DataSetExtensions" />
85 <Reference Include="Microsoft.CSharp" />
86 <Reference Include="System.Data" />
87 <Reference Include="System.Deployment" />
88 <Reference Include="System.Drawing" />
89 <Reference Include="System.Windows.Forms" />
90 <Reference Include="System.Xml" />
91 </ItemGroup>
92 <ItemGroup>
93 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
94 <Link>Properties\SharedAssemblyInfo.cs</Link>
95 </Compile>
96 <Compile Include="Docking\FloatingAboutBox.cs">
97 <SubType>Form</SubType>
98 </Compile>
99 <Compile Include="Docking\FloatingAboutBox.Designer.cs">
100 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
101 </Compile>
102 <Compile Include="Docking\FloatingLogWindow.cs">
103 <SubType>Form</SubType>
104 </Compile>
105 <Compile Include="Docking\FloatingLogWindow.Designer.cs">
106 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
107 </Compile>
108 <Compile Include="Docking\FloatingRamDumperDialog.cs">
109 <SubType>Form</SubType>
110 </Compile>
111 <Compile Include="Docking\FloatingRamDumperDialog.Designer.cs">
112 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
113 </Compile>
114 <Compile Include="Docking\PIDSelector.cs">
115 <SubType>Form</SubType>
116 </Compile>
117 <Compile Include="Docking\PIDSelector.designer.cs">
118 <DependentUpon>PIDSelector.cs</DependentUpon>
119 </Compile>
120 <Compile Include="Properties\AssemblyInfo.cs" />
121 <Compile Include="Main.cs">
122 <SubType>Form</SubType>
123 </Compile>
124 <Compile Include="Main.Designer.cs">
125 <DependentUpon>Main.cs</DependentUpon>
126 </Compile>
127 <Compile Include="Program.cs" />
128 <Compile Include="RomCheaterConfigDialog.cs">
129 <SubType>Form</SubType>
130 </Compile>
131 <Compile Include="RomCheaterConfigDialog.Designer.cs">
132 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
133 </Compile>
134 <EmbeddedResource Include="Docking\FloatingAboutBox.resx">
135 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
136 </EmbeddedResource>
137 <EmbeddedResource Include="Docking\FloatingLogWindow.resx">
138 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
139 </EmbeddedResource>
140 <EmbeddedResource Include="Docking\FloatingRamDumperDialog.resx">
141 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
142 </EmbeddedResource>
143 <EmbeddedResource Include="Main.resx">
144 <DependentUpon>Main.cs</DependentUpon>
145 </EmbeddedResource>
146 <EmbeddedResource Include="Docking\PIDSelector.resx">
147 <DependentUpon>PIDSelector.cs</DependentUpon>
148 </EmbeddedResource>
149 <EmbeddedResource Include="Properties\Resources.resx">
150 <Generator>ResXFileCodeGenerator</Generator>
151 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
152 <SubType>Designer</SubType>
153 </EmbeddedResource>
154 <Compile Include="Properties\Resources.Designer.cs">
155 <AutoGen>True</AutoGen>
156 <DependentUpon>Resources.resx</DependentUpon>
157 <DesignTime>True</DesignTime>
158 </Compile>
159 <EmbeddedResource Include="RomCheaterConfigDialog.resx">
160 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
161 </EmbeddedResource>
162 <None Include="app.config" />
163 <None Include="Properties\AssemblyInfo.cs.tmpl" />
164 <None Include="Properties\Settings.settings">
165 <Generator>SettingsSingleFileGenerator</Generator>
166 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
167 </None>
168 <Compile Include="Properties\Settings.Designer.cs">
169 <AutoGen>True</AutoGen>
170 <DependentUpon>Settings.settings</DependentUpon>
171 <DesignTimeSharedInput>True</DesignTimeSharedInput>
172 </Compile>
173 </ItemGroup>
174 <ItemGroup>
175 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
176 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
177 <Name>Be.Windows.Forms.HexBox</Name>
178 </ProjectReference>
179 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
180 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
181 <Name>Utilities.TransparentControls</Name>
182 </ProjectReference>
183 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
184 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
185 <Name>WinFormsUI</Name>
186 </ProjectReference>
187 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
188 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
189 <Name>RomCheater.Core</Name>
190 </ProjectReference>
191 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
192 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
193 <Name>RomCheater.Logging</Name>
194 </ProjectReference>
195 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
196 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
197 <Name>RomCheater.PluginFramework</Name>
198 </ProjectReference>
199 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
200 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
201 <Name>RomCheater.UserSettingsSupport</Name>
202 </ProjectReference>
203 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
204 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
205 <Name>libWin32</Name>
206 </ProjectReference>
207 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
208 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
209 <Name>Sojaner.MemoryScanner</Name>
210 </ProjectReference>
211 </ItemGroup>
212 <ItemGroup>
213 <Content Include="..\RomCheater.CorePlugins\bin\Debug\RomCheater.CorePlugins.dll">
214 <Link>Plugins\RomCheater.CorePlugins.dll</Link>
215 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
216 </Content>
217 <Content Include="..\RomCheater.CorePlugins\bin\Debug\RomCheater.CorePlugins.pdb">
218 <Link>Plugins\RomCheater.CorePlugins.pdb</Link>
219 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
220 </Content>
221 <Content Include="current-version.txt">
222 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
223 </Content>
224 </ItemGroup>
225 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
226 <PropertyGroup>
227 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
228 </PropertyGroup>
229 <PropertyGroup>
230 <PostBuildEvent>REM "$(SolutionDir)MSBuild_CurrentVersion\bin\Debug\MSBuild_CurrentVersion.exe"
231 REM copy "$(SolutionDir)MSBuild_CurrentVersion\bin\Debug\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent>
232 </PropertyGroup>
233 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
234 Other similar extension points exist, see Microsoft.Common.targets.
235 <Target Name="BeforeBuild">
236 </Target>
237 <Target Name="AfterBuild">
238 </Target>
239 -->
240 </Project>