ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/RomCheater.Logging.csproj
Revision: 212
Committed: Sat Jun 2 10:33:38 2012 UTC (11 years, 4 months ago) by william
File size: 4524 byte(s)
Log Message:
ignore CS0436: importing conflicting types (AssemblyConfig)

File Contents

# User Rev Content
1 william 17 <?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)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>RomCheater.Logging</RootNamespace>
12     <AssemblyName>RomCheater.Logging</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     </PropertyGroup>
16     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24 william 212 <NoWarn>1607,0436</NoWarn>
25 william 17 </PropertyGroup>
26     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\Release\</OutputPath>
30 william 185 <DefineConstants>TRACE;RELEASE</DefineConstants>
31 william 17 <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33 william 212 <NoWarn>1607,0436</NoWarn>
34 william 17 </PropertyGroup>
35 william 182 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
36     <OutputPath>bin\All Configurations\</OutputPath>
37     </PropertyGroup>
38 william 17 <ItemGroup>
39     <Reference Include="System" />
40     <Reference Include="System.Core" />
41     <Reference Include="System.Drawing" />
42     <Reference Include="System.Windows.Forms" />
43     <Reference Include="System.Xml.Linq" />
44     <Reference Include="System.Data.DataSetExtensions" />
45     <Reference Include="Microsoft.CSharp" />
46     <Reference Include="System.Data" />
47     <Reference Include="System.Xml" />
48     </ItemGroup>
49     <ItemGroup>
50 william 51 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
51     <Link>Properties\SharedAssemblyInfo.cs</Link>
52     </Compile>
53 william 111 <Compile Include="Binary.cs" />
54     <Compile Include="EnumNameValuePair.cs" />
55 william 53 <Compile Include="Properties\AssemblyInfo.cs" />
56 william 23 <Compile Include="LoggingConstants.cs" />
57 william 27 <Compile Include="logger.cs" />
58 william 17 <Compile Include="LogWriter.cs">
59     <SubType>UserControl</SubType>
60     </Compile>
61     <Compile Include="LogWriter.designer.cs">
62     <DependentUpon>LogWriter.cs</DependentUpon>
63     </Compile>
64 william 34 <Compile Include="Properties\Settings.Designer.cs">
65     <AutoGen>True</AutoGen>
66     <DesignTimeSharedInput>True</DesignTimeSharedInput>
67     <DependentUpon>Settings.settings</DependentUpon>
68     </Compile>
69 william 17 </ItemGroup>
70     <ItemGroup>
71     <EmbeddedResource Include="LogWriter.resx">
72     <DependentUpon>LogWriter.cs</DependentUpon>
73     </EmbeddedResource>
74     </ItemGroup>
75 william 34 <ItemGroup>
76     <None Include="app.config" />
77 william 53 <None Include="Properties\AssemblyInfo.cs.tmpl" />
78 william 34 <None Include="Properties\Settings.settings">
79 william 63 <Generator>PublicSettingsSingleFileGenerator</Generator>
80 william 34 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
81     </None>
82     </ItemGroup>
83     <ItemGroup>
84 william 117 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
85     <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
86     <Name>RomCheater.Core</Name>
87     </ProjectReference>
88 william 34 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
89     <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
90     <Name>RomCheater.UserSettingsSupport</Name>
91     </ProjectReference>
92     </ItemGroup>
93 william 17 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94 william 51 <PropertyGroup>
95 william 131 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
96 william 51 </PropertyGroup>
97 william 17 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98     Other similar extension points exist, see Microsoft.Common.targets.
99     <Target Name="BeforeBuild">
100     </Target>
101     <Target Name="AfterBuild">
102     </Target>
103     -->
104     </Project>