ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 171
Committed: Mon May 28 08:56:42 2012 UTC (11 years, 3 months ago) by william
File size: 10006 byte(s)
Log Message:

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