ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 826
Committed: Mon Sep 15 21:22:35 2014 UTC (9 years ago) by william
File size: 22728 byte(s)
Log Message:
+ fix-up processor targets

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|AnyCPU'">
19 <DebugSymbols>true</DebugSymbols>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>TRACE;DEBUG</DefineConstants>
22 <NoWarn>1607,0436</NoWarn>
23 <DebugType>full</DebugType>
24 <PlatformTarget>AnyCPU</PlatformTarget>
25 <ErrorReport>prompt</ErrorReport>
26 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
27 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
28 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE;RELEASE</DefineConstants>
33 <Optimize>true</Optimize>
34 <DebugType>pdbonly</DebugType>
35 <PlatformTarget>AnyCPU</PlatformTarget>
36 <ErrorReport>prompt</ErrorReport>
37 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
38 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
39 <NoWarn>1607,0436</NoWarn>
40 </PropertyGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
42 <OutputPath>bin\All Configurations\</OutputPath>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
45 <DebugSymbols>true</DebugSymbols>
46 <OutputPath>bin\x64\Debug\</OutputPath>
47 <DefineConstants>TRACE;DEBUG</DefineConstants>
48 <NoWarn>1607,0436</NoWarn>
49 <DebugType>full</DebugType>
50 <PlatformTarget>x64</PlatformTarget>
51 <ErrorReport>prompt</ErrorReport>
52 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
54 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
57 <OutputPath>bin\x64\Release\</OutputPath>
58 <DefineConstants>TRACE;RELEASE</DefineConstants>
59 <Optimize>true</Optimize>
60 <NoWarn>1607,0436</NoWarn>
61 <DebugType>pdbonly</DebugType>
62 <PlatformTarget>x64</PlatformTarget>
63 <ErrorReport>prompt</ErrorReport>
64 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
66 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
67 </PropertyGroup>
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x64'">
69 <OutputPath>bin\x64\All Configurations\</OutputPath>
70 <PlatformTarget>x64</PlatformTarget>
71 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72 </PropertyGroup>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
74 <DebugSymbols>true</DebugSymbols>
75 <OutputPath>bin\x86\Debug\</OutputPath>
76 <DefineConstants>TRACE;DEBUG</DefineConstants>
77 <NoWarn>1607,0436</NoWarn>
78 <DebugType>full</DebugType>
79 <PlatformTarget>x86</PlatformTarget>
80 <ErrorReport>prompt</ErrorReport>
81 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
82 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
83 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
84 </PropertyGroup>
85 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
86 <OutputPath>bin\x86\Release\</OutputPath>
87 <DefineConstants>TRACE;RELEASE</DefineConstants>
88 <Optimize>true</Optimize>
89 <NoWarn>1607,0436</NoWarn>
90 <DebugType>pdbonly</DebugType>
91 <PlatformTarget>x86</PlatformTarget>
92 <ErrorReport>prompt</ErrorReport>
93 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
94 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
95 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
96 </PropertyGroup>
97 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'">
98 <OutputPath>bin\x86\All Configurations\</OutputPath>
99 <PlatformTarget>x86</PlatformTarget>
100 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
101 </PropertyGroup>
102 <ItemGroup>
103 <Reference Include="Enterprise.Logging">
104 <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
105 </Reference>
106 <Reference Include="System" />
107 <Reference Include="System.Core" />
108 <Reference Include="System.Management" />
109 <Reference Include="System.Xml.Linq" />
110 <Reference Include="System.Data.DataSetExtensions" />
111 <Reference Include="Microsoft.CSharp" />
112 <Reference Include="System.Data" />
113 <Reference Include="System.Deployment" />
114 <Reference Include="System.Drawing" />
115 <Reference Include="System.Windows.Forms" />
116 <Reference Include="System.Xml" />
117 </ItemGroup>
118 <ItemGroup>
119 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
120 <Link>Properties\SharedAssemblyInfo.cs</Link>
121 </Compile>
122 <Compile Include="Docking\FloatingAboutBox.cs">
123 <SubType>Form</SubType>
124 </Compile>
125 <Compile Include="Docking\FloatingAboutBox.Designer.cs">
126 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
127 </Compile>
128 <Compile Include="Docking\FloatingDataTypeConverter.cs">
129 <SubType>Form</SubType>
130 </Compile>
131 <Compile Include="Docking\FloatingDataTypeConverter.Designer.cs">
132 <DependentUpon>FloatingDataTypeConverter.cs</DependentUpon>
133 </Compile>
134 <Compile Include="Docking\FloatingLogWindow.cs">
135 <SubType>Form</SubType>
136 </Compile>
137 <Compile Include="Docking\FloatingLogWindow.Designer.cs">
138 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
139 </Compile>
140 <Compile Include="Docking\FloatingMemorySearcher.cs">
141 <SubType>Form</SubType>
142 </Compile>
143 <Compile Include="Docking\FloatingMemorySearcher.Designer.cs">
144 <DependentUpon>FloatingMemorySearcher.cs</DependentUpon>
145 </Compile>
146 <Compile Include="Docking\FloatingMemorySectionViewer.cs">
147 <SubType>Form</SubType>
148 </Compile>
149 <Compile Include="Docking\FloatingMemorySectionViewer.Designer.cs">
150 <DependentUpon>FloatingMemorySectionViewer.cs</DependentUpon>
151 </Compile>
152 <Compile Include="Docking\FloatingMemoryView.cs">
153 <SubType>Form</SubType>
154 </Compile>
155 <Compile Include="Docking\FloatingMemoryView.Designer.cs">
156 <DependentUpon>FloatingMemoryView.cs</DependentUpon>
157 </Compile>
158 <Compile Include="Docking\FloatingRamDumperDialog.cs">
159 <SubType>Form</SubType>
160 </Compile>
161 <Compile Include="Docking\FloatingRamDumperDialog.Designer.cs">
162 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
163 </Compile>
164 <Compile Include="Docking\FloatingUserControlDock.cs">
165 <SubType>Form</SubType>
166 </Compile>
167 <Compile Include="Docking\FloatingUserControlDock.Designer.cs">
168 <DependentUpon>FloatingUserControlDock.cs</DependentUpon>
169 </Compile>
170 <Compile Include="Docking\FloatingWebBrowser.cs">
171 <SubType>Form</SubType>
172 </Compile>
173 <Compile Include="Docking\FloatingWebBrowser.Designer.cs">
174 <DependentUpon>FloatingWebBrowser.cs</DependentUpon>
175 </Compile>
176 <Compile Include="Docking\MemorySearch\AddressValuePairList.cs">
177 <SubType>Component</SubType>
178 </Compile>
179 <Compile Include="Docking\MemorySearch\AddressValuePairList.Designer.cs">
180 <DependentUpon>AddressValuePairList.cs</DependentUpon>
181 </Compile>
182 <Compile Include="Docking\MemorySearch\CompareValueTypes.cs" />
183 <Compile Include="Docking\MemorySearch\DataTypeConverter.cs" />
184 <Compile Include="Docking\MemorySearch\ICompareAddress.cs" />
185 <Compile Include="Docking\MemorySearch\ICompareValue.cs" />
186 <Compile Include="Docking\MemorySearch\IMemComparer.cs" />
187 <Compile Include="Docking\MemorySearch\InRangeComparer.cs" />
188 <Compile Include="Docking\MemorySearch\IRangeComparer.cs" />
189 <Compile Include="Docking\MemorySearch\ISearchSettings.cs" />
190 <Compile Include="Docking\MemorySearch\ISearchType.cs" />
191 <Compile Include="Docking\MemorySearch\MemComparer.cs" />
192 <Compile Include="Docking\MemorySearch\NotInRangeComparer.cs" />
193 <Compile Include="Docking\MemorySearch\OnlySearchType.cs" />
194 <Compile Include="Docking\MemorySearch\PatchAdder.cs">
195 <SubType>Form</SubType>
196 </Compile>
197 <Compile Include="Docking\MemorySearch\PatchAdder.designer.cs">
198 <DependentUpon>PatchAdder.cs</DependentUpon>
199 </Compile>
200 <Compile Include="Docking\MemorySearch\PatchRangeAdder.cs">
201 <SubType>Form</SubType>
202 </Compile>
203 <Compile Include="Docking\MemorySearch\PatchRangeAdder.designer.cs">
204 <DependentUpon>PatchRangeAdder.cs</DependentUpon>
205 </Compile>
206 <Compile Include="Docking\MemorySearch\RangedComparer.cs" />
207 <Compile Include="Docking\MemorySearch\ResultDataType.cs" />
208 <Compile Include="Docking\MemorySearch\ResultItemState.cs" />
209 <Compile Include="Docking\MemorySearch\ResultType.cs" />
210 <Compile Include="Docking\MemorySearch\SearchCompareTypes.cs" />
211 <Compile Include="Docking\MemorySearch\SearchPatcher.cs">
212 <SubType>Form</SubType>
213 </Compile>
214 <Compile Include="Docking\MemorySearch\SearchPatcher.designer.cs">
215 <DependentUpon>SearchPatcher.cs</DependentUpon>
216 </Compile>
217 <Compile Include="Docking\MemorySearch\SearchRangePatcher.cs">
218 <SubType>Form</SubType>
219 </Compile>
220 <Compile Include="Docking\MemorySearch\SearchRangePatcher.designer.cs">
221 <DependentUpon>SearchRangePatcher.cs</DependentUpon>
222 </Compile>
223 <Compile Include="Docking\MemorySearch\SearchType.cs" />
224 <Compile Include="Docking\MemorySearch\_16bit_signed_comparer_.cs" />
225 <Compile Include="Docking\MemorySearch\_16bit_unsigned_comparer_.cs" />
226 <Compile Include="Docking\MemorySearch\_32bit_signed_comparer_.cs" />
227 <Compile Include="Docking\MemorySearch\_32bit_unsigned_comparer_.cs" />
228 <Compile Include="Docking\MemorySearch\_64bit_signed_comparer_.cs" />
229 <Compile Include="Docking\MemorySearch\_64bit_unsigned_comparer_.cs" />
230 <Compile Include="Docking\MemorySearch\_8bit_signed_comparer_.cs" />
231 <Compile Include="Docking\MemorySearch\_8bit_unsigned_comparer_.cs" />
232 <Compile Include="Docking\FloatingPEViewer.cs">
233 <SubType>Form</SubType>
234 </Compile>
235 <Compile Include="Docking\FloatingPEViewer.Designer.cs">
236 <DependentUpon>FloatingPEViewer.cs</DependentUpon>
237 </Compile>
238 <Compile Include="Docking\FloatingPIDSelector.cs">
239 <SubType>Form</SubType>
240 </Compile>
241 <Compile Include="Docking\FloatingPIDSelector.designer.cs">
242 <DependentUpon>FloatingPIDSelector.cs</DependentUpon>
243 </Compile>
244 <Compile Include="Docking\FloatingRVACalculator.cs">
245 <SubType>Form</SubType>
246 </Compile>
247 <Compile Include="Docking\FloatingRVACalculator.Designer.cs">
248 <DependentUpon>FloatingRVACalculator.cs</DependentUpon>
249 </Compile>
250 <Compile Include="Docking\UI\ByteEditor.cs">
251 <SubType>Form</SubType>
252 </Compile>
253 <Compile Include="Docking\UI\ByteEditor.Designer.cs">
254 <DependentUpon>ByteEditor.cs</DependentUpon>
255 </Compile>
256 <Compile Include="Docking\UI\UIMemoryViewer.cs">
257 <SubType>UserControl</SubType>
258 </Compile>
259 <Compile Include="Docking\UI\UIMemoryViewer.Designer.cs">
260 <DependentUpon>UIMemoryViewer.cs</DependentUpon>
261 </Compile>
262 <Compile Include="Serialization\SearchResultReader.cs" />
263 <Compile Include="Serialization\SearchResultsConstants.cs" />
264 <Compile Include="Serialization\SearchResultWriter.cs" />
265 <Compile Include="Serialization\SerializationReader.cs" />
266 <Compile Include="Serialization\SerializationWriter.cs" />
267 <Compile Include="TypeBinder.cs" />
268 <Compile Include="Properties\AssemblyInfo.cs" />
269 <Compile Include="Main.cs">
270 <SubType>Form</SubType>
271 </Compile>
272 <Compile Include="Main.Designer.cs">
273 <DependentUpon>Main.cs</DependentUpon>
274 </Compile>
275 <Compile Include="Program.cs" />
276 <Compile Include="RomCheaterConfigDialog.cs">
277 <SubType>Form</SubType>
278 </Compile>
279 <Compile Include="RomCheaterConfigDialog.Designer.cs">
280 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
281 </Compile>
282 <EmbeddedResource Include="Docking\FloatingAboutBox.resx">
283 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
284 </EmbeddedResource>
285 <EmbeddedResource Include="Docking\FloatingDataTypeConverter.resx">
286 <DependentUpon>FloatingDataTypeConverter.cs</DependentUpon>
287 </EmbeddedResource>
288 <EmbeddedResource Include="Docking\FloatingLogWindow.resx">
289 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
290 </EmbeddedResource>
291 <EmbeddedResource Include="Docking\FloatingMemorySearcher.resx">
292 <DependentUpon>FloatingMemorySearcher.cs</DependentUpon>
293 </EmbeddedResource>
294 <EmbeddedResource Include="Docking\FloatingMemorySectionViewer.resx">
295 <DependentUpon>FloatingMemorySectionViewer.cs</DependentUpon>
296 </EmbeddedResource>
297 <EmbeddedResource Include="Docking\FloatingMemoryView.resx">
298 <DependentUpon>FloatingMemoryView.cs</DependentUpon>
299 </EmbeddedResource>
300 <EmbeddedResource Include="Docking\FloatingRamDumperDialog.resx">
301 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
302 </EmbeddedResource>
303 <EmbeddedResource Include="Docking\FloatingRVACalculator.resx">
304 <DependentUpon>FloatingRVACalculator.cs</DependentUpon>
305 </EmbeddedResource>
306 <EmbeddedResource Include="Docking\FloatingUserControlDock.resx">
307 <DependentUpon>FloatingUserControlDock.cs</DependentUpon>
308 </EmbeddedResource>
309 <EmbeddedResource Include="Docking\FloatingWebBrowser.resx">
310 <DependentUpon>FloatingWebBrowser.cs</DependentUpon>
311 </EmbeddedResource>
312 <EmbeddedResource Include="Docking\MemorySearch\AddressValuePairList.resx">
313 <DependentUpon>AddressValuePairList.cs</DependentUpon>
314 </EmbeddedResource>
315 <EmbeddedResource Include="Docking\MemorySearch\PatchAdder.resx">
316 <DependentUpon>PatchAdder.cs</DependentUpon>
317 </EmbeddedResource>
318 <EmbeddedResource Include="Docking\MemorySearch\PatchRangeAdder.resx">
319 <DependentUpon>PatchRangeAdder.cs</DependentUpon>
320 </EmbeddedResource>
321 <EmbeddedResource Include="Docking\MemorySearch\SearchPatcher.resx">
322 <DependentUpon>SearchPatcher.cs</DependentUpon>
323 </EmbeddedResource>
324 <EmbeddedResource Include="Docking\MemorySearch\SearchRangePatcher.resx">
325 <DependentUpon>SearchRangePatcher.cs</DependentUpon>
326 </EmbeddedResource>
327 <EmbeddedResource Include="Docking\FloatingPEViewer.resx">
328 <DependentUpon>FloatingPEViewer.cs</DependentUpon>
329 </EmbeddedResource>
330 <EmbeddedResource Include="Docking\UI\ByteEditor.resx">
331 <DependentUpon>ByteEditor.cs</DependentUpon>
332 </EmbeddedResource>
333 <EmbeddedResource Include="Docking\UI\UIMemoryViewer.resx">
334 <DependentUpon>UIMemoryViewer.cs</DependentUpon>
335 </EmbeddedResource>
336 <EmbeddedResource Include="Main.resx">
337 <DependentUpon>Main.cs</DependentUpon>
338 </EmbeddedResource>
339 <EmbeddedResource Include="Docking\FloatingPIDSelector.resx">
340 <DependentUpon>FloatingPIDSelector.cs</DependentUpon>
341 </EmbeddedResource>
342 <EmbeddedResource Include="Properties\Resources.resx">
343 <Generator>ResXFileCodeGenerator</Generator>
344 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
345 <SubType>Designer</SubType>
346 </EmbeddedResource>
347 <Compile Include="Properties\Resources.Designer.cs">
348 <AutoGen>True</AutoGen>
349 <DependentUpon>Resources.resx</DependentUpon>
350 <DesignTime>True</DesignTime>
351 </Compile>
352 <EmbeddedResource Include="RomCheaterConfigDialog.resx">
353 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
354 </EmbeddedResource>
355 <None Include="app.config" />
356 <None Include="Properties\AssemblyInfo.cs.tmpl" />
357 <None Include="Properties\Settings.settings">
358 <Generator>PublicSettingsSingleFileGenerator</Generator>
359 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
360 </None>
361 <Compile Include="Properties\Settings.Designer.cs">
362 <AutoGen>True</AutoGen>
363 <DependentUpon>Settings.settings</DependentUpon>
364 <DesignTimeSharedInput>True</DesignTimeSharedInput>
365 </Compile>
366 </ItemGroup>
367 <ItemGroup>
368 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
369 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
370 <Name>Be.Windows.Forms.HexBox</Name>
371 </ProjectReference>
372 <ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj">
373 <Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project>
374 <Name>ManagedWinapi</Name>
375 </ProjectReference>
376 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
377 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
378 <Name>Utilities.TransparentControls</Name>
379 </ProjectReference>
380 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
381 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
382 <Name>WinFormsUI</Name>
383 </ProjectReference>
384 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
385 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
386 <Name>RomCheater.Core</Name>
387 </ProjectReference>
388 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
389 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
390 <Name>RomCheater.Logging</Name>
391 </ProjectReference>
392 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
393 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
394 <Name>RomCheater.PluginFramework</Name>
395 </ProjectReference>
396 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
397 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
398 <Name>RomCheater.UserSettingsSupport</Name>
399 </ProjectReference>
400 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
401 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
402 <Name>libWin32</Name>
403 </ProjectReference>
404 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
405 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
406 <Name>Sojaner.MemoryScanner</Name>
407 </ProjectReference>
408 </ItemGroup>
409 <ItemGroup>
410 <Content Include="..\deps\managedwinapi-0.3\ManagedWinapi\bin\Debug\ManagedWinapiNativeHelper.dll">
411 <Link>ManagedWinapiNativeHelper.dll</Link>
412 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
413 </Content>
414 <Content Include="..\deps\managedwinapi-0.3\ManagedWinapi\bin\Debug\ManagedWinapiNativeHelper.pdb">
415 <Link>ManagedWinapiNativeHelper.pdb</Link>
416 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
417 </Content>
418 <Content Include="Plugins\RomCheater.CheatPlugin.dll">
419 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
420 </Content>
421 <Content Include="Plugins\RomCheater.CheatPlugin.pdb">
422 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
423 </Content>
424 <Content Include="Plugins\RomCheater.CorePlugins.dll">
425 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
426 </Content>
427 <Content Include="Plugins\RomCheater.CorePlugins.pdb">
428 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
429 </Content>
430 <Content Include="Plugins\RomCheater.EmuMMAPPlugin.dll">
431 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
432 </Content>
433 <Content Include="Plugins\RomCheater.EmuMMAPPlugin.pdb">
434 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
435 </Content>
436 <Content Include="Plugins\RomCheater.RVACalculator.dll">
437 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
438 </Content>
439 <Content Include="Plugins\RomCheater.RVACalculator.pdb">
440 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
441 </Content>
442 <Content Include="Plugins\RomCheater.ScratchPad.dll">
443 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
444 </Content>
445 <Content Include="Plugins\RomCheater.ScratchPad.pdb">
446 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
447 </Content>
448 <None Include="Resources\applications_32.ico" />
449 <None Include="Resources\notfreeze.png" />
450 <None Include="Resources\freeze.png" />
451 </ItemGroup>
452 <ItemGroup />
453 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
454 <PropertyGroup>
455 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
456 </PropertyGroup>
457 <PropertyGroup>
458 <PostBuildEvent>REM Copy application configuration files
459 copy "$(TargetDir)$(TargetName)$(TargetExt).config" "$(SolutionDir)Build\$(TargetName)$(TargetExt).config"</PostBuildEvent>
460 </PropertyGroup>
461 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
462 Other similar extension points exist, see Microsoft.Common.targets.
463 <Target Name="BeforeBuild">
464 </Target>
465 <Target Name="AfterBuild">
466 </Target>
467 -->
468 </Project>