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