|
12 | 12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <TargetFrameworkProfile />
|
| 15 | + <NuGetPackageImportStamp> |
| 16 | + </NuGetPackageImportStamp> |
15 | 17 | </PropertyGroup>
|
16 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
17 | 19 | <DebugSymbols>true</DebugSymbols>
|
|
32 | 34 | <WarningLevel>4</WarningLevel>
|
33 | 35 | </PropertyGroup>
|
34 | 36 | <ItemGroup>
|
35 |
| - <Reference Include="geckofx-core-18"> |
36 |
| - <HintPath>..\..\lib\geckofx18\geckofx-core-18.dll</HintPath> |
| 37 | + <Reference Include="Geckofx-Core, Version=45.0.10.0, Culture=neutral, PublicKeyToken=3209ac31600d1857, processorArchitecture=x86"> |
| 38 | + <HintPath>..\..\packages\Geckofx45.45.0.10.0\lib\net40\Geckofx-Core.dll</HintPath> |
| 39 | + <Private>True</Private> |
37 | 40 | </Reference>
|
38 |
| - <Reference Include="Geckofx-Winforms-18"> |
39 |
| - <HintPath>..\..\lib\geckofx18\Geckofx-Winforms-18.dll</HintPath> |
| 41 | + <Reference Include="Geckofx-Winforms, Version=45.0.10.0, Culture=neutral, PublicKeyToken=3209ac31600d1857, processorArchitecture=MSIL"> |
| 42 | + <HintPath>..\..\packages\Geckofx45.45.0.10.0\lib\net40\Geckofx-Winforms.dll</HintPath> |
| 43 | + <Private>True</Private> |
40 | 44 | </Reference>
|
41 | 45 | <Reference Include="Newtonsoft.Json">
|
42 | 46 | <HintPath>..\..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
86 | 90 | <None Include="packages.config" />
|
87 | 91 | </ItemGroup>
|
88 | 92 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 93 | + <Import Project="..\..\packages\Geckofx45.45.0.10.0\build\Geckofx45.targets" Condition="Exists('..\..\packages\Geckofx45.45.0.10.0\build\Geckofx45.targets')" /> |
| 94 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 95 | + <PropertyGroup> |
| 96 | + <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> |
| 97 | + </PropertyGroup> |
| 98 | + <Error Condition="!Exists('..\..\packages\Geckofx45.45.0.10.0\build\Geckofx45.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Geckofx45.45.0.10.0\build\Geckofx45.targets'))" /> |
| 99 | + </Target> |
89 | 100 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
90 | 101 | Other similar extension points exist, see Microsoft.Common.targets.
|
91 | 102 | <Target Name="BeforeBuild">
|
|
0 commit comments