ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 53
Committed: Wed May 9 14:52:52 2012 UTC (11 years, 6 months ago) by william
File size: 4865 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|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 <ItemGroup>
39 <Reference Include="System" />
40 <Reference Include="System.Core" />
41 <Reference Include="System.Xml.Linq" />
42 <Reference Include="System.Data.DataSetExtensions" />
43 <Reference Include="Microsoft.CSharp" />
44 <Reference Include="System.Data" />
45 <Reference Include="System.Deployment" />
46 <Reference Include="System.Drawing" />
47 <Reference Include="System.Windows.Forms" />
48 <Reference Include="System.Xml" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
52 <Link>Properties\SharedAssemblyInfo.cs</Link>
53 </Compile>
54 <Compile Include="Properties\AssemblyInfo.cs" />
55 <Compile Include="Main.cs">
56 <SubType>Form</SubType>
57 </Compile>
58 <Compile Include="Main.Designer.cs">
59 <DependentUpon>Main.cs</DependentUpon>
60 </Compile>
61 <Compile Include="Program.cs" />
62 <EmbeddedResource Include="Main.resx">
63 <DependentUpon>Main.cs</DependentUpon>
64 </EmbeddedResource>
65 <EmbeddedResource Include="Properties\Resources.resx">
66 <Generator>ResXFileCodeGenerator</Generator>
67 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
68 <SubType>Designer</SubType>
69 </EmbeddedResource>
70 <Compile Include="Properties\Resources.Designer.cs">
71 <AutoGen>True</AutoGen>
72 <DependentUpon>Resources.resx</DependentUpon>
73 <DesignTime>True</DesignTime>
74 </Compile>
75 <None Include="app.config" />
76 <None Include="Properties\AssemblyInfo.cs.tmpl" />
77 <None Include="Properties\Settings.settings">
78 <Generator>SettingsSingleFileGenerator</Generator>
79 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
80 </None>
81 <Compile Include="Properties\Settings.Designer.cs">
82 <AutoGen>True</AutoGen>
83 <DependentUpon>Settings.settings</DependentUpon>
84 <DesignTimeSharedInput>True</DesignTimeSharedInput>
85 </Compile>
86 </ItemGroup>
87 <ItemGroup>
88 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
89 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
90 <Name>RomCheater.Logging</Name>
91 </ProjectReference>
92 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
93 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
94 <Name>RomCheater.UserSettingsSupport</Name>
95 </ProjectReference>
96 </ItemGroup>
97 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98 <PropertyGroup>
99 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs"
100 "$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
101 </PropertyGroup>
102 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103 Other similar extension points exist, see Microsoft.Common.targets.
104 <Target Name="BeforeBuild">
105 </Target>
106 <Target Name="AfterBuild">
107 </Target>
108 -->
109 </Project>