view MetroWpf/MetroWpf/MetroWpf.csproj @ 39:4b8b38d17d24 MetroWPF CTP v0.1

Quick tidy up for ctp 0.1 release
author adminsh@apollo
date Tue, 03 Apr 2012 15:33:18 +0100
parents a8b50a087544
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)' == '' ">x86</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{32A257E2-56BB-4FFA-A736-A00BCB974ABA}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>MetroWpf</RootNamespace>
    <AssemblyName>MetroWpf</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <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|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="GalaSoft.MvvmLight.WPF4, Version=0.0.0.0, Culture=neutral, PublicKeyToken=63eb5c012e0b3c1c, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\Libs\MvvmLight.4.0.0\GalaSoft.MvvmLight.WPF4.dll</HintPath>
    </Reference>
    <Reference Include="MahApps.Metro, Version=0.5.0.0, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\Libs\MahApps.Metro.0.5.0.0\lib\net40\MahApps.Metro.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
    </Reference>
    <Reference Include="Ninject">
      <HintPath>..\Libs\Ninject.2.2.1.4\lib\net40-Client\Ninject.dll</HintPath>
    </Reference>
    <Reference Include="NinjectAdapter">
      <HintPath>..\Libs\CommonServiceLocator.NinjectAdapter.1.0.0.0\lib\NinjectAdapter.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Caliburn.Micro.1.3.1\lib\net40\System.Windows.Interactivity.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xaml">
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
    </Reference>
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </ApplicationDefinition>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Converters\AbsoluteNumberConverter.cs" />
    <Compile Include="Converters\BoolToServiceRunningTextConverter.cs" />
    <Compile Include="Converters\BoolToSubscribedTextConverter.cs" />
    <Compile Include="Converters\DateTimeToTimeConverter.cs" />
    <Compile Include="Converters\DeltaToIconConverter.cs" />
    <Compile Include="IoCModule.cs" />
    <Compile Include="Messages\AuthenticatedUserMessage.cs" />
    <Compile Include="Messages\NavigationMessage.cs" />
    <Compile Include="NinjectServiceLocatorExt.cs" />
    <Compile Include="Services\Interfaces\INavigationService.cs" />
    <Compile Include="Services\NavigationService.cs" />
    <Compile Include="UI\About\AboutView.xaml.cs">
      <DependentUpon>AboutView.xaml</DependentUpon>
    </Compile>
    <Compile Include="UI\Login\LoginView.xaml.cs">
      <DependentUpon>LoginView.xaml</DependentUpon>
    </Compile>
    <Compile Include="UI\Screen.cs" />
    <Compile Include="UI\Settings\SettingsView.xaml.cs">
      <DependentUpon>SettingsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="UI\UserProfile\UserProfileView.xaml.cs">
      <DependentUpon>UserProfileView.xaml</DependentUpon>
    </Compile>
    <Compile Include="UI\UserProfile\UserProfileViewModel.cs" />
    <Compile Include="Styles\ApplicationStyle.cs" />
    <Compile Include="UI\Settings\SettingsViewModel.cs" />
    <Compile Include="Messages\ApplicationStyleChangeMessage.cs" />
    <Compile Include="UI\Shell\ShellView.xaml.cs">
      <DependentUpon>ShellView.xaml</DependentUpon>
    </Compile>
    <Compile Include="UI\Shell\ShellViewModel.cs" />
    <Compile Include="UI\Exceptions\ExceptionDialog.xaml.cs">
      <DependentUpon>ExceptionDialog.xaml</DependentUpon>
    </Compile>
    <Compile Include="Locator.cs" />
    <Compile Include="UI\About\AboutViewModel.cs" />
    <Compile Include="UI\Login\LoginViewModel.cs" />
    <Compile Include="UI\Login\UserLogin.cs" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <AppDesigner Include="Properties\" />
  </ItemGroup>
  <ItemGroup>
    <Page Include="UI\About\AboutView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UI\Exceptions\ExceptionDialog.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UI\Login\LoginView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UI\Settings\SettingsView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UI\Shell\ShellView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UI\UserProfile\UserProfileView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Styles\MetroWpf.Accents.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <SplashScreen Include="UI\Splash\splash.png" />
    <Resource Include="UI\logo.ico" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\FxRates.Common\FxRates.Common.csproj">
      <Project>{789B8256-13E5-41B0-84B5-29A98A3F6E74}</Project>
      <Name>FxRates.Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\FxRates.Service\FxRates.Service.csproj">
      <Project>{0AFFFD20-14C7-44A9-B27E-93165001241C}</Project>
      <Name>FxRates.Service</Name>
    </ProjectReference>
    <ProjectReference Include="..\FxRates.UI\FxRates.UI.csproj">
      <Project>{4BD124E6-F437-47F4-93C9-E09170EB06A2}</Project>
      <Name>FxRates.UI</Name>
    </ProjectReference>
    <ProjectReference Include="..\MetroWpf.Framework\MetroWpf.Framework.csproj">
      <Project>{F0D99F7E-D4A6-4DBB-B492-D4BE9EA61EE2}</Project>
      <Name>MetroWpf.Framework</Name>
    </ProjectReference>
    <ProjectReference Include="..\MetroWpf.Xaml\MetroWpf.Xaml.csproj">
      <Project>{A5D99423-4BAE-4FC0-A0CB-F7238EC2C402}</Project>
      <Name>MetroWpf.Xaml</Name>
    </ProjectReference>
    <ProjectReference Include="..\Stocks.Common\Stocks.Common.csproj">
      <Project>{847365D2-E27B-44C3-8DF4-B749D9FA65D7}</Project>
      <Name>Stocks.Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\Stocks.Service\Stocks.Service.csproj">
      <Project>{47F54122-5381-48D8-ACF7-72BBE0353511}</Project>
      <Name>Stocks.Service</Name>
    </ProjectReference>
    <ProjectReference Include="..\Stocks.UI\Stocks.UI.csproj">
      <Project>{BF20711D-4863-4FD3-9B6C-42D4E677D85C}</Project>
      <Name>Stocks.UI</Name>
    </ProjectReference>
  </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>