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="RomCheater, Version=1.2012.154.624, Culture=neutral, processorArchitecture=MSIL"> |
46 |
<ExecutableExtension>.exe</ExecutableExtension> |
47 |
</Reference> |
48 |
<Reference Include="System" /> |
49 |
<Reference Include="System.Core" /> |
50 |
<Reference Include="System.Xml.Linq" /> |
51 |
<Reference Include="System.Data.DataSetExtensions" /> |
52 |
<Reference Include="Microsoft.CSharp" /> |
53 |
<Reference Include="System.Data" /> |
54 |
<Reference Include="System.Deployment" /> |
55 |
<Reference Include="System.Drawing" /> |
56 |
<Reference Include="System.Windows.Forms" /> |
57 |
<Reference Include="System.Xml" /> |
58 |
</ItemGroup> |
59 |
<ItemGroup> |
60 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
61 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
62 |
</Compile> |
63 |
<Compile Include="Docking\FloatingAboutBox.cs"> |
64 |
<SubType>Form</SubType> |
65 |
</Compile> |
66 |
<Compile Include="Docking\FloatingAboutBox.Designer.cs"> |
67 |
<DependentUpon>FloatingAboutBox.cs</DependentUpon> |
68 |
</Compile> |
69 |
<Compile Include="Docking\FloatingDataTypeConverter.cs"> |
70 |
<SubType>Form</SubType> |
71 |
</Compile> |
72 |
<Compile Include="Docking\FloatingDataTypeConverter.Designer.cs"> |
73 |
<DependentUpon>FloatingDataTypeConverter.cs</DependentUpon> |
74 |
</Compile> |
75 |
<Compile Include="Docking\FloatingLogWindow.cs"> |
76 |
<SubType>Form</SubType> |
77 |
</Compile> |
78 |
<Compile Include="Docking\FloatingLogWindow.Designer.cs"> |
79 |
<DependentUpon>FloatingLogWindow.cs</DependentUpon> |
80 |
</Compile> |
81 |
<Compile Include="Docking\FloatingMemorySearcher.cs"> |
82 |
<SubType>Form</SubType> |
83 |
</Compile> |
84 |
<Compile Include="Docking\FloatingMemorySearcher.Designer.cs"> |
85 |
<DependentUpon>FloatingMemorySearcher.cs</DependentUpon> |
86 |
</Compile> |
87 |
<Compile Include="Docking\FloatingMemoryView.cs"> |
88 |
<SubType>Form</SubType> |
89 |
</Compile> |
90 |
<Compile Include="Docking\FloatingMemoryView.Designer.cs"> |
91 |
<DependentUpon>FloatingMemoryView.cs</DependentUpon> |
92 |
</Compile> |
93 |
<Compile Include="Docking\FloatingRamDumperDialog.cs"> |
94 |
<SubType>Form</SubType> |
95 |
</Compile> |
96 |
<Compile Include="Docking\FloatingRamDumperDialog.Designer.cs"> |
97 |
<DependentUpon>FloatingRamDumperDialog.cs</DependentUpon> |
98 |
</Compile> |
99 |
<Compile Include="Docking\MemorySearch\AddressValuePairList.cs"> |
100 |
<SubType>Component</SubType> |
101 |
</Compile> |
102 |
<Compile Include="Docking\MemorySearch\AddressValuePairList.Designer.cs"> |
103 |
<DependentUpon>AddressValuePairList.cs</DependentUpon> |
104 |
</Compile> |
105 |
<Compile Include="Docking\MemorySearch\PatchAdder.cs"> |
106 |
<SubType>Form</SubType> |
107 |
</Compile> |
108 |
<Compile Include="Docking\MemorySearch\PatchAdder.designer.cs"> |
109 |
<DependentUpon>PatchAdder.cs</DependentUpon> |
110 |
</Compile> |
111 |
<Compile Include="Docking\MemorySearch\PatchRangeAdder.cs"> |
112 |
<SubType>Form</SubType> |
113 |
</Compile> |
114 |
<Compile Include="Docking\MemorySearch\PatchRangeAdder.designer.cs"> |
115 |
<DependentUpon>PatchRangeAdder.cs</DependentUpon> |
116 |
</Compile> |
117 |
<Compile Include="Docking\MemorySearch\ResultDataType.cs" /> |
118 |
<Compile Include="Docking\MemorySearch\ResultItemState.cs" /> |
119 |
<Compile Include="Docking\MemorySearch\SearchDataTypes.cs" /> |
120 |
<Compile Include="Docking\MemorySearch\SearchPatcher.cs"> |
121 |
<SubType>Form</SubType> |
122 |
</Compile> |
123 |
<Compile Include="Docking\MemorySearch\SearchPatcher.designer.cs"> |
124 |
<DependentUpon>SearchPatcher.cs</DependentUpon> |
125 |
</Compile> |
126 |
<Compile Include="Docking\MemorySearch\SearchRangePatcher.cs"> |
127 |
<SubType>Form</SubType> |
128 |
</Compile> |
129 |
<Compile Include="Docking\MemorySearch\SearchRangePatcher.designer.cs"> |
130 |
<DependentUpon>SearchRangePatcher.cs</DependentUpon> |
131 |
</Compile> |
132 |
<Compile Include="Docking\PIDSelector.cs"> |
133 |
<SubType>Form</SubType> |
134 |
</Compile> |
135 |
<Compile Include="Docking\PIDSelector.designer.cs"> |
136 |
<DependentUpon>PIDSelector.cs</DependentUpon> |
137 |
</Compile> |
138 |
<Compile Include="Docking\UI\ByteEditor.cs"> |
139 |
<SubType>Form</SubType> |
140 |
</Compile> |
141 |
<Compile Include="Docking\UI\ByteEditor.Designer.cs"> |
142 |
<DependentUpon>ByteEditor.cs</DependentUpon> |
143 |
</Compile> |
144 |
<Compile Include="Docking\UI\UIMemoryViewer.cs"> |
145 |
<SubType>UserControl</SubType> |
146 |
</Compile> |
147 |
<Compile Include="Docking\UI\UIMemoryViewer.Designer.cs"> |
148 |
<DependentUpon>UIMemoryViewer.cs</DependentUpon> |
149 |
</Compile> |
150 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
151 |
<Compile Include="Main.cs"> |
152 |
<SubType>Form</SubType> |
153 |
</Compile> |
154 |
<Compile Include="Main.Designer.cs"> |
155 |
<DependentUpon>Main.cs</DependentUpon> |
156 |
</Compile> |
157 |
<Compile Include="Program.cs" /> |
158 |
<Compile Include="RomCheaterConfigDialog.cs"> |
159 |
<SubType>Form</SubType> |
160 |
</Compile> |
161 |
<Compile Include="RomCheaterConfigDialog.Designer.cs"> |
162 |
<DependentUpon>RomCheaterConfigDialog.cs</DependentUpon> |
163 |
</Compile> |
164 |
<EmbeddedResource Include="Docking\FloatingAboutBox.resx"> |
165 |
<DependentUpon>FloatingAboutBox.cs</DependentUpon> |
166 |
</EmbeddedResource> |
167 |
<EmbeddedResource Include="Docking\FloatingDataTypeConverter.resx"> |
168 |
<DependentUpon>FloatingDataTypeConverter.cs</DependentUpon> |
169 |
</EmbeddedResource> |
170 |
<EmbeddedResource Include="Docking\FloatingLogWindow.resx"> |
171 |
<DependentUpon>FloatingLogWindow.cs</DependentUpon> |
172 |
</EmbeddedResource> |
173 |
<EmbeddedResource Include="Docking\FloatingMemorySearcher.resx"> |
174 |
<DependentUpon>FloatingMemorySearcher.cs</DependentUpon> |
175 |
</EmbeddedResource> |
176 |
<EmbeddedResource Include="Docking\FloatingMemoryView.resx"> |
177 |
<DependentUpon>FloatingMemoryView.cs</DependentUpon> |
178 |
</EmbeddedResource> |
179 |
<EmbeddedResource Include="Docking\FloatingRamDumperDialog.resx"> |
180 |
<DependentUpon>FloatingRamDumperDialog.cs</DependentUpon> |
181 |
</EmbeddedResource> |
182 |
<EmbeddedResource Include="Docking\MemorySearch\AddressValuePairList.resx"> |
183 |
<DependentUpon>AddressValuePairList.cs</DependentUpon> |
184 |
</EmbeddedResource> |
185 |
<EmbeddedResource Include="Docking\MemorySearch\PatchAdder.resx"> |
186 |
<DependentUpon>PatchAdder.cs</DependentUpon> |
187 |
</EmbeddedResource> |
188 |
<EmbeddedResource Include="Docking\MemorySearch\PatchRangeAdder.resx"> |
189 |
<DependentUpon>PatchRangeAdder.cs</DependentUpon> |
190 |
</EmbeddedResource> |
191 |
<EmbeddedResource Include="Docking\MemorySearch\SearchPatcher.resx"> |
192 |
<DependentUpon>SearchPatcher.cs</DependentUpon> |
193 |
</EmbeddedResource> |
194 |
<EmbeddedResource Include="Docking\MemorySearch\SearchRangePatcher.resx"> |
195 |
<DependentUpon>SearchRangePatcher.cs</DependentUpon> |
196 |
</EmbeddedResource> |
197 |
<EmbeddedResource Include="Docking\UI\ByteEditor.resx"> |
198 |
<DependentUpon>ByteEditor.cs</DependentUpon> |
199 |
</EmbeddedResource> |
200 |
<EmbeddedResource Include="Docking\UI\UIMemoryViewer.resx"> |
201 |
<DependentUpon>UIMemoryViewer.cs</DependentUpon> |
202 |
</EmbeddedResource> |
203 |
<EmbeddedResource Include="Main.resx"> |
204 |
<DependentUpon>Main.cs</DependentUpon> |
205 |
</EmbeddedResource> |
206 |
<EmbeddedResource Include="Docking\PIDSelector.resx"> |
207 |
<DependentUpon>PIDSelector.cs</DependentUpon> |
208 |
</EmbeddedResource> |
209 |
<EmbeddedResource Include="Properties\Resources.resx"> |
210 |
<Generator>ResXFileCodeGenerator</Generator> |
211 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
212 |
<SubType>Designer</SubType> |
213 |
</EmbeddedResource> |
214 |
<Compile Include="Properties\Resources.Designer.cs"> |
215 |
<AutoGen>True</AutoGen> |
216 |
<DependentUpon>Resources.resx</DependentUpon> |
217 |
<DesignTime>True</DesignTime> |
218 |
</Compile> |
219 |
<EmbeddedResource Include="RomCheaterConfigDialog.resx"> |
220 |
<DependentUpon>RomCheaterConfigDialog.cs</DependentUpon> |
221 |
</EmbeddedResource> |
222 |
<None Include="app.config" /> |
223 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
224 |
<None Include="Properties\Settings.settings"> |
225 |
<Generator>SettingsSingleFileGenerator</Generator> |
226 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
227 |
</None> |
228 |
<Compile Include="Properties\Settings.Designer.cs"> |
229 |
<AutoGen>True</AutoGen> |
230 |
<DependentUpon>Settings.settings</DependentUpon> |
231 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
232 |
</Compile> |
233 |
</ItemGroup> |
234 |
<ItemGroup> |
235 |
<ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj"> |
236 |
<Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project> |
237 |
<Name>Be.Windows.Forms.HexBox</Name> |
238 |
</ProjectReference> |
239 |
<ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj"> |
240 |
<Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project> |
241 |
<Name>Utilities.TransparentControls</Name> |
242 |
</ProjectReference> |
243 |
<ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj"> |
244 |
<Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project> |
245 |
<Name>WinFormsUI</Name> |
246 |
</ProjectReference> |
247 |
<ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj"> |
248 |
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
249 |
<Name>RomCheater.Core</Name> |
250 |
</ProjectReference> |
251 |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
252 |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
253 |
<Name>RomCheater.Logging</Name> |
254 |
</ProjectReference> |
255 |
<ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj"> |
256 |
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
257 |
<Name>RomCheater.PluginFramework</Name> |
258 |
</ProjectReference> |
259 |
<ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj"> |
260 |
<Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project> |
261 |
<Name>RomCheater.UserSettingsSupport</Name> |
262 |
</ProjectReference> |
263 |
<ProjectReference Include="..\Win32\libWin32\libWin32.csproj"> |
264 |
<Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project> |
265 |
<Name>libWin32</Name> |
266 |
</ProjectReference> |
267 |
<ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
268 |
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
269 |
<Name>Sojaner.MemoryScanner</Name> |
270 |
</ProjectReference> |
271 |
</ItemGroup> |
272 |
<ItemGroup> |
273 |
<Content Include="Plugins\RomCheater.CorePlugins.dll"> |
274 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
275 |
</Content> |
276 |
<Content Include="Plugins\RomCheater.CorePlugins.pdb"> |
277 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
278 |
</Content> |
279 |
<None Include="Resources\notfreeze.png" /> |
280 |
<None Include="Resources\freeze.png" /> |
281 |
</ItemGroup> |
282 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
283 |
<PropertyGroup> |
284 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
285 |
</PropertyGroup> |
286 |
<PropertyGroup> |
287 |
<PostBuildEvent>REM "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\MSBuild_CurrentVersion.exe" |
288 |
REM copy "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent> |
289 |
</PropertyGroup> |
290 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
291 |
Other similar extension points exist, see Microsoft.Common.targets. |
292 |
<Target Name="BeforeBuild"> |
293 |
</Target> |
294 |
<Target Name="AfterBuild"> |
295 |
</Target> |
296 |
--> |
297 |
</Project> |