comparison MetroWpf/MetroWpf.Framework/MetroWpf.Framework.csproj @ 15:060f02cd4591

Initial commit, pre airport work
author stevenh7776 stevenhollidge@hotmail.com
date Mon, 12 Mar 2012 23:05:21 +0800
parents
children a8b50a087544
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>{F0D99F7E-D4A6-4DBB-B492-D4BE9EA61EE2}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>MetroWpf.Framework</RootNamespace>
12 <AssemblyName>MetroWpf.Framework</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="Extensions\CollectionExtensions.cs" />
48 <Compile Include="Extensions\CombinedException.cs" />
49 <Compile Include="Extensions\ComparableExtensions.cs" />
50 <Compile Include="Extensions\Converter.cs" />
51 <Compile Include="Extensions\DateTimeExtensions.cs" />
52 <Compile Include="Extensions\DateTimeOffsetExtensions.cs" />
53 <Compile Include="Extensions\DirectoryInfoExtensions.cs" />
54 <Compile Include="Extensions\Dynamic.cs" />
55 <Compile Include="Extensions\EnumerableExtensions.cs" />
56 <Compile Include="Extensions\FileInfoExtensions.cs" />
57 <Compile Include="Extensions\IConverter.cs" />
58 <Compile Include="Extensions\IntExtensions.cs" />
59 <Compile Include="Extensions\LinqExtensions.cs" />
60 <Compile Include="Extensions\ListExtensions.cs" />
61 <Compile Include="Extensions\ObjectExtensions.cs" />
62 <Compile Include="Extensions\PropertyExtensions.cs" />
63 <Compile Include="Extensions\StreamExtensions.cs" />
64 <Compile Include="Extensions\StringConverter.cs" />
65 <Compile Include="Extensions\StringExtensions.cs" />
66 <Compile Include="Extensions\TaskExtensions.cs" />
67 <Compile Include="Extensions\TextReaderExtensions.cs" />
68 <Compile Include="Extensions\TypeExtensions.cs" />
69 <Compile Include="Extensions\XmlNodeExtensions.cs" />
70 <Compile Include="FileSerializer.cs" />
71 <Compile Include="Interfaces\IWpfApplication.cs" />
72 <Compile Include="Properties\AssemblyInfo.cs" />
73 <Compile Include="ServiceClient.cs" />
74 <Compile Include="TimedDelegates.cs" />
75 <Compile Include="WpfApplication.cs" />
76 </ItemGroup>
77 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
79 Other similar extension points exist, see Microsoft.Common.targets.
80 <Target Name="BeforeBuild">
81 </Target>
82 <Target Name="AfterBuild">
83 </Target>
84 -->
85 </Project>