Mercurial > silverbladetech
view Chronosv2/source/Presentation/ViewModel/Chronos.Presentation.ViewModel.csproj @ 19:09d18d6e5f40
airport work
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Thu, 15 Mar 2012 06:59:15 +0000 |
parents | 87905693f506 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{AAB3929F-049B-469A-AAEB-BBABEE03FE0A}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Chronos.Presentation.ViewModel</RootNamespace> <AssemblyName>Chronos.Presentation.ViewModel</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <SccProjectName> </SccProjectName> <SccLocalPath> </SccLocalPath> <SccAuxPath> </SccAuxPath> <SccProvider> </SccProvider> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="NLog"> <HintPath>..\..\..\Lib\NLog\NLog.dll</HintPath> </Reference> <Reference Include="nRoute.Framework"> <HintPath>..\..\..\Lib\nRoute\nRoute.Framework.dll</HintPath> </Reference> <Reference Include="PresentationCore" /> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Data" /> <Reference Include="System.Data.Linq" /> <Reference Include="System.Xaml" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml" /> <Reference Include="WindowsBase" /> </ItemGroup> <ItemGroup> <Compile Include="..\..\..\SolutionInfo.cs"> <Link>Properties\SolutionInfo.cs</Link> </Compile> <Compile Include="ClosableViewModel.cs" /> <Compile Include="CollectionTransforms.cs" /> <Compile Include="EntityViewModel.cs" /> <Compile Include="ExternalShortcutViewModel.cs" /> <Compile Include="InternalShortcutViewModel.cs" /> <Compile Include="NavigationViewModel.cs" /> <Compile Include="ShortcutGroupViewModel.cs" /> <Compile Include="WindowViewModel.cs" /> <Compile Include="ObservableObject.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="PropertyState.cs" /> <Compile Include="PropertyStateCollection.cs" /> <Compile Include="ShortcutViewModel.cs" /> <Compile Include="CollectionViewModel.cs" /> <Compile Include="ViewModelBase.cs" /> <Compile Include="WidgetViewModel.cs" /> <Compile Include="WorkspaceViewModel.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Extensions\Chronos.Extensions.csproj"> <Project>{AA911078-3A2A-41B1-B779-3C8B55E1B8E3}</Project> <Name>Chronos.Extensions</Name> </ProjectReference> <ProjectReference Include="..\Core\Chronos.Presentation.Core.csproj"> <Project>{4C9AD768-6AB8-43B1-833A-C8CC520471B1}</Project> <Name>Chronos.Presentation.Core</Name> </ProjectReference> </ItemGroup> <ItemGroup> <WCFMetadata Include="Service References\" /> </ItemGroup> <ItemGroup> <None Include="ViewModel.cd" /> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>