c5da7bb069
First attempt at using new UpdateNugetPackages.bat Some reason nuget update didn't correctly upgrade it added, had to manually edit the file.
118 lines
5.4 KiB
XML
118 lines
5.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\packages\CefSharp.WinForms.84.3.10-pre\build\CefSharp.WinForms.props" Condition="Exists('..\packages\CefSharp.WinForms.84.3.10-pre\build\CefSharp.WinForms.props')" />
|
|
<Import Project="..\packages\CefSharp.Common.84.3.10-pre\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.84.3.10-pre\build\CefSharp.Common.props')" />
|
|
<Import Project="..\packages\cef.redist.x86.84.3.10\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.84.3.10\build\cef.redist.x86.props')" />
|
|
<Import Project="..\packages\cef.redist.x64.84.3.10\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.84.3.10\build\cef.redist.x64.props')" />
|
|
<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.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<StartupObject>
|
|
</StartupObject>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<OutputPath>bin\x64\Debug\net452\</OutputPath>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<OutputPath>bin\x64\Release\net452\</OutputPath>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\net452\</OutputPath>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>bin\x86\Release\net452\</OutputPath>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</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="app.manifest" />
|
|
<None Include="crash_reporter.cfg">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<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\CefSharp.Common.84.3.10-pre\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.84.3.10-pre\build\CefSharp.Common.targets')" />
|
|
<Import Project="..\packages\CefSharp.WinForms.84.3.10-pre\build\CefSharp.WinForms.targets" Condition="Exists('..\packages\CefSharp.WinForms.84.3.10-pre\build\CefSharp.WinForms.targets')" />
|
|
</Project> |