|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
| 3 | + <Import Project="..\packages\CefSharp.Common.99.2.120\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.99.2.120\build\CefSharp.Common.props')" /> |
| 4 | + <Import Project="..\packages\cef.redist.x86.99.2.12\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.99.2.12\build\cef.redist.x86.props')" /> |
| 5 | + <Import Project="..\packages\cef.redist.x64.99.2.12\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.99.2.12\build\cef.redist.x64.props')" /> |
3 | 6 | <PropertyGroup> |
4 | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
35 | 38 | <UseApplicationTrust>false</UseApplicationTrust> |
36 | 39 | <BootstrapperEnabled>true</BootstrapperEnabled> |
37 | 40 | <ApplicationIcon>Resources\cx.ico</ApplicationIcon> |
| 41 | + <NuGetPackageImportStamp> |
| 42 | + </NuGetPackageImportStamp> |
38 | 43 | </PropertyGroup> |
39 | 44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
40 | 45 | <DebugSymbols>true</DebugSymbols> |
|
99 | 104 | <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile> |
100 | 105 | </PropertyGroup> |
101 | 106 | <ItemGroup> |
| 107 | + <Reference Include="CefSharp, Version=99.2.120.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL"> |
| 108 | + <HintPath>..\packages\CefSharp.Common.99.2.120\lib\net452\CefSharp.dll</HintPath> |
| 109 | + </Reference> |
| 110 | + <Reference Include="CefSharp.Core, Version=99.2.120.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL"> |
| 111 | + <HintPath>..\packages\CefSharp.Common.99.2.120\lib\net452\CefSharp.Core.dll</HintPath> |
| 112 | + </Reference> |
| 113 | + <Reference Include="CefSharp.WinForms, Version=99.2.120.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL"> |
| 114 | + <HintPath>..\packages\CefSharp.WinForms.99.2.120\lib\net462\CefSharp.WinForms.dll</HintPath> |
| 115 | + </Reference> |
102 | 116 | <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
103 | 117 | <EmbedInteropTypes>True</EmbedInteropTypes> |
104 | 118 | </Reference> |
|
292 | 306 | <Compile Include="Views\BindingPrjList.Designer.cs"> |
293 | 307 | <DependentUpon>BindingPrjList.cs</DependentUpon> |
294 | 308 | </Compile> |
| 309 | + <Compile Include="Views\BrowserForm.cs"> |
| 310 | + <SubType>Form</SubType> |
| 311 | + </Compile> |
| 312 | + <Compile Include="Views\BrowserForm.Designer.cs"> |
| 313 | + <DependentUpon>BrowserForm.cs</DependentUpon> |
| 314 | + </Compile> |
295 | 315 | <Compile Include="Views\DockedView\ConnectionCtrl.cs"> |
296 | 316 | <SubType>UserControl</SubType> |
297 | 317 | </Compile> |
|
423 | 443 | </Compile> |
424 | 444 | </ItemGroup> |
425 | 445 | <ItemGroup> |
| 446 | + <Content Include="bin\x86\Build\LICENSE.txt" /> |
426 | 447 | <None Include="key.snk" /> |
427 | 448 | <None Include="packages.config" /> |
428 | 449 | <None Include="Web References\CxVSWebService\CxVSWebService.disco" /> |
|
555 | 576 | <SubType>Designer</SubType> |
556 | 577 | <DependentUpon>BindingPrjList.cs</DependentUpon> |
557 | 578 | </EmbeddedResource> |
| 579 | + <EmbeddedResource Include="Views\BrowserForm.resx"> |
| 580 | + <DependentUpon>BrowserForm.cs</DependentUpon> |
| 581 | + </EmbeddedResource> |
558 | 582 | <EmbeddedResource Include="Views\DockedView\ConnectionCtrl.resx"> |
559 | 583 | <DependentUpon>ConnectionCtrl.cs</DependentUpon> |
560 | 584 | </EmbeddedResource> |
|
701 | 725 | <ProjectExtensions> |
702 | 726 | <VisualStudio /> |
703 | 727 | </ProjectExtensions> |
| 728 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 729 | + <PropertyGroup> |
| 730 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 731 | + </PropertyGroup> |
| 732 | + <Error Condition="!Exists('..\packages\cef.redist.x64.99.2.12\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x64.99.2.12\build\cef.redist.x64.props'))" /> |
| 733 | + <Error Condition="!Exists('..\packages\cef.redist.x86.99.2.12\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x86.99.2.12\build\cef.redist.x86.props'))" /> |
| 734 | + <Error Condition="!Exists('..\packages\CefSharp.Common.99.2.120\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.99.2.120\build\CefSharp.Common.props'))" /> |
| 735 | + <Error Condition="!Exists('..\packages\CefSharp.Common.99.2.120\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.99.2.120\build\CefSharp.Common.targets'))" /> |
| 736 | + </Target> |
| 737 | + <Import Project="..\packages\CefSharp.Common.99.2.120\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.99.2.120\build\CefSharp.Common.targets')" /> |
704 | 738 | <!--<Target Name="AfterBuild"> |
705 | 739 | <PropertyGroup> |
706 | 740 | <DllName>$(AssemblyName).dll</DllName> |
|
0 commit comments