ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 851
Committed: Tue Sep 16 19:41:38 2014 UTC (9 years ago) by william
File size: 20544 byte(s)
Log Message:
+ fix copying plugins locally (ie for using VS studio)

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