|
13 | 13 | <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
14 | 14 | <FileAlignment>512</FileAlignment>
|
15 | 15 | <TargetFrameworkProfile />
|
| 16 | + <NuGetPackageImportStamp> |
| 17 | + </NuGetPackageImportStamp> |
16 | 18 | </PropertyGroup>
|
17 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
18 | 20 | <DebugSymbols>true</DebugSymbols>
|
|
35 | 37 | <Prefer32Bit>false</Prefer32Bit>
|
36 | 38 | </PropertyGroup>
|
37 | 39 | <ItemGroup>
|
38 |
| - <Reference Include="CppSharp"> |
39 |
| - <HintPath>..\References\CppSharp.dll</HintPath> |
| 40 | + <Reference Include="CppSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 41 | + <HintPath>..\packages\CppSharp.0.5.2\lib\CppSharp.dll</HintPath> |
| 42 | + <Private>True</Private> |
40 | 43 | </Reference>
|
41 |
| - <Reference Include="CppSharp.AST"> |
42 |
| - <HintPath>..\References\CppSharp.AST.dll</HintPath> |
| 44 | + <Reference Include="CppSharp.AST, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 45 | + <HintPath>..\packages\CppSharp.0.5.2\lib\CppSharp.AST.dll</HintPath> |
| 46 | + <Private>True</Private> |
43 | 47 | </Reference>
|
44 |
| - <Reference Include="CppSharp.Generator"> |
45 |
| - <HintPath>..\References\CppSharp.Generator.dll</HintPath> |
| 48 | + <Reference Include="CppSharp.Generator, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\CppSharp.0.5.2\lib\CppSharp.Generator.dll</HintPath> |
| 50 | + <Private>True</Private> |
46 | 51 | </Reference>
|
47 |
| - <Reference Include="CppSharp.Parser.CLI"> |
48 |
| - <HintPath>..\References\CppSharp.Parser.CLI.dll</HintPath> |
| 52 | + <Reference Include="CppSharp.Parser.CLI, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64"> |
| 53 | + <HintPath>..\packages\CppSharp.0.5.2\lib\CppSharp.Parser.CLI.dll</HintPath> |
| 54 | + <Private>True</Private> |
| 55 | + </Reference> |
| 56 | + <Reference Include="CppSharp.Runtime, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 57 | + <HintPath>..\packages\CppSharp.0.5.2\lib\CppSharp.Runtime.dll</HintPath> |
| 58 | + <Private>True</Private> |
49 | 59 | </Reference>
|
50 | 60 | <Reference Include="HtmlAgilityPack">
|
51 | 61 | <HintPath>..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath>
|
|
99 | 109 | <Compile Include="QtInfo.cs" />
|
100 | 110 | <Compile Include="QtSharp.cs" />
|
101 | 111 | </ItemGroup>
|
102 |
| - <ItemGroup> |
103 |
| - <None Include="..\References\CppSharp.CppParser.dll"> |
104 |
| - <Link>CppSharp.CppParser.dll</Link> |
105 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
106 |
| - </None> |
107 |
| - </ItemGroup> |
108 | 112 | <ItemGroup>
|
109 | 113 | <None Include="..\References\sqlite3.dll">
|
110 | 114 | <Link>sqlite3.dll</Link>
|
111 | 115 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
112 | 116 | </None>
|
113 | 117 | </ItemGroup>
|
114 | 118 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 119 | + <Import Project="..\packages\Baseclass.Contrib.Nuget.Output.2.1.0\build\net40\Baseclass.Contrib.Nuget.Output.targets" Condition="Exists('..\packages\Baseclass.Contrib.Nuget.Output.2.1.0\build\net40\Baseclass.Contrib.Nuget.Output.targets')" /> |
| 120 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 121 | + <PropertyGroup> |
| 122 | + <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> |
| 123 | + </PropertyGroup> |
| 124 | + <Error Condition="!Exists('..\packages\Baseclass.Contrib.Nuget.Output.2.1.0\build\net40\Baseclass.Contrib.Nuget.Output.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Baseclass.Contrib.Nuget.Output.2.1.0\build\net40\Baseclass.Contrib.Nuget.Output.targets'))" /> |
| 125 | + </Target> |
115 | 126 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
116 | 127 | Other similar extension points exist, see Microsoft.Common.targets.
|
117 | 128 | <Target Name="BeforeBuild">
|
|
0 commit comments