Mercurial > silverbladetech
comparison MetroWpf/MetroWpf.Xaml/MetroWpf.Xaml.csproj @ 15:060f02cd4591
Initial commit, pre airport work
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Mon, 12 Mar 2012 23:05:21 +0800 |
parents | |
children | 2395908fa45b |
comparison
equal
deleted
inserted
replaced
14:741981715d94 | 15:060f02cd4591 |
---|---|
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>{A5D99423-4BAE-4FC0-A0CB-F7238EC2C402}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>MetroWpf.Xaml</RootNamespace> | |
12 <AssemblyName>MetroWpf.Xaml</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 <ItemGroup> | |
34 <Reference Include="PresentationCore" /> | |
35 <Reference Include="PresentationFramework" /> | |
36 <Reference Include="System" /> | |
37 <Reference Include="System.Core" /> | |
38 <Reference Include="System.Xaml" /> | |
39 <Reference Include="System.Xml.Linq" /> | |
40 <Reference Include="System.Data.DataSetExtensions" /> | |
41 <Reference Include="Microsoft.CSharp" /> | |
42 <Reference Include="System.Data" /> | |
43 <Reference Include="System.Xml" /> | |
44 <Reference Include="WindowsBase" /> | |
45 </ItemGroup> | |
46 <ItemGroup> | |
47 <Compile Include="Adorners\NotesAdorner.cs" /> | |
48 <Compile Include="Binding\BindingErrorTraceListener.cs" /> | |
49 <Compile Include="Controls\PlayerControl.xaml.cs"> | |
50 <DependentUpon>PlayerControl.xaml</DependentUpon> | |
51 </Compile> | |
52 <Compile Include="Converters\AddConverter.cs" /> | |
53 <Compile Include="Converters\AgeToReadableStringConverter.cs" /> | |
54 <Compile Include="Converters\AngleToCoordinateConverter.cs" /> | |
55 <Compile Include="Converters\BoolVisibilityConverter.cs" /> | |
56 <Compile Include="Converters\CollapseWhenZeroConverter.cs" /> | |
57 <Compile Include="Converters\ContentVisibilityConverter.cs" /> | |
58 <Compile Include="Converters\DateTimeToStringConverter.cs" /> | |
59 <Compile Include="Converters\DoubleToGridLengthConverter.cs" /> | |
60 <Compile Include="Converters\DoubleToThicknessConverter.cs" /> | |
61 <Compile Include="Converters\EnumBooleanConverter.cs" /> | |
62 <Compile Include="Converters\GridLengthToDoubleConverter.cs" /> | |
63 <Compile Include="Converters\IsStringNullOrWhitespaceConverter.cs" /> | |
64 <Compile Include="Converters\NotConverter.cs" /> | |
65 <Compile Include="Converters\NumberPositiveToNegativeConverter.cs" /> | |
66 <Compile Include="Converters\PercentToAngleConverter.cs" /> | |
67 <Compile Include="Converters\RandomAngleToTransformConverter.cs" /> | |
68 <Compile Include="Converters\RotationAngleToSimplePositiveAngleConverter.cs" /> | |
69 <Compile Include="Converters\ThicknessPositiveToNegativeConverter.cs" /> | |
70 <Compile Include="Converters\ThicknessToDoubleConverter.cs" /> | |
71 <Compile Include="Extensions\AdornerExtensions.cs" /> | |
72 <Compile Include="Extensions\DependencyObject.cs" /> | |
73 <Compile Include="Properties\AssemblyInfo.cs" /> | |
74 <Compile Include="Styles\Colors.cs" /> | |
75 </ItemGroup> | |
76 <ItemGroup> | |
77 <Page Include="Controls\PlayerControl.xaml"> | |
78 <Generator>MSBuild:Compile</Generator> | |
79 <SubType>Designer</SubType> | |
80 </Page> | |
81 <Page Include="Styles\MetroWpf.Accents.xaml"> | |
82 <Generator>MSBuild:Compile</Generator> | |
83 <SubType>Designer</SubType> | |
84 </Page> | |
85 </ItemGroup> | |
86 <ItemGroup> | |
87 <Folder Include="Triggers\" /> | |
88 </ItemGroup> | |
89 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
90 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
91 Other similar extension points exist, see Microsoft.Common.targets. | |
92 <Target Name="BeforeBuild"> | |
93 </Target> | |
94 <Target Name="AfterBuild"> | |
95 </Target> | |
96 --> | |
97 </Project> |