~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do.Interface.Windows.Classic/Do.Interface.Windows.Classic.csproj

  • Committer: Hardeep S
  • Date: 2009-06-23 04:22:47 UTC
  • Revision ID: ootz0rz@gmail.com-20090623042247-ciyax78ykbtlx4ee
added Do.Interface.Windows.AnimationBase and Do.Interface.Windows.Classic

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="3.5" 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>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>
 
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
  <ItemGroup>
 
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>
 
43
    </Reference>
 
44
    <Reference Include="System.Xml.Linq">
 
45
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
46
    </Reference>
 
47
    <Reference Include="System.Data.DataSetExtensions">
 
48
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
49
    </Reference>
 
50
    <Reference Include="System.Data" />
 
51
    <Reference Include="System.Xml" />
 
52
  </ItemGroup>
 
53
  <ItemGroup>
 
54
    <Compile Include="Properties\AssemblyInfo.cs" />
 
55
    <Compile Include="src\ClassicRenderer.cs" />
 
56
    <Compile Include="src\ClassicTheme.cs" />
 
57
  </ItemGroup>
 
58
  <ItemGroup>
 
59
    <Content Include="Resources\Do.Interface.Windows.Classic.addin.xml" />
 
60
  </ItemGroup>
 
61
  <ItemGroup>
 
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>
 
65
    </ProjectReference>
 
66
    <ProjectReference Include="..\Do.Interface.Windows\Do.Interface.Windows.csproj">
 
67
      <Project>{EBBE8ECD-D21B-4528-A45D-32FCF09DE212}</Project>
 
68
      <Name>Do.Interface.Windows</Name>
 
69
    </ProjectReference>
 
70
    <ProjectReference Include="..\Do.Platform.Windows\Do.Platform.Windows.csproj">
 
71
      <Project>{99FBFAD8-4176-4D04-8D6D-2C66A4041C01}</Project>
 
72
      <Name>Do.Platform.Windows</Name>
 
73
    </ProjectReference>
 
74
    <ProjectReference Include="..\Do.Universe\Do.Universe.csproj">
 
75
      <Project>{7F9464B7-A890-4E54-AE06-F813E8D1E458}</Project>
 
76
      <Name>Do.Universe</Name>
 
77
    </ProjectReference>
 
78
  </ItemGroup>
 
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">
 
83
  </Target>
 
84
  <Target Name="AfterBuild">
 
85
  </Target>
 
86
  -->
 
87
</Project>
 
 
b'\\ No newline at end of file'