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 (10 years, 10 months ago) by william
File size: 4865 byte(s)
Log Message:

File Contents

# User Rev Content
1 william 5 <?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 william 51 <TargetFrameworkProfile>
15     </TargetFrameworkProfile>
16 william 5 <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 william 35 <NoWarn>1607</NoWarn>
28 william 5 </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 william 52 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
52     <Link>Properties\SharedAssemblyInfo.cs</Link>
53     </Compile>
54 william 53 <Compile Include="Properties\AssemblyInfo.cs" />
55 william 13 <Compile Include="Main.cs">
56 william 5 <SubType>Form</SubType>
57     </Compile>
58 william 13 <Compile Include="Main.Designer.cs">
59     <DependentUpon>Main.cs</DependentUpon>
60 william 5 </Compile>
61     <Compile Include="Program.cs" />
62 william 14 <EmbeddedResource Include="Main.resx">
63     <DependentUpon>Main.cs</DependentUpon>
64     </EmbeddedResource>
65 william 5 <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 william 51 <DesignTime>True</DesignTime>
74 william 5 </Compile>
75 william 34 <None Include="app.config" />
76 william 53 <None Include="Properties\AssemblyInfo.cs.tmpl" />
77 william 5 <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 william 17 <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 william 34 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
93     <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
94     <Name>RomCheater.UserSettingsSupport</Name>
95     </ProjectReference>
96 william 17 </ItemGroup>
97 william 5 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98 william 51 <PropertyGroup>
99 william 53 <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 william 51 </PropertyGroup>
102 william 5 <!-- 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>