ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj
Revision: 173
Committed: Mon May 28 09:18:58 2012 UTC (11 years ago) by william
File size: 7891 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 </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 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29 <PlatformTarget>x86</PlatformTarget>
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
38 <DebugSymbols>true</DebugSymbols>
39 <OutputPath>bin\Debug\x64\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <DebugType>full</DebugType>
42 <PlatformTarget>x64</PlatformTarget>
43 <ErrorReport>prompt</ErrorReport>
44 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
45 <NoWarn>1607</NoWarn>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
48 <OutputPath>bin\x64\Release\</OutputPath>
49 <DefineConstants>TRACE</DefineConstants>
50 <Optimize>true</Optimize>
51 <DebugType>pdbonly</DebugType>
52 <PlatformTarget>x64</PlatformTarget>
53 <ErrorReport>prompt</ErrorReport>
54 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
55 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
56 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
57 </PropertyGroup>
58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
59 <DebugSymbols>true</DebugSymbols>
60 <OutputPath>bin\Debug\</OutputPath>
61 <DefineConstants>DEBUG;TRACE</DefineConstants>
62 <DebugType>full</DebugType>
63 <PlatformTarget>AnyCPU</PlatformTarget>
64 <ErrorReport>prompt</ErrorReport>
65 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
66 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
67 </PropertyGroup>
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
69 <OutputPath>bin\Release\</OutputPath>
70 <DefineConstants>TRACE</DefineConstants>
71 <Optimize>true</Optimize>
72 <DebugType>pdbonly</DebugType>
73 <PlatformTarget>AnyCPU</PlatformTarget>
74 <ErrorReport>prompt</ErrorReport>
75 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
76 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
77 </PropertyGroup>
78 <ItemGroup>
79 <Reference Include="ManagedWinapi">
80 <HintPath>..\deps\managedwinapi-0.3\ManagedWinapi.dll</HintPath>
81 </Reference>
82 <Reference Include="System" />
83 <Reference Include="System.Core" />
84 <Reference Include="System.Drawing" />
85 <Reference Include="System.Windows.Forms" />
86 <Reference Include="System.Xml.Linq" />
87 <Reference Include="System.Data.DataSetExtensions" />
88 <Reference Include="Microsoft.CSharp" />
89 <Reference Include="System.Data" />
90 <Reference Include="System.Xml" />
91 </ItemGroup>
92 <ItemGroup>
93 <Compile Include="Program.cs" />
94 <Compile Include="Properties\AssemblyInfo.cs" />
95 </ItemGroup>
96 <ItemGroup>
97 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
98 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
99 <Name>Be.Windows.Forms.HexBox</Name>
100 </ProjectReference>
101 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
102 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
103 <Name>Utilities.TransparentControls</Name>
104 </ProjectReference>
105 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
106 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
107 <Name>WinFormsUI</Name>
108 </ProjectReference>
109 <ProjectReference Include="..\RomCheater.CorePlugins\RomCheater.CorePlugins.csproj">
110 <Project>{DC27888E-E976-48B7-A422-12B39C0D3B65}</Project>
111 <Name>RomCheater.CorePlugins</Name>
112 </ProjectReference>
113 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
114 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
115 <Name>RomCheater.Core</Name>
116 </ProjectReference>
117 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
118 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
119 <Name>RomCheater.Logging</Name>
120 </ProjectReference>
121 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
122 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
123 <Name>RomCheater.PluginFramework</Name>
124 </ProjectReference>
125 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
126 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
127 <Name>RomCheater.UserSettingsSupport</Name>
128 </ProjectReference>
129 <ProjectReference Include="..\RomCheater\RomCheater.csproj">
130 <Project>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</Project>
131 <Name>RomCheater</Name>
132 </ProjectReference>
133 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
134 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
135 <Name>libWin32</Name>
136 </ProjectReference>
137 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
138 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
139 <Name>Sojaner.MemoryScanner</Name>
140 </ProjectReference>
141 </ItemGroup>
142 <ItemGroup>
143 <None Include="app.config" />
144 </ItemGroup>
145 <ItemGroup>
146 <Content Include="..\deps\managedwinapi-0.3\ManagedWinapiNativeHelper.dll">
147 <Link>ManagedWinapiNativeHelper.dll</Link>
148 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
149 </Content>
150 <Content Include="bin\Debug\current-version.txt" />
151 </ItemGroup>
152 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153 <PropertyGroup>
154 <PostBuildEvent>"$(SolutionDir)MSBuild_CurrentVersion\bin\Debug\MSBuild_CurrentVersion.exe"
155 copy "$(SolutionDir)MSBuild_CurrentVersion\bin\Debug\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent>
156 </PropertyGroup>
157 <PropertyGroup>
158 <PreBuildEvent>
159 </PreBuildEvent>
160 </PropertyGroup>
161 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
162 Other similar extension points exist, see Microsoft.Common.targets.
163 <Target Name="BeforeBuild">
164 </Target>
165 <Target Name="AfterBuild">
166 </Target>
167 -->
168 </Project>