2014-10-07 09:03:00 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "4.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2014-10-29 09:30:48 +08:00
<Import Project= "..\packages\CefSharp.Common.33.0.2\build\CefSharp.Common.props" Condition= "Exists('..\packages\CefSharp.Common.33.0.2\build\CefSharp.Common.props')" />
<Import Project= "..\packages\CefSharp.WinForms.33.0.2\build\CefSharp.WinForms.props" Condition= "Exists('..\packages\CefSharp.WinForms.33.0.2\build\CefSharp.WinForms.props')" />
2014-10-07 09:03:00 +08:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion > 9.0.30729</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {C043FFF7-5F71-4FFC-989A-E09E18548589}</ProjectGuid>
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > CefSharp.MinimalExample.WinForms</RootNamespace>
<AssemblyName > CefSharp.MinimalExample.WinForms</AssemblyName>
<TargetFrameworkVersion > v4.0</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<StartupObject >
</StartupObject>
<FileUpgradeFlags >
</FileUpgradeFlags>
<UpgradeBackupLocation >
</UpgradeBackupLocation>
<OldToolsVersion > 3.5</OldToolsVersion>
<TargetFrameworkProfile />
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<RestorePackages > true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" >
<PlatformTarget > x64</PlatformTarget>
<OutputPath > bin\x64\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
<PlatformTarget > x64</PlatformTarget>
<OutputPath > bin\x64\Release\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x86'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > bin\x86\Debug\</OutputPath>
<PlatformTarget > x86</PlatformTarget>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x86'" >
<OutputPath > bin\x86\Release\</OutputPath>
<PlatformTarget > x86</PlatformTarget>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup >
<Reference Include= "System" />
<Reference Include= "System.Core" >
<RequiredTargetFramework > 3.5</RequiredTargetFramework>
</Reference>
<Reference Include= "System.Drawing" />
<Reference Include= "System.Windows.Forms" />
</ItemGroup>
<ItemGroup >
<Compile Include= "BrowserForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "BrowserForm.Designer.cs" >
<DependentUpon > BrowserForm.cs</DependentUpon>
</Compile>
<Compile Include= "Controls\ControlExtensions.cs" />
<Compile Include= "Program.cs" >
</Compile>
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "BrowserForm.resx" >
<DependentUpon > BrowserForm.cs</DependentUpon>
<SubType > Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
<SubType > Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
<None Include= "app.config" />
<None Include= "packages.config" />
<None Include= "Resources\nav_left_green.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\nav_plain_green.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\nav_plain_red.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\nav_right_green.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\chromium-256.png" />
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "..\packages\cef.redist.3.1750.1738\build\cef.redist.targets" Condition= "Exists('..\packages\cef.redist.3.1750.1738\build\cef.redist.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('..\packages\cef.redist.3.1750.1738\build\cef.redist.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.3.1750.1738\build\cef.redist.targets'))" />
<Error Condition= "!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
2014-10-29 09:30:48 +08:00
<Error Condition= "!Exists('..\packages\CefSharp.WinForms.33.0.2\build\CefSharp.WinForms.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.WinForms.33.0.2\build\CefSharp.WinForms.props'))" />
<Error Condition= "!Exists('..\packages\CefSharp.Common.33.0.2\build\CefSharp.Common.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.33.0.2\build\CefSharp.Common.props'))" />
<Error Condition= "!Exists('..\packages\CefSharp.Common.33.0.2\build\CefSharp.Common.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.33.0.2\build\CefSharp.Common.targets'))" />
2014-10-07 09:03:00 +08:00
</Target>
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
2014-10-29 09:30:48 +08:00
<Import Project= "..\packages\CefSharp.Common.33.0.2\build\CefSharp.Common.targets" Condition= "Exists('..\packages\CefSharp.Common.33.0.2\build\CefSharp.Common.targets')" />
2014-10-07 09:03:00 +08:00
</Project>