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,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 |
<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 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
51 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
52 |
</Compile> |
53 |
<Compile Include="Binary.cs" /> |
54 |
<Compile Include="EnumNameValuePair.cs" /> |
55 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
56 |
<Compile Include="LoggingConstants.cs" /> |
57 |
<Compile Include="logger.cs" /> |
58 |
<Compile Include="LogWriter.cs"> |
59 |
<SubType>UserControl</SubType> |
60 |
</Compile> |
61 |
<Compile Include="LogWriter.designer.cs"> |
62 |
<DependentUpon>LogWriter.cs</DependentUpon> |
63 |
</Compile> |
64 |
<Compile Include="Properties\Settings.Designer.cs"> |
65 |
<AutoGen>True</AutoGen> |
66 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
67 |
<DependentUpon>Settings.settings</DependentUpon> |
68 |
</Compile> |
69 |
</ItemGroup> |
70 |
<ItemGroup> |
71 |
<EmbeddedResource Include="LogWriter.resx"> |
72 |
<DependentUpon>LogWriter.cs</DependentUpon> |
73 |
</EmbeddedResource> |
74 |
</ItemGroup> |
75 |
<ItemGroup> |
76 |
<None Include="app.config" /> |
77 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
78 |
<None Include="Properties\Settings.settings"> |
79 |
<Generator>PublicSettingsSingleFileGenerator</Generator> |
80 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
81 |
</None> |
82 |
</ItemGroup> |
83 |
<ItemGroup> |
84 |
<ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj"> |
85 |
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
86 |
<Name>RomCheater.Core</Name> |
87 |
</ProjectReference> |
88 |
<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 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
94 |
<PropertyGroup> |
95 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
96 |
</PropertyGroup> |
97 |
<!-- 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> |