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