comparison Chronosv2/source/Presentation/Core/Chronos.Presentation.Core.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>{4C9AD768-6AB8-43B1-833A-C8CC520471B1}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Chronos.Presentation.Core</RootNamespace>
12 <AssemblyName>Chronos.Presentation.Core</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.Configuration" />
46 <Reference Include="System.Core" />
47 <Reference Include="System.Drawing" />
48 <Reference Include="System.Xaml" />
49 <Reference Include="System.Xml.Linq" />
50 <Reference Include="System.Data" />
51 <Reference Include="System.Xml" />
52 <Reference Include="WindowsBase" />
53 </ItemGroup>
54 <ItemGroup>
55 <Compile Include="..\..\..\SolutionInfo.cs">
56 <Link>Properties\SolutionInfo.cs</Link>
57 </Compile>
58 <Compile Include="Configuration\IWidgetConfigurationService.cs" />
59 <Compile Include="Navigation\NavigatedInfo.cs" />
60 <Compile Include="Navigation\NavigatingCancelInfo.cs" />
61 <Compile Include="Navigation\NavigationFailedInfo.cs" />
62 <Compile Include="Navigation\NavigationParams.cs" />
63 <Compile Include="ViewModel\IBookmarkViewModel.cs" />
64 <Compile Include="ViewModel\IClosableViewModel.cs" />
65 <Compile Include="ViewModel\ICollectionItemChanged.cs" />
66 <Compile Include="ViewModel\IEntityViewModel.cs" />
67 <Compile Include="ViewModel\INavigationViewModel.cs" />
68 <Compile Include="ViewModel\IWindowViewModel.cs" />
69 <Compile Include="ViewModel\IShortcutViewModel.cs" />
70 <Compile Include="ViewModel\ItemChangedEventArgs.cs" />
71 <Compile Include="ViewModel\IWidgetViewModel.cs" />
72 <Compile Include="ViewModel\IObservableObject.cs" />
73 <Compile Include="ViewModel\IWorkspaceViewModel.cs" />
74 <Compile Include="Navigation\INavigationService.cs" />
75 <Compile Include="Services\IShowMessageViewService.cs" />
76 <Compile Include="Widgets\IWidget.cs" />
77 <Compile Include="Windows\DialogButton.cs" />
78 <Compile Include="Windows\DialogResult.cs" />
79 <Compile Include="Windows\IActiveAware.cs" />
80 <Compile Include="Windows\IDesktopElement.cs" />
81 <Compile Include="Windows\IModalVindow.cs" />
82 <Compile Include="Windows\IWindow.cs" />
83 <Compile Include="Windows\StartupPosition.cs" />
84 <Compile Include="Windows\ViewModeType.cs" />
85 <Compile Include="VirtualDesktops\IVirtualDesktop.cs" />
86 <Compile Include="VirtualDesktops\IVirtualDesktopManager.cs" />
87 <Compile Include="Properties\AssemblyInfo.cs" />
88 <Compile Include="Windows\WindowStartupPosition.cs" />
89 </ItemGroup>
90 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
92 Other similar extension points exist, see Microsoft.Common.targets.
93 <Target Name="BeforeBuild">
94 </Target>
95 <Target Name="AfterBuild">
96 </Target>
97 -->
98 </Project>