ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/RomCheater.Logging.csproj
Revision: 831
Committed: Mon Sep 15 23:10:17 2014 UTC (8 years, 8 months ago) by william
File size: 5986 byte(s)
Log Message:
+ remove AnyCpu arch

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|x64'">
17 <DebugSymbols>true</DebugSymbols>
18 <OutputPath>bin\x64\Debug\</OutputPath>
19 <DefineConstants>TRACE;DEBUG</DefineConstants>
20 <NoWarn>1607,0436</NoWarn>
21 <DebugType>full</DebugType>
22 <PlatformTarget>x64</PlatformTarget>
23 <ErrorReport>prompt</ErrorReport>
24 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
27 <OutputPath>bin\x64\Release\</OutputPath>
28 <DefineConstants>TRACE;RELEASE</DefineConstants>
29 <Optimize>true</Optimize>
30 <NoWarn>1607,0436</NoWarn>
31 <DebugType>pdbonly</DebugType>
32 <PlatformTarget>x64</PlatformTarget>
33 <ErrorReport>prompt</ErrorReport>
34 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
35 </PropertyGroup>
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x64'">
37 <OutputPath>bin\x64\All Configurations\</OutputPath>
38 <PlatformTarget>x64</PlatformTarget>
39 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
40 </PropertyGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
42 <DebugSymbols>true</DebugSymbols>
43 <OutputPath>bin\x86\Debug\</OutputPath>
44 <DefineConstants>TRACE;DEBUG</DefineConstants>
45 <NoWarn>1607,0436</NoWarn>
46 <DebugType>full</DebugType>
47 <PlatformTarget>x86</PlatformTarget>
48 <ErrorReport>prompt</ErrorReport>
49 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50 </PropertyGroup>
51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
52 <OutputPath>bin\x86\Release\</OutputPath>
53 <DefineConstants>TRACE;RELEASE</DefineConstants>
54 <Optimize>true</Optimize>
55 <NoWarn>1607,0436</NoWarn>
56 <DebugType>pdbonly</DebugType>
57 <PlatformTarget>x86</PlatformTarget>
58 <ErrorReport>prompt</ErrorReport>
59 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60 </PropertyGroup>
61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'">
62 <OutputPath>bin\x86\All Configurations\</OutputPath>
63 <PlatformTarget>x86</PlatformTarget>
64 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65 </PropertyGroup>
66 <ItemGroup>
67 <Reference Include="Enterprise.Logging">
68 <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
69 </Reference>
70 <Reference Include="System" />
71 <Reference Include="System.Core" />
72 <Reference Include="System.Drawing" />
73 <Reference Include="System.Windows.Forms" />
74 <Reference Include="System.Xml.Linq" />
75 <Reference Include="System.Data.DataSetExtensions" />
76 <Reference Include="Microsoft.CSharp" />
77 <Reference Include="System.Data" />
78 <Reference Include="System.Xml" />
79 </ItemGroup>
80 <ItemGroup>
81 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
82 <Link>Properties\SharedAssemblyInfo.cs</Link>
83 </Compile>
84 <Compile Include="Binary.cs" />
85 <Compile Include="EnumNameValuePair.cs" />
86 <Compile Include="LoggingFlagsConverter.cs" />
87 <Compile Include="Properties\AssemblyInfo.cs" />
88 <Compile Include="LoggingConstants.cs" />
89 <Compile Include="logger.cs" />
90 <Compile Include="LogWriter.cs">
91 <SubType>UserControl</SubType>
92 </Compile>
93 <Compile Include="LogWriter.designer.cs">
94 <DependentUpon>LogWriter.cs</DependentUpon>
95 </Compile>
96 <Compile Include="Properties\Settings.Designer.cs">
97 <AutoGen>True</AutoGen>
98 <DesignTimeSharedInput>True</DesignTimeSharedInput>
99 <DependentUpon>Settings.settings</DependentUpon>
100 </Compile>
101 </ItemGroup>
102 <ItemGroup>
103 <EmbeddedResource Include="LogWriter.resx">
104 <DependentUpon>LogWriter.cs</DependentUpon>
105 </EmbeddedResource>
106 </ItemGroup>
107 <ItemGroup>
108 <None Include="app.config" />
109 <None Include="Properties\AssemblyInfo.cs.tmpl" />
110 <None Include="Properties\Settings.settings">
111 <Generator>PublicSettingsSingleFileGenerator</Generator>
112 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
113 </None>
114 </ItemGroup>
115 <ItemGroup>
116 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
117 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
118 <Name>RomCheater.UserSettingsSupport</Name>
119 </ProjectReference>
120 </ItemGroup>
121 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122 <PropertyGroup>
123 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
124 </PropertyGroup>
125 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
126 Other similar extension points exist, see Microsoft.Common.targets.
127 <Target Name="BeforeBuild">
128 </Target>
129 <Target Name="AfterBuild">
130 </Target>
131 -->
132 </Project>