ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 812
Committed: Tue Apr 15 14:52:10 2014 UTC (9 years, 5 months ago) by william
File size: 21203 byte(s)
Log Message:
+ update logging to use Enterpise.Logging -- more work is still needed

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