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>{29A99853-9AA3-4924-8A86-4381CDDCF290}</ProjectGuid>
9
<OutputType>Library</OutputType>
10
<AppDesignerFolder>Properties</AppDesignerFolder>
11
<RootNamespace>Do.Interface.Windows.AnimationBase</RootNamespace>
12
<AssemblyName>Do.Interface.Windows.AnimationBase</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="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
41
<Reference Include="System" />
42
<Reference Include="System.Core">
43
<RequiredTargetFramework>3.5</RequiredTargetFramework>
45
<Reference Include="System.Xml.Linq">
46
<RequiredTargetFramework>3.5</RequiredTargetFramework>
48
<Reference Include="System.Data.DataSetExtensions">
49
<RequiredTargetFramework>3.5</RequiredTargetFramework>
51
<Reference Include="System.Data" />
52
<Reference Include="System.Xml" />
55
<Compile Include="gtk-gui\Do.Interface.AnimationBase.AnimationBaseConfigurationWidget.cs" />
56
<Compile Include="gtk-gui\generated.cs" />
57
<Compile Include="Properties\AssemblyInfo.cs" />
58
<Compile Include="Properties\Resources.Designer.cs">
59
<AutoGen>True</AutoGen>
60
<DesignTime>True</DesignTime>
61
<DependentUpon>Resources.resx</DependentUpon>
63
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\AnimationBaseConfigurationWidget.cs" />
64
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\Bezel.cs" />
65
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelColors.cs" />
66
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelDefaults.cs" />
67
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelDrawingArea.cs" />
68
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelDrawingContext.cs" />
69
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelGlassRenderClasses.cs" />
70
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelGlassResults.cs" />
71
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelGlassWindow.cs" />
72
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelResultsDrawingArea.cs" />
73
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\IRenderInterfaces.cs" />
74
<Compile Include="src\Do.Interface\Do.Interface.AnimationBase\TextRenderer.cs" />
75
<Compile Include="src\Do.Interface\IRenderTheme.cs" />
78
<EmbeddedResource Include="gtk-gui\gui.stetic">
79
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
81
<EmbeddedResource Include="Properties\Resources.resx">
82
<Generator>ResXFileCodeGenerator</Generator>
83
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
84
<SubType>Designer</SubType>
88
<Content Include="Resources\Do.Interface.Windows.AnimationBase.addin.xml" />
91
<ProjectReference Include="..\Do.Interface.Windows\Do.Interface.Windows.csproj">
92
<Project>{EBBE8ECD-D21B-4528-A45D-32FCF09DE212}</Project>
93
<Name>Do.Interface.Windows</Name>
95
<ProjectReference Include="..\Do.Platform.Windows\Do.Platform.Windows.csproj">
96
<Project>{99FBFAD8-4176-4D04-8D6D-2C66A4041C01}</Project>
97
<Name>Do.Platform.Windows</Name>
99
<ProjectReference Include="..\Do.Platform\Do.Platform.csproj">
100
<Project>{6455647D-BA69-4203-962F-D40BF927B87E}</Project>
101
<Name>Do.Platform</Name>
103
<ProjectReference Include="..\Do.Universe\Do.Universe.csproj">
104
<Project>{7F9464B7-A890-4E54-AE06-F813E8D1E458}</Project>
105
<Name>Do.Universe</Name>
107
<ProjectReference Include="..\gconf-sharp\gconf-sharp.csproj">
108
<Project>{9A8F56A1-1CF3-4B62-A8B0-8831C1630C44}</Project>
109
<Name>gconf-sharp</Name>
112
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
113
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114
Other similar extension points exist, see Microsoft.Common.targets.
115
<Target Name="BeforeBuild">
117
<Target Name="AfterBuild">
b'\\ No newline at end of file'