2013-10-27 13:27:45 +01:00
<?xml version="1.0" encoding="utf-8"?>
2013-09-14 15:47:51 +02:00
<Project ToolsVersion= "4.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid> {775569C2-987F-4AC4-8BA5-A315A21ED1B7}</ProjectGuid>
<OutputType> WinExe</OutputType>
<AppDesignerFolder> Properties</AppDesignerFolder>
<RootNamespace> PocketSharp.Wpf</RootNamespace>
<AssemblyName> PocketSharp.Wpf</AssemblyName>
<TargetFrameworkVersion> v4.5</TargetFrameworkVersion>
<FileAlignment> 512</FileAlignment>
<ProjectTypeGuids> {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel> 4</WarningLevel>
<TargetFrameworkProfile />
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\..\</SolutionDir>
<RestorePackages> true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget> AnyCPU</PlatformTarget>
<DebugSymbols> true</DebugSymbols>
<DebugType> full</DebugType>
<Optimize> false</Optimize>
<OutputPath> bin\Debug\</OutputPath>
<DefineConstants> DEBUG;TRACE</DefineConstants>
<ErrorReport> prompt</ErrorReport>
<WarningLevel> 4</WarningLevel>
<Prefer32Bit> false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget> AnyCPU</PlatformTarget>
<DebugType> pdbonly</DebugType>
<Optimize> true</Optimize>
<OutputPath> bin\Release\</OutputPath>
<DefineConstants> TRACE</DefineConstants>
<ErrorReport> prompt</ErrorReport>
<WarningLevel> 4</WarningLevel>
<Prefer32Bit> false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
2014-02-21 23:50:24 +01:00
<Reference Include= "Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<SpecificVersion> False</SpecificVersion>
<HintPath> ..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\net45\Microsoft.Threading.Tasks.dll</HintPath>
2013-09-14 15:47:51 +02:00
</Reference>
2014-02-21 23:50:24 +01:00
<Reference Include= "Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<SpecificVersion> False</SpecificVersion>
<HintPath> ..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\net45\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
2013-09-14 15:47:51 +02:00
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Net" />
<Reference Include= "System.Net.Http" />
2014-02-21 23:50:24 +01:00
<Reference Include= "System.Net.Http.Extensions, Version=2.2.18.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
2013-09-14 15:47:51 +02:00
<SpecificVersion> False</SpecificVersion>
2014-02-21 23:50:24 +01:00
<HintPath> ..\..\packages\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Extensions.dll</HintPath>
2013-10-27 13:27:45 +01:00
</Reference>
2014-02-21 23:50:24 +01:00
<Reference Include= "System.Net.Http.Primitives, Version=4.2.18.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
2013-10-27 13:27:45 +01:00
<SpecificVersion> False</SpecificVersion>
2014-02-21 23:50:24 +01:00
<HintPath> ..\..\packages\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Primitives.dll</HintPath>
2013-09-14 15:47:51 +02:00
</Reference>
<Reference Include= "System.Net.Http.WebRequest" />
<Reference Include= "System.Xml" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<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= "Site.cs" />
<Page Include= "MainWindow.xaml" >
<Generator> MSBuild:Compile</Generator>
<SubType> Designer</SubType>
</Page>
<Compile Include= "App.xaml.cs" >
<DependentUpon> App.xaml</DependentUpon>
<SubType> Code</SubType>
</Compile>
<Compile Include= "MainWindow.xaml.cs" >
<DependentUpon> MainWindow.xaml</DependentUpon>
<SubType> Code</SubType>
</Compile>
</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= "app.config" />
<None Include= "packages.config" />
<None Include= "Properties\Settings.settings" >
<Generator> SettingsSingleFileGenerator</Generator>
<LastGenOutput> Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include= "Properties\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include= "..\..\PocketSharp\PocketSharp.csproj" >
<Project> {817200c3-a327-4e35-9b5f-63a51c088577}</Project>
<Name> PocketSharp</Name>
</ProjectReference>
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup>
<ErrorText> This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
2014-02-21 23:50:24 +01:00
<Import Project= "..\..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets" Condition= "Exists('..\..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets')" />
2013-09-14 15:47:51 +02:00
<Target Name= "EnsureBclBuildImported" BeforeTargets= "BeforeBuild" Condition= "'$(BclBuildImported)' == ''" >
2014-02-21 23:50:24 +01:00
<Error Condition= "!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets')" Text= "This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword= "BCLBUILD2001" />
<Error Condition= "Exists('..\..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets')" Text= "The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword= "BCLBUILD2002" />
2013-09-14 15:47:51 +02:00
</Target>
<!-- 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>
-->
2013-10-27 13:27:45 +01:00
</Project>