ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj
Revision: 832
Committed: Mon Sep 15 23:35:14 2014 UTC (9 years, 2 months ago) by william
File size: 10083 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>{907D825E-B04C-4625-B774-9988F92010B4}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>MSBuild_CurrentVersion</RootNamespace>
12 <AssemblyName>MSBuild_CurrentVersion</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>
15 </TargetFrameworkProfile>
16 <FileAlignment>512</FileAlignment>
17 <IsWebBootstrapper>false</IsWebBootstrapper>
18 <PublishUrl>publish\</PublishUrl>
19 <Install>true</Install>
20 <InstallFrom>Disk</InstallFrom>
21 <UpdateEnabled>false</UpdateEnabled>
22 <UpdateMode>Foreground</UpdateMode>
23 <UpdateInterval>7</UpdateInterval>
24 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25 <UpdatePeriodically>false</UpdatePeriodically>
26 <UpdateRequired>false</UpdateRequired>
27 <MapFileExtensions>true</MapFileExtensions>
28 <ApplicationRevision>0</ApplicationRevision>
29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30 <UseApplicationTrust>false</UseApplicationTrust>
31 <BootstrapperEnabled>true</BootstrapperEnabled>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
34 <DebugSymbols>true</DebugSymbols>
35 <OutputPath>bin\x64\Debug\</OutputPath>
36 <DefineConstants>TRACE;DEBUG</DefineConstants>
37 <DebugType>full</DebugType>
38 <PlatformTarget>x64</PlatformTarget>
39 <ErrorReport>prompt</ErrorReport>
40 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
41 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
42 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
45 <OutputPath>bin\x64\Release\</OutputPath>
46 <DefineConstants>TRACE;RELEASE</DefineConstants>
47 <Optimize>true</Optimize>
48 <DebugType>pdbonly</DebugType>
49 <PlatformTarget>x64</PlatformTarget>
50 <ErrorReport>prompt</ErrorReport>
51 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
53 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x64'">
56 <OutputPath>bin\x64\All Configurations\</OutputPath>
57 <PlatformTarget>x64</PlatformTarget>
58 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
59 </PropertyGroup>
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
61 <DebugSymbols>true</DebugSymbols>
62 <OutputPath>bin\x86\Debug\</OutputPath>
63 <DefineConstants>TRACE;DEBUG</DefineConstants>
64 <DebugType>full</DebugType>
65 <PlatformTarget>x86</PlatformTarget>
66 <ErrorReport>prompt</ErrorReport>
67 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
69 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
70 </PropertyGroup>
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
72 <OutputPath>bin\x86\Release\</OutputPath>
73 <DefineConstants>TRACE;RELEASE</DefineConstants>
74 <Optimize>true</Optimize>
75 <DebugType>pdbonly</DebugType>
76 <PlatformTarget>x86</PlatformTarget>
77 <ErrorReport>prompt</ErrorReport>
78 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
80 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'">
83 <OutputPath>bin\x86\All Configurations\</OutputPath>
84 <PlatformTarget>x86</PlatformTarget>
85 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
86 </PropertyGroup>
87 <ItemGroup>
88 <Reference Include="Enterprise.Logging, Version=1.2.7.1, Culture=neutral, processorArchitecture=MSIL">
89 <SpecificVersion>False</SpecificVersion>
90 <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
91 </Reference>
92 <Reference Include="System" />
93 <Reference Include="System.Core" />
94 <Reference Include="System.Drawing" />
95 <Reference Include="System.Windows.Forms" />
96 <Reference Include="System.Xml.Linq" />
97 <Reference Include="System.Data.DataSetExtensions" />
98 <Reference Include="Microsoft.CSharp" />
99 <Reference Include="System.Data" />
100 <Reference Include="System.Xml" />
101 </ItemGroup>
102 <ItemGroup>
103 <Compile Include="Program.cs" />
104 <Compile Include="Properties\AssemblyInfo.cs" />
105 </ItemGroup>
106 <ItemGroup>
107 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
108 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
109 <Name>Be.Windows.Forms.HexBox</Name>
110 </ProjectReference>
111 <ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj">
112 <Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project>
113 <Name>ManagedWinapi</Name>
114 </ProjectReference>
115 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
116 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
117 <Name>Utilities.TransparentControls</Name>
118 </ProjectReference>
119 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
120 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
121 <Name>WinFormsUI</Name>
122 </ProjectReference>
123 <ProjectReference Include="..\RomCheater.CorePlugins\RomCheater.CorePlugins.csproj">
124 <Project>{DC27888E-E976-48B7-A422-12B39C0D3B65}</Project>
125 <Name>RomCheater.CorePlugins</Name>
126 </ProjectReference>
127 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
128 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
129 <Name>RomCheater.Core</Name>
130 </ProjectReference>
131 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
132 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
133 <Name>RomCheater.Logging</Name>
134 </ProjectReference>
135 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
136 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
137 <Name>RomCheater.PluginFramework</Name>
138 </ProjectReference>
139 <ProjectReference Include="..\RomCheater.RVAScratchPad\RomCheater.RVAScratchPad.csproj">
140 <Project>{6737661A-07AB-4237-97D7-637A203E2574}</Project>
141 <Name>RomCheater.RVAScratchPad</Name>
142 </ProjectReference>
143 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
144 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
145 <Name>RomCheater.UserSettingsSupport</Name>
146 </ProjectReference>
147 <ProjectReference Include="..\RomCheater\RomCheater.csproj">
148 <Project>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</Project>
149 <Name>RomCheater</Name>
150 </ProjectReference>
151 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
152 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
153 <Name>libWin32</Name>
154 </ProjectReference>
155 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
156 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
157 <Name>Sojaner.MemoryScanner</Name>
158 </ProjectReference>
159 </ItemGroup>
160 <ItemGroup>
161 <None Include="app.config" />
162 </ItemGroup>
163 <ItemGroup>
164 <Content Include="bin\Debug\current-version.txt" />
165 </ItemGroup>
166 <ItemGroup>
167 <BootstrapperPackage Include=".NETFramework,Version=v4.0">
168 <Visible>False</Visible>
169 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
170 <Install>true</Install>
171 </BootstrapperPackage>
172 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
173 <Visible>False</Visible>
174 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
175 <Install>false</Install>
176 </BootstrapperPackage>
177 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
178 <Visible>False</Visible>
179 <ProductName>.NET Framework 3.5 SP1</ProductName>
180 <Install>false</Install>
181 </BootstrapperPackage>
182 <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
183 <Visible>False</Visible>
184 <ProductName>Windows Installer 4.5</ProductName>
185 <Install>true</Install>
186 </BootstrapperPackage>
187 </ItemGroup>
188 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
189 <PropertyGroup>
190 <PostBuildEvent>mkdir "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)"
191 "$(TargetDir)MSBuild_CurrentVersion.exe"
192 xcopy /E /F /Y "$(TargetDir)*.*" "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)"
193 erase /Q /F "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\MSBuild_CurrentVersion*"</PostBuildEvent>
194 </PropertyGroup>
195 <PropertyGroup>
196 <PreBuildEvent>
197 </PreBuildEvent>
198 </PropertyGroup>
199 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200 Other similar extension points exist, see Microsoft.Common.targets.
201 <Target Name="BeforeBuild">
202 </Target>
203 <Target Name="AfterBuild">
204 </Target>
205 -->
206 </Project>