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