view SilverlightExampleApp/SilverlightExampleApp/SilverlightExampleApp.csproj @ 59:3591c26bd63e

MVVMLight added
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sat, 21 Apr 2012 19:20:28 +0100
parents 502f5f365649
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.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{37DC0FAF-3EFE-436A-B8B9-6905F9EF59E0}</ProjectGuid>
    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>SilverlightExampleApp</RootNamespace>
    <AssemblyName>SilverlightExampleApp</AssemblyName>
    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
    <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
    <SilverlightApplication>true</SilverlightApplication>
    <SupportedCultures>
    </SupportedCultures>
    <XapOutputs>true</XapOutputs>
    <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
    <XapFilename>SilverlightExampleApp.xap</XapFilename>
    <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
    <SilverlightAppEntry>SilverlightExampleApp.App</SilverlightAppEntry>
    <TestPageFileName>SilverlightExampleAppTestPage.html</TestPageFileName>
    <CreateTestPage>true</CreateTestPage>
    <ValidateXaml>true</ValidateXaml>
    <EnableOutOfBrowser>true</EnableOutOfBrowser>
    <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
    <UsePlatformExtensions>false</UsePlatformExtensions>
    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
    <LinkedServerProject>
    </LinkedServerProject>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <!-- This property group is only here to support building this project using the 
       MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs 
       to set the TargetFrameworkVersion to v3.5 -->
  <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>Bin\Debug</OutputPath>
    <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <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;SILVERLIGHT</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Divelements.SandRibbon">
      <HintPath>..\Libs\Divelements.SandRibbon.dll</HintPath>
    </Reference>
    <Reference Include="GalaSoft.MvvmLight.Extras.SL4, Version=0.0.0.0, Culture=neutral, PublicKeyToken=5d2b2859f4a49b53, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\Libs\GalaSoft.MvvmLight.Extras.SL4.dll</HintPath>
    </Reference>
    <Reference Include="GalaSoft.MvvmLight.SL4">
      <HintPath>..\Libs\GalaSoft.MvvmLight.SL4.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b09c1d25ac742833, processorArchitecture=MSIL">
      <HintPath>..\Libs\Microsoft.Practices.ServiceLocation.dll</HintPath>
    </Reference>
    <Reference Include="mscorlib" />
    <Reference Include="System.Windows" />
    <Reference Include="system" />
    <Reference Include="System.Core" />
    <Reference Include="System.Windows.Browser" />
    <Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    <Reference Include="System.Windows.Controls.Data, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    <Reference Include="System.Windows.Controls.Navigation, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    <Reference Include="System.Windows.Interactivity, Version=4.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\Libs\System.Windows.Interactivity.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
    </Compile>
    <Compile Include="Converters\DateTimeConverter.cs" />
    <Compile Include="Dialogs\SimpleDialog.xaml.cs">
      <DependentUpon>SimpleDialog.xaml</DependentUpon>
    </Compile>
    <Compile Include="Helpers\CookieManager.cs" />
    <Compile Include="Dialogs\DialogService.cs" />
    <Compile Include="Dialogs\IDialogService.cs" />
    <Compile Include="Helpers\NavigationMap.cs" />
    <Compile Include="Helpers\SessionManager.cs" />
    <Compile Include="Helpers\TextToPath.cs" />
    <Compile Include="HostPage.xaml.cs">
      <DependentUpon>HostPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="LoginPage.xaml.cs">
      <DependentUpon>LoginPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="Messages\LogOutMessage.cs" />
    <Compile Include="Messages\NavigationMessage.cs" />
    <Compile Include="Messages\ServiceReturnCode.cs" />
    <Compile Include="Messages\StatusBarMessage.cs" />
    <Compile Include="Models\User.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ViewModels\ClientSearchViewModel.cs" />
    <Compile Include="ViewModels\ViewModelLocator.cs" />
    <Compile Include="Views\Assets.xaml.cs">
      <DependentUpon>Assets.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\AssetSearch.xaml.cs">
      <DependentUpon>AssetSearch.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ClientMaint.xaml.cs">
      <DependentUpon>ClientMaint.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ClientDetails.xaml.cs">
      <DependentUpon>ClientDetails.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ClientSearch.xaml.cs">
      <DependentUpon>ClientSearch.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ErrorWindow.xaml.cs">
      <DependentUpon>ErrorWindow.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\Home.xaml.cs">
      <DependentUpon>Home.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\LogOut.xaml.cs">
      <DependentUpon>LogOut.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\MainPage.xaml.cs">
      <DependentUpon>MainPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PortfolioSearch.xaml.cs">
      <DependentUpon>PortfolioSearch.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\Ribbon.xaml.cs">
      <DependentUpon>Ribbon.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\TradeSearch.xaml.cs">
      <DependentUpon>TradeSearch.xaml</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </ApplicationDefinition>
    <Page Include="Dialogs\SimpleDialog.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="HostPage.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="LoginPage.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\Assets.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\AssetSearch.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\ClientMaint.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\ClientDetails.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\ClientSearch.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\ErrorWindow.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\Home.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\LogOut.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\MainPage.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\PortfolioSearch.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\Ribbon.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\TradeSearch.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Fonts\segoeuil.ttf" />
    <None Include="Properties\AppManifest.xml" />
    <None Include="Properties\OutOfBrowserSettings.xml" />
    <Content Include="ServiceReferences.ClientConfig" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\logo.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\Calculator-icon.png" />
    <Resource Include="Images\CHART-icon.png" />
    <Resource Include="Images\client-icon.png" />
    <Resource Include="Images\Close_16x16.png" />
    <Resource Include="Images\coins-icon.png" />
    <Resource Include="Images\Color_16x16.png" />
    <Resource Include="Images\comment-icon.png" />
    <Resource Include="Images\confirmation-icon.png" />
    <Resource Include="Images\Copy_16x16.png" />
    <Resource Include="Images\CSV-icon.png" />
    <Resource Include="Images\CSV-icon64.png" />
    <Resource Include="Images\Cut_16x16.png" />
    <Resource Include="Images\dos-icon.png" />
    <Resource Include="Images\dotnet-icon.png" />
    <Resource Include="Images\EditRedo_16x16.png" />
    <Resource Include="Images\EditUndo_16x16.png" />
    <Resource Include="Images\Erase_16x16.png" />
    <Resource Include="Images\Excel-icon.png" />
    <Resource Include="Images\Excel-icon64.png" />
    <Resource Include="Images\EXPORT-icon.png" />
    <Resource Include="Images\Find_16x16.png" />
    <Resource Include="Images\JSON-icon.png" />
    <Resource Include="Images\mail-icon.png" />
    <Resource Include="Images\Paste_16x16.png" />
    <Resource Include="Images\PDF-icon.png" />
    <Resource Include="Images\PDF-icon32.png" />
    <Resource Include="Images\PDF-icon64.png" />
    <Resource Include="Images\portfolio-icon.png" />
    <Resource Include="Images\Printer-icon.png" />
    <Resource Include="Images\Print_16x16.png" />
    <Resource Include="Images\Replace_16x16.png" />
    <Resource Include="Images\report1-icon.png" />
    <Resource Include="Images\report2-icon.png" />
    <Resource Include="Images\Save_16x16.png" />
    <Resource Include="Images\socket-icon.png" />
    <Resource Include="Images\Text-icon.png" />
    <Resource Include="Images\Text-icon64.png" />
    <Resource Include="Images\transaction-icon.png" />
    <Resource Include="Images\World-icon.png" />
    <Resource Include="Images\XML-icon.png" />
    <Resource Include="Images\XML-icon64.png" />
  </ItemGroup>
  <ItemGroup>
    <WCFMetadata Include="Service References\" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\SilverlightExampleApp.Interfaces\SilverlightExampleApp.Interfaces.csproj">
      <Project>{6C96E971-4A29-462B-88CD-4C05065BFE3A}</Project>
      <Name>SilverlightExampleApp.Interfaces</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.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>
  -->
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
        <SilverlightProjectProperties />
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
</Project>