ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/RomCheater.Logging.csproj
Revision: 172
Committed: Mon May 28 09:15:17 2012 UTC (11 years, 6 months ago) by william
File size: 6437 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)' == '' ">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 <NoWarn>1607</NoWarn>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 </PropertyGroup>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
35 <DebugSymbols>true</DebugSymbols>
36 <OutputPath>bin\Debug\x86\</OutputPath>
37 <DefineConstants>DEBUG;TRACE</DefineConstants>
38 <DebugType>full</DebugType>
39 <PlatformTarget>x86</PlatformTarget>
40 <ErrorReport>prompt</ErrorReport>
41 <NoWarn>1607</NoWarn>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
44 <OutputPath>bin\x86\Release\</OutputPath>
45 <DefineConstants>TRACE</DefineConstants>
46 <Optimize>true</Optimize>
47 <DebugType>pdbonly</DebugType>
48 <PlatformTarget>x86</PlatformTarget>
49 <ErrorReport>prompt</ErrorReport>
50 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
51 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
52 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
53 </PropertyGroup>
54 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
55 <DebugSymbols>true</DebugSymbols>
56 <OutputPath>bin\Debug\x64\</OutputPath>
57 <DefineConstants>DEBUG;TRACE</DefineConstants>
58 <DebugType>full</DebugType>
59 <PlatformTarget>x64</PlatformTarget>
60 <ErrorReport>prompt</ErrorReport>
61 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
62 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
63 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
64 <NoWarn>1607</NoWarn>
65 </PropertyGroup>
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
67 <OutputPath>bin\x64\Release\</OutputPath>
68 <DefineConstants>TRACE</DefineConstants>
69 <Optimize>true</Optimize>
70 <DebugType>pdbonly</DebugType>
71 <PlatformTarget>x64</PlatformTarget>
72 <ErrorReport>prompt</ErrorReport>
73 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
74 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
75 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
76 </PropertyGroup>
77 <ItemGroup>
78 <Reference Include="System" />
79 <Reference Include="System.Core" />
80 <Reference Include="System.Drawing" />
81 <Reference Include="System.Windows.Forms" />
82 <Reference Include="System.Xml.Linq" />
83 <Reference Include="System.Data.DataSetExtensions" />
84 <Reference Include="Microsoft.CSharp" />
85 <Reference Include="System.Data" />
86 <Reference Include="System.Xml" />
87 </ItemGroup>
88 <ItemGroup>
89 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
90 <Link>Properties\SharedAssemblyInfo.cs</Link>
91 </Compile>
92 <Compile Include="Binary.cs" />
93 <Compile Include="EnumNameValuePair.cs" />
94 <Compile Include="Properties\AssemblyInfo.cs" />
95 <Compile Include="LoggingConstants.cs" />
96 <Compile Include="logger.cs" />
97 <Compile Include="LogWriter.cs">
98 <SubType>UserControl</SubType>
99 </Compile>
100 <Compile Include="LogWriter.designer.cs">
101 <DependentUpon>LogWriter.cs</DependentUpon>
102 </Compile>
103 <Compile Include="Properties\Settings.Designer.cs">
104 <AutoGen>True</AutoGen>
105 <DesignTimeSharedInput>True</DesignTimeSharedInput>
106 <DependentUpon>Settings.settings</DependentUpon>
107 </Compile>
108 </ItemGroup>
109 <ItemGroup>
110 <EmbeddedResource Include="LogWriter.resx">
111 <DependentUpon>LogWriter.cs</DependentUpon>
112 </EmbeddedResource>
113 </ItemGroup>
114 <ItemGroup>
115 <None Include="app.config" />
116 <None Include="Properties\AssemblyInfo.cs.tmpl" />
117 <None Include="Properties\Settings.settings">
118 <Generator>PublicSettingsSingleFileGenerator</Generator>
119 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
120 </None>
121 </ItemGroup>
122 <ItemGroup>
123 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
124 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
125 <Name>RomCheater.Core</Name>
126 </ProjectReference>
127 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
128 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
129 <Name>RomCheater.UserSettingsSupport</Name>
130 </ProjectReference>
131 </ItemGroup>
132 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
133 <PropertyGroup>
134 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
135 </PropertyGroup>
136 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137 Other similar extension points exist, see Microsoft.Common.targets.
138 <Target Name="BeforeBuild">
139 </Target>
140 <Target Name="AfterBuild">
141 </Target>
142 -->
143 </Project>