ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 381
Committed: Tue Jun 19 08:42:19 2012 UTC (10 years, 11 months ago) by william
File size: 16346 byte(s)
Log Message:
+ add support to show a generic icon for applications that have no icon

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 <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\FloatingMemoryView.cs">
86 <SubType>Form</SubType>
87 </Compile>
88 <Compile Include="Docking\FloatingMemoryView.Designer.cs">
89 <DependentUpon>FloatingMemoryView.cs</DependentUpon>
90 </Compile>
91 <Compile Include="Docking\FloatingRamDumperDialog.cs">
92 <SubType>Form</SubType>
93 </Compile>
94 <Compile Include="Docking\FloatingRamDumperDialog.Designer.cs">
95 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
96 </Compile>
97 <Compile Include="Docking\MemorySearch\AddressValuePairList.cs">
98 <SubType>Component</SubType>
99 </Compile>
100 <Compile Include="Docking\MemorySearch\AddressValuePairList.Designer.cs">
101 <DependentUpon>AddressValuePairList.cs</DependentUpon>
102 </Compile>
103 <Compile Include="Docking\MemorySearch\CompareValueTypes.cs" />
104 <Compile Include="Docking\MemorySearch\DataTypeConverter.cs" />
105 <Compile Include="Docking\MemorySearch\ICompareAddress.cs" />
106 <Compile Include="Docking\MemorySearch\ICompareValue.cs" />
107 <Compile Include="Docking\MemorySearch\IMemComparer.cs" />
108 <Compile Include="Docking\MemorySearch\InRangeComparer.cs" />
109 <Compile Include="Docking\MemorySearch\IRangeComparer.cs" />
110 <Compile Include="Docking\MemorySearch\ISearchSettings.cs" />
111 <Compile Include="Docking\MemorySearch\ISearchType.cs" />
112 <Compile Include="Docking\MemorySearch\MemComparer.cs" />
113 <Compile Include="Docking\MemorySearch\NotInRangeComparer.cs" />
114 <Compile Include="Docking\MemorySearch\OnlySearchType.cs" />
115 <Compile Include="Docking\MemorySearch\PatchAdder.cs">
116 <SubType>Form</SubType>
117 </Compile>
118 <Compile Include="Docking\MemorySearch\PatchAdder.designer.cs">
119 <DependentUpon>PatchAdder.cs</DependentUpon>
120 </Compile>
121 <Compile Include="Docking\MemorySearch\PatchRangeAdder.cs">
122 <SubType>Form</SubType>
123 </Compile>
124 <Compile Include="Docking\MemorySearch\PatchRangeAdder.designer.cs">
125 <DependentUpon>PatchRangeAdder.cs</DependentUpon>
126 </Compile>
127 <Compile Include="Docking\MemorySearch\RangedComparer.cs" />
128 <Compile Include="Docking\MemorySearch\ResultDataType.cs" />
129 <Compile Include="Docking\MemorySearch\ResultItemState.cs" />
130 <Compile Include="Docking\MemorySearch\ResultType.cs" />
131 <Compile Include="Docking\MemorySearch\SearchCompareTypes.cs" />
132 <Compile Include="Docking\MemorySearch\SearchDataTypes.cs" />
133 <Compile Include="Docking\MemorySearch\SearchPatcher.cs">
134 <SubType>Form</SubType>
135 </Compile>
136 <Compile Include="Docking\MemorySearch\SearchPatcher.designer.cs">
137 <DependentUpon>SearchPatcher.cs</DependentUpon>
138 </Compile>
139 <Compile Include="Docking\MemorySearch\SearchRangePatcher.cs">
140 <SubType>Form</SubType>
141 </Compile>
142 <Compile Include="Docking\MemorySearch\SearchRangePatcher.designer.cs">
143 <DependentUpon>SearchRangePatcher.cs</DependentUpon>
144 </Compile>
145 <Compile Include="Docking\MemorySearch\SearchType.cs" />
146 <Compile Include="Docking\MemorySearch\_16bit_signed_comparer_.cs" />
147 <Compile Include="Docking\MemorySearch\_16bit_unsigned_comparer_.cs" />
148 <Compile Include="Docking\MemorySearch\_32bit_signed_comparer_.cs" />
149 <Compile Include="Docking\MemorySearch\_32bit_unsigned_comparer_.cs" />
150 <Compile Include="Docking\MemorySearch\_64bit_signed_comparer_.cs" />
151 <Compile Include="Docking\MemorySearch\_64bit_unsigned_comparer_.cs" />
152 <Compile Include="Docking\MemorySearch\_8bit_signed_comparer_.cs" />
153 <Compile Include="Docking\MemorySearch\_8bit_unsigned_comparer_.cs" />
154 <Compile Include="Docking\FloatingPEViewer.cs">
155 <SubType>Form</SubType>
156 </Compile>
157 <Compile Include="Docking\FloatingPEViewer.Designer.cs">
158 <DependentUpon>FloatingPEViewer.cs</DependentUpon>
159 </Compile>
160 <Compile Include="Docking\FloatingPIDSelector.cs">
161 <SubType>Form</SubType>
162 </Compile>
163 <Compile Include="Docking\FloatingPIDSelector.designer.cs">
164 <DependentUpon>FloatingPIDSelector.cs</DependentUpon>
165 </Compile>
166 <Compile Include="Docking\FloatingRVACalculator.cs">
167 <SubType>Form</SubType>
168 </Compile>
169 <Compile Include="Docking\FloatingRVACalculator.Designer.cs">
170 <DependentUpon>FloatingRVACalculator.cs</DependentUpon>
171 </Compile>
172 <Compile Include="Docking\UI\ByteEditor.cs">
173 <SubType>Form</SubType>
174 </Compile>
175 <Compile Include="Docking\UI\ByteEditor.Designer.cs">
176 <DependentUpon>ByteEditor.cs</DependentUpon>
177 </Compile>
178 <Compile Include="Docking\UI\UIMemoryViewer.cs">
179 <SubType>UserControl</SubType>
180 </Compile>
181 <Compile Include="Docking\UI\UIMemoryViewer.Designer.cs">
182 <DependentUpon>UIMemoryViewer.cs</DependentUpon>
183 </Compile>
184 <Compile Include="MemorySizeConstants.cs" />
185 <Compile Include="TypeBinder.cs" />
186 <Compile Include="Properties\AssemblyInfo.cs" />
187 <Compile Include="Main.cs">
188 <SubType>Form</SubType>
189 </Compile>
190 <Compile Include="Main.Designer.cs">
191 <DependentUpon>Main.cs</DependentUpon>
192 </Compile>
193 <Compile Include="Program.cs" />
194 <Compile Include="RomCheaterConfigDialog.cs">
195 <SubType>Form</SubType>
196 </Compile>
197 <Compile Include="RomCheaterConfigDialog.Designer.cs">
198 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
199 </Compile>
200 <EmbeddedResource Include="Docking\FloatingAboutBox.resx">
201 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
202 </EmbeddedResource>
203 <EmbeddedResource Include="Docking\FloatingDataTypeConverter.resx">
204 <DependentUpon>FloatingDataTypeConverter.cs</DependentUpon>
205 </EmbeddedResource>
206 <EmbeddedResource Include="Docking\FloatingLogWindow.resx">
207 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
208 </EmbeddedResource>
209 <EmbeddedResource Include="Docking\FloatingMemorySearcher.resx">
210 <DependentUpon>FloatingMemorySearcher.cs</DependentUpon>
211 </EmbeddedResource>
212 <EmbeddedResource Include="Docking\FloatingMemoryView.resx">
213 <DependentUpon>FloatingMemoryView.cs</DependentUpon>
214 </EmbeddedResource>
215 <EmbeddedResource Include="Docking\FloatingRamDumperDialog.resx">
216 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
217 </EmbeddedResource>
218 <EmbeddedResource Include="Docking\FloatingRVACalculator.resx">
219 <DependentUpon>FloatingRVACalculator.cs</DependentUpon>
220 </EmbeddedResource>
221 <EmbeddedResource Include="Docking\MemorySearch\AddressValuePairList.resx">
222 <DependentUpon>AddressValuePairList.cs</DependentUpon>
223 </EmbeddedResource>
224 <EmbeddedResource Include="Docking\MemorySearch\PatchAdder.resx">
225 <DependentUpon>PatchAdder.cs</DependentUpon>
226 </EmbeddedResource>
227 <EmbeddedResource Include="Docking\MemorySearch\PatchRangeAdder.resx">
228 <DependentUpon>PatchRangeAdder.cs</DependentUpon>
229 </EmbeddedResource>
230 <EmbeddedResource Include="Docking\MemorySearch\SearchPatcher.resx">
231 <DependentUpon>SearchPatcher.cs</DependentUpon>
232 </EmbeddedResource>
233 <EmbeddedResource Include="Docking\MemorySearch\SearchRangePatcher.resx">
234 <DependentUpon>SearchRangePatcher.cs</DependentUpon>
235 </EmbeddedResource>
236 <EmbeddedResource Include="Docking\FloatingPEViewer.resx">
237 <DependentUpon>FloatingPEViewer.cs</DependentUpon>
238 </EmbeddedResource>
239 <EmbeddedResource Include="Docking\UI\ByteEditor.resx">
240 <DependentUpon>ByteEditor.cs</DependentUpon>
241 </EmbeddedResource>
242 <EmbeddedResource Include="Docking\UI\UIMemoryViewer.resx">
243 <DependentUpon>UIMemoryViewer.cs</DependentUpon>
244 </EmbeddedResource>
245 <EmbeddedResource Include="Main.resx">
246 <DependentUpon>Main.cs</DependentUpon>
247 </EmbeddedResource>
248 <EmbeddedResource Include="Docking\FloatingPIDSelector.resx">
249 <DependentUpon>FloatingPIDSelector.cs</DependentUpon>
250 </EmbeddedResource>
251 <EmbeddedResource Include="Properties\Resources.resx">
252 <Generator>ResXFileCodeGenerator</Generator>
253 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
254 <SubType>Designer</SubType>
255 </EmbeddedResource>
256 <Compile Include="Properties\Resources.Designer.cs">
257 <AutoGen>True</AutoGen>
258 <DependentUpon>Resources.resx</DependentUpon>
259 <DesignTime>True</DesignTime>
260 </Compile>
261 <EmbeddedResource Include="RomCheaterConfigDialog.resx">
262 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
263 </EmbeddedResource>
264 <None Include="app.config" />
265 <None Include="Properties\AssemblyInfo.cs.tmpl" />
266 <None Include="Properties\Settings.settings">
267 <Generator>SettingsSingleFileGenerator</Generator>
268 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
269 </None>
270 <Compile Include="Properties\Settings.Designer.cs">
271 <AutoGen>True</AutoGen>
272 <DependentUpon>Settings.settings</DependentUpon>
273 <DesignTimeSharedInput>True</DesignTimeSharedInput>
274 </Compile>
275 </ItemGroup>
276 <ItemGroup>
277 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
278 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
279 <Name>Be.Windows.Forms.HexBox</Name>
280 </ProjectReference>
281 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
282 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
283 <Name>Utilities.TransparentControls</Name>
284 </ProjectReference>
285 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
286 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
287 <Name>WinFormsUI</Name>
288 </ProjectReference>
289 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
290 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
291 <Name>RomCheater.Core</Name>
292 </ProjectReference>
293 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
294 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
295 <Name>RomCheater.Logging</Name>
296 </ProjectReference>
297 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
298 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
299 <Name>RomCheater.PluginFramework</Name>
300 </ProjectReference>
301 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
302 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
303 <Name>RomCheater.UserSettingsSupport</Name>
304 </ProjectReference>
305 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
306 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
307 <Name>libWin32</Name>
308 </ProjectReference>
309 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
310 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
311 <Name>Sojaner.MemoryScanner</Name>
312 </ProjectReference>
313 </ItemGroup>
314 <ItemGroup>
315 <Content Include="Plugins\RomCheater.CorePlugins.dll">
316 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
317 </Content>
318 <Content Include="Plugins\RomCheater.CorePlugins.pdb">
319 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
320 </Content>
321 <None Include="Resources\applications_32.ico" />
322 <None Include="Resources\notfreeze.png" />
323 <None Include="Resources\freeze.png" />
324 </ItemGroup>
325 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
326 <PropertyGroup>
327 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
328 </PropertyGroup>
329 <PropertyGroup>
330 <PostBuildEvent>REM "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\MSBuild_CurrentVersion.exe"
331 REM copy "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent>
332 </PropertyGroup>
333 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
334 Other similar extension points exist, see Microsoft.Common.targets.
335 <Target Name="BeforeBuild">
336 </Target>
337 <Target Name="AfterBuild">
338 </Target>
339 -->
340 </Project>