ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 196
Committed: Thu May 31 05:52:41 2012 UTC (11 years, 6 months ago) by william
File size: 9520 byte(s)
Log Message:
+ add some event code
+ add memeory view  dialog (wip)

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</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</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.Xml.Linq" />
48 <Reference Include="System.Data.DataSetExtensions" />
49 <Reference Include="Microsoft.CSharp" />
50 <Reference Include="System.Data" />
51 <Reference Include="System.Deployment" />
52 <Reference Include="System.Drawing" />
53 <Reference Include="System.Windows.Forms" />
54 <Reference Include="System.Xml" />
55 </ItemGroup>
56 <ItemGroup>
57 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
58 <Link>Properties\SharedAssemblyInfo.cs</Link>
59 </Compile>
60 <Compile Include="Docking\FloatingAboutBox.cs">
61 <SubType>Form</SubType>
62 </Compile>
63 <Compile Include="Docking\FloatingAboutBox.Designer.cs">
64 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
65 </Compile>
66 <Compile Include="Docking\FloatingLogWindow.cs">
67 <SubType>Form</SubType>
68 </Compile>
69 <Compile Include="Docking\FloatingLogWindow.Designer.cs">
70 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
71 </Compile>
72 <Compile Include="Docking\FloatingMemoryView.cs">
73 <SubType>Form</SubType>
74 </Compile>
75 <Compile Include="Docking\FloatingMemoryView.Designer.cs">
76 <DependentUpon>FloatingMemoryView.cs</DependentUpon>
77 </Compile>
78 <Compile Include="Docking\FloatingRamDumperDialog.cs">
79 <SubType>Form</SubType>
80 </Compile>
81 <Compile Include="Docking\FloatingRamDumperDialog.Designer.cs">
82 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
83 </Compile>
84 <Compile Include="Docking\PIDSelector.cs">
85 <SubType>Form</SubType>
86 </Compile>
87 <Compile Include="Docking\PIDSelector.designer.cs">
88 <DependentUpon>PIDSelector.cs</DependentUpon>
89 </Compile>
90 <Compile Include="Properties\AssemblyInfo.cs" />
91 <Compile Include="Main.cs">
92 <SubType>Form</SubType>
93 </Compile>
94 <Compile Include="Main.Designer.cs">
95 <DependentUpon>Main.cs</DependentUpon>
96 </Compile>
97 <Compile Include="Program.cs" />
98 <Compile Include="RomCheaterConfigDialog.cs">
99 <SubType>Form</SubType>
100 </Compile>
101 <Compile Include="RomCheaterConfigDialog.Designer.cs">
102 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
103 </Compile>
104 <EmbeddedResource Include="Docking\FloatingAboutBox.resx">
105 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
106 </EmbeddedResource>
107 <EmbeddedResource Include="Docking\FloatingLogWindow.resx">
108 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
109 </EmbeddedResource>
110 <EmbeddedResource Include="Docking\FloatingRamDumperDialog.resx">
111 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
112 </EmbeddedResource>
113 <EmbeddedResource Include="Main.resx">
114 <DependentUpon>Main.cs</DependentUpon>
115 </EmbeddedResource>
116 <EmbeddedResource Include="Docking\PIDSelector.resx">
117 <DependentUpon>PIDSelector.cs</DependentUpon>
118 </EmbeddedResource>
119 <EmbeddedResource Include="Properties\Resources.resx">
120 <Generator>ResXFileCodeGenerator</Generator>
121 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
122 <SubType>Designer</SubType>
123 </EmbeddedResource>
124 <Compile Include="Properties\Resources.Designer.cs">
125 <AutoGen>True</AutoGen>
126 <DependentUpon>Resources.resx</DependentUpon>
127 <DesignTime>True</DesignTime>
128 </Compile>
129 <EmbeddedResource Include="RomCheaterConfigDialog.resx">
130 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
131 </EmbeddedResource>
132 <None Include="app.config" />
133 <None Include="Properties\AssemblyInfo.cs.tmpl" />
134 <None Include="Properties\Settings.settings">
135 <Generator>SettingsSingleFileGenerator</Generator>
136 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
137 </None>
138 <Compile Include="Properties\Settings.Designer.cs">
139 <AutoGen>True</AutoGen>
140 <DependentUpon>Settings.settings</DependentUpon>
141 <DesignTimeSharedInput>True</DesignTimeSharedInput>
142 </Compile>
143 </ItemGroup>
144 <ItemGroup>
145 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
146 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
147 <Name>Be.Windows.Forms.HexBox</Name>
148 </ProjectReference>
149 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
150 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
151 <Name>Utilities.TransparentControls</Name>
152 </ProjectReference>
153 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
154 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
155 <Name>WinFormsUI</Name>
156 </ProjectReference>
157 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
158 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
159 <Name>RomCheater.Core</Name>
160 </ProjectReference>
161 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
162 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
163 <Name>RomCheater.Logging</Name>
164 </ProjectReference>
165 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
166 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
167 <Name>RomCheater.PluginFramework</Name>
168 </ProjectReference>
169 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
170 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
171 <Name>RomCheater.UserSettingsSupport</Name>
172 </ProjectReference>
173 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
174 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
175 <Name>libWin32</Name>
176 </ProjectReference>
177 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
178 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
179 <Name>Sojaner.MemoryScanner</Name>
180 </ProjectReference>
181 </ItemGroup>
182 <ItemGroup>
183 <Content Include="Plugins\RomCheater.CorePlugins.dll">
184 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
185 </Content>
186 <Content Include="Plugins\RomCheater.CorePlugins.pdb">
187 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
188 </Content>
189 </ItemGroup>
190 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
191 <PropertyGroup>
192 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
193 </PropertyGroup>
194 <PropertyGroup>
195 <PostBuildEvent>REM "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\MSBuild_CurrentVersion.exe"
196 REM copy "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent>
197 </PropertyGroup>
198 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
199 Other similar extension points exist, see Microsoft.Common.targets.
200 <Target Name="BeforeBuild">
201 </Target>
202 <Target Name="AfterBuild">
203 </Target>
204 -->
205 </Project>