Mercurial > silverbladetech
comparison Chronosv2/source/DragAndDrop/Chronos.Presentation.DragAndDrop.csproj @ 10:443821e55f06
Initial cleaned up add from Codeplex files
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:25:44 +0700 |
parents | |
children | 87905693f506 |
comparison
equal
deleted
inserted
replaced
9:904a9faadf8b | 10:443821e55f06 |
---|---|
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>{F3061A2B-7688-4B26-8D5B-E556EAFE1D49}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Chronos.Presentation.DragAndDrop</RootNamespace> | |
12 <AssemblyName>Chronos.Presentation.DragAndDrop</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 <SccProjectName>SAK</SccProjectName> | |
16 <SccLocalPath>SAK</SccLocalPath> | |
17 <SccAuxPath>SAK</SccAuxPath> | |
18 <SccProvider>SAK</SccProvider> | |
19 </PropertyGroup> | |
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
21 <DebugSymbols>true</DebugSymbols> | |
22 <DebugType>full</DebugType> | |
23 <Optimize>false</Optimize> | |
24 <OutputPath>bin\Debug\</OutputPath> | |
25 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
26 <ErrorReport>prompt</ErrorReport> | |
27 <WarningLevel>4</WarningLevel> | |
28 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
29 </PropertyGroup> | |
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
31 <DebugType>pdbonly</DebugType> | |
32 <Optimize>true</Optimize> | |
33 <OutputPath>bin\Release\</OutputPath> | |
34 <DefineConstants>TRACE</DefineConstants> | |
35 <ErrorReport>prompt</ErrorReport> | |
36 <WarningLevel>4</WarningLevel> | |
37 </PropertyGroup> | |
38 <ItemGroup> | |
39 <Reference Include="nRoute.Framework"> | |
40 <HintPath>..\..\Lib\nRoute\nRoute.Framework.dll</HintPath> | |
41 </Reference> | |
42 <Reference Include="PresentationCore" /> | |
43 <Reference Include="PresentationFramework" /> | |
44 <Reference Include="System" /> | |
45 <Reference Include="System.Core" /> | |
46 <Reference Include="System.Xaml" /> | |
47 <Reference Include="System.Xml.Linq" /> | |
48 <Reference Include="System.Data" /> | |
49 <Reference Include="System.Xml" /> | |
50 <Reference Include="WindowsBase" /> | |
51 </ItemGroup> | |
52 <ItemGroup> | |
53 <Compile Include="..\..\SolutionInfo.cs"> | |
54 <Link>Properties\SolutionInfo.cs</Link> | |
55 </Compile> | |
56 <Compile Include="DragAdorner.cs" /> | |
57 <Compile Include="DragDataWrapper.cs" /> | |
58 <Compile Include="DragDropManager.cs" /> | |
59 <Compile Include="DragDropProviderActions.cs" /> | |
60 <Compile Include="DragHelper.cs" /> | |
61 <Compile Include="DropHelper.cs" /> | |
62 <Compile Include="IDataDropObjectProvider.cs" /> | |
63 <Compile Include="IDataDropObject.cs" /> | |
64 <Compile Include="ListBoxDragDropDataProvider.cs" /> | |
65 <Compile Include="Properties\AssemblyInfo.cs" /> | |
66 <Compile Include="TreeviewDragDropDataProvider.cs" /> | |
67 </ItemGroup> | |
68 <ItemGroup> | |
69 <ProjectReference Include="..\Extensions\Windows\Chronos.Extensions.Windows.csproj"> | |
70 <Project>{F5F26463-32DA-4685-B361-B984EDF5A5F2}</Project> | |
71 <Name>Chronos.Extensions.Windows</Name> | |
72 </ProjectReference> | |
73 <ProjectReference Include="..\Interop\Chronos.Interop.csproj"> | |
74 <Project>{3A90897C-B83C-422E-9E81-DD90245079F0}</Project> | |
75 <Name>Chronos.Interop</Name> | |
76 </ProjectReference> | |
77 <ProjectReference Include="..\Presentation\Core\Chronos.Presentation.Core.csproj"> | |
78 <Project>{4C9AD768-6AB8-43B1-833A-C8CC520471B1}</Project> | |
79 <Name>Chronos.Presentation.Core</Name> | |
80 </ProjectReference> | |
81 <ProjectReference Include="..\Presentation\ViewModel\Chronos.Presentation.ViewModel.csproj"> | |
82 <Project>{AAB3929F-049B-469A-AAEB-BBABEE03FE0A}</Project> | |
83 <Name>Chronos.Presentation.ViewModel</Name> | |
84 </ProjectReference> | |
85 <ProjectReference Include="..\Presentation\Windows\Chronos.Presentation.Windows.csproj"> | |
86 <Project>{1EC718BA-8BD7-4403-B5B4-1CFD2253D2E7}</Project> | |
87 <Name>Chronos.Presentation.Windows</Name> | |
88 </ProjectReference> | |
89 </ItemGroup> | |
90 <ItemGroup> | |
91 <WCFMetadata Include="Service References\" /> | |
92 </ItemGroup> | |
93 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
94 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
95 Other similar extension points exist, see Microsoft.Common.targets. | |
96 <Target Name="BeforeBuild"> | |
97 </Target> | |
98 <Target Name="AfterBuild"> | |
99 </Target> | |
100 --> | |
101 </Project> |