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