1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
<ProductVersion>9.0.21022</ProductVersion>
7
<SchemaVersion>2.0</SchemaVersion>
8
<ProjectGuid>{DC5B69FA-CF6D-4E57-B64E-A36974305588}</ProjectGuid>
9
<OutputType>Library</OutputType>
10
<AppDesignerFolder>Properties</AppDesignerFolder>
11
<RootNamespace>Do.Interface.Windows.Classic</RootNamespace>
12
<AssemblyName>Do.Interface.Windows.Classic</AssemblyName>
13
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14
<FileAlignment>512</FileAlignment>
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>
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>
34
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
35
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
36
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
37
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
38
<Reference Include="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
39
<Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
40
<Reference Include="System" />
41
<Reference Include="System.Core">
42
<RequiredTargetFramework>3.5</RequiredTargetFramework>
44
<Reference Include="System.Xml.Linq">
45
<RequiredTargetFramework>3.5</RequiredTargetFramework>
47
<Reference Include="System.Data.DataSetExtensions">
48
<RequiredTargetFramework>3.5</RequiredTargetFramework>
50
<Reference Include="System.Data" />
51
<Reference Include="System.Xml" />
54
<Compile Include="Properties\AssemblyInfo.cs" />
55
<Compile Include="src\ClassicRenderer.cs" />
56
<Compile Include="src\ClassicTheme.cs" />
59
<Content Include="Resources\Do.Interface.Windows.Classic.addin.xml" />
62
<ProjectReference Include="..\Do.Interface.Windows.AnimationBase\Do.Interface.Windows.AnimationBase.csproj">
63
<Project>{29A99853-9AA3-4924-8A86-4381CDDCF290}</Project>
64
<Name>Do.Interface.Windows.AnimationBase</Name>
66
<ProjectReference Include="..\Do.Interface.Windows\Do.Interface.Windows.csproj">
67
<Project>{EBBE8ECD-D21B-4528-A45D-32FCF09DE212}</Project>
68
<Name>Do.Interface.Windows</Name>
70
<ProjectReference Include="..\Do.Platform.Windows\Do.Platform.Windows.csproj">
71
<Project>{99FBFAD8-4176-4D04-8D6D-2C66A4041C01}</Project>
72
<Name>Do.Platform.Windows</Name>
74
<ProjectReference Include="..\Do.Universe\Do.Universe.csproj">
75
<Project>{7F9464B7-A890-4E54-AE06-F813E8D1E458}</Project>
76
<Name>Do.Universe</Name>
79
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81
Other similar extension points exist, see Microsoft.Common.targets.
82
<Target Name="BeforeBuild">
84
<Target Name="AfterBuild">
b'\\ No newline at end of file'