comparison Chronosv2/source/Presentation/ViewModel/Chronos.Presentation.ViewModel.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>{AAB3929F-049B-469A-AAEB-BBABEE03FE0A}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Chronos.Presentation.ViewModel</RootNamespace>
12 <AssemblyName>Chronos.Presentation.ViewModel</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 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="NLog">
39 <HintPath>..\..\..\Lib\NLog\NLog.dll</HintPath>
40 </Reference>
41 <Reference Include="nRoute.Framework">
42 <HintPath>..\..\..\Lib\nRoute\nRoute.Framework.dll</HintPath>
43 </Reference>
44 <Reference Include="PresentationCore" />
45 <Reference Include="System" />
46 <Reference Include="System.Core" />
47 <Reference Include="System.Data" />
48 <Reference Include="System.Data.Linq" />
49 <Reference Include="System.Xaml" />
50 <Reference Include="System.Xml.Linq" />
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="ClosableViewModel.cs" />
59 <Compile Include="CollectionTransforms.cs" />
60 <Compile Include="EntityViewModel.cs" />
61 <Compile Include="ExternalShortcutViewModel.cs" />
62 <Compile Include="InternalShortcutViewModel.cs" />
63 <Compile Include="NavigationViewModel.cs" />
64 <Compile Include="ShortcutGroupViewModel.cs" />
65 <Compile Include="WindowViewModel.cs" />
66 <Compile Include="ObservableObject.cs" />
67 <Compile Include="Properties\AssemblyInfo.cs" />
68 <Compile Include="PropertyState.cs" />
69 <Compile Include="PropertyStateCollection.cs" />
70 <Compile Include="ShortcutViewModel.cs" />
71 <Compile Include="CollectionViewModel.cs" />
72 <Compile Include="ViewModelBase.cs" />
73 <Compile Include="WidgetViewModel.cs" />
74 <Compile Include="WorkspaceViewModel.cs" />
75 </ItemGroup>
76 <ItemGroup>
77 <ProjectReference Include="..\..\Extensions\Chronos.Extensions.csproj">
78 <Project>{AA911078-3A2A-41B1-B779-3C8B55E1B8E3}</Project>
79 <Name>Chronos.Extensions</Name>
80 </ProjectReference>
81 <ProjectReference Include="..\Core\Chronos.Presentation.Core.csproj">
82 <Project>{4C9AD768-6AB8-43B1-833A-C8CC520471B1}</Project>
83 <Name>Chronos.Presentation.Core</Name>
84 </ProjectReference>
85 </ItemGroup>
86 <ItemGroup>
87 <WCFMetadata Include="Service References\" />
88 </ItemGroup>
89 <ItemGroup>
90 <None Include="ViewModel.cd" />
91 </ItemGroup>
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>