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