ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 189
Committed: Mon May 28 10:27:36 2012 UTC (11 years, 6 months ago) by william
File size: 9128 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|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\FloatingRamDumperDialog.cs">
73 <SubType>Form</SubType>
74 </Compile>
75 <Compile Include="Docking\FloatingRamDumperDialog.Designer.cs">
76 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
77 </Compile>
78 <Compile Include="Docking\PIDSelector.cs">
79 <SubType>Form</SubType>
80 </Compile>
81 <Compile Include="Docking\PIDSelector.designer.cs">
82 <DependentUpon>PIDSelector.cs</DependentUpon>
83 </Compile>
84 <Compile Include="Properties\AssemblyInfo.cs" />
85 <Compile Include="Main.cs">
86 <SubType>Form</SubType>
87 </Compile>
88 <Compile Include="Main.Designer.cs">
89 <DependentUpon>Main.cs</DependentUpon>
90 </Compile>
91 <Compile Include="Program.cs" />
92 <Compile Include="RomCheaterConfigDialog.cs">
93 <SubType>Form</SubType>
94 </Compile>
95 <Compile Include="RomCheaterConfigDialog.Designer.cs">
96 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
97 </Compile>
98 <EmbeddedResource Include="Docking\FloatingAboutBox.resx">
99 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
100 </EmbeddedResource>
101 <EmbeddedResource Include="Docking\FloatingLogWindow.resx">
102 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
103 </EmbeddedResource>
104 <EmbeddedResource Include="Docking\FloatingRamDumperDialog.resx">
105 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
106 </EmbeddedResource>
107 <EmbeddedResource Include="Main.resx">
108 <DependentUpon>Main.cs</DependentUpon>
109 </EmbeddedResource>
110 <EmbeddedResource Include="Docking\PIDSelector.resx">
111 <DependentUpon>PIDSelector.cs</DependentUpon>
112 </EmbeddedResource>
113 <EmbeddedResource Include="Properties\Resources.resx">
114 <Generator>ResXFileCodeGenerator</Generator>
115 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
116 <SubType>Designer</SubType>
117 </EmbeddedResource>
118 <Compile Include="Properties\Resources.Designer.cs">
119 <AutoGen>True</AutoGen>
120 <DependentUpon>Resources.resx</DependentUpon>
121 <DesignTime>True</DesignTime>
122 </Compile>
123 <EmbeddedResource Include="RomCheaterConfigDialog.resx">
124 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
125 </EmbeddedResource>
126 <None Include="app.config" />
127 <None Include="Properties\AssemblyInfo.cs.tmpl" />
128 <None Include="Properties\Settings.settings">
129 <Generator>SettingsSingleFileGenerator</Generator>
130 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
131 </None>
132 <Compile Include="Properties\Settings.Designer.cs">
133 <AutoGen>True</AutoGen>
134 <DependentUpon>Settings.settings</DependentUpon>
135 <DesignTimeSharedInput>True</DesignTimeSharedInput>
136 </Compile>
137 </ItemGroup>
138 <ItemGroup>
139 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
140 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
141 <Name>Be.Windows.Forms.HexBox</Name>
142 </ProjectReference>
143 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
144 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
145 <Name>Utilities.TransparentControls</Name>
146 </ProjectReference>
147 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
148 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
149 <Name>WinFormsUI</Name>
150 </ProjectReference>
151 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
152 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
153 <Name>RomCheater.Core</Name>
154 </ProjectReference>
155 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
156 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
157 <Name>RomCheater.Logging</Name>
158 </ProjectReference>
159 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
160 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
161 <Name>RomCheater.PluginFramework</Name>
162 </ProjectReference>
163 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
164 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
165 <Name>RomCheater.UserSettingsSupport</Name>
166 </ProjectReference>
167 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
168 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
169 <Name>libWin32</Name>
170 </ProjectReference>
171 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
172 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
173 <Name>Sojaner.MemoryScanner</Name>
174 </ProjectReference>
175 </ItemGroup>
176 <ItemGroup>
177 <Content Include="Plugins\RomCheater.CorePlugins.dll" />
178 <Content Include="Plugins\RomCheater.CorePlugins.pdb" />
179 </ItemGroup>
180 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
181 <PropertyGroup>
182 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
183 </PropertyGroup>
184 <PropertyGroup>
185 <PostBuildEvent>REM "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\MSBuild_CurrentVersion.exe"
186 REM copy "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent>
187 </PropertyGroup>
188 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
189 Other similar extension points exist, see Microsoft.Common.targets.
190 <Target Name="BeforeBuild">
191 </Target>
192 <Target Name="AfterBuild">
193 </Target>
194 -->
195 </Project>