|
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SignAssembly>true</SignAssembly> |
15 | 15 | <AssemblyOriginatorKeyFile>..\assets\exceldna.snk</AssemblyOriginatorKeyFile> |
| 16 | + <NuGetPackageImportStamp> |
| 17 | + </NuGetPackageImportStamp> |
16 | 18 | </PropertyGroup> |
17 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 20 | <DebugSymbols>true</DebugSymbols> |
|
33 | 35 | </PropertyGroup> |
34 | 36 | <ItemGroup> |
35 | 37 | <Reference Include="ExcelDna.Integration, Version=1.1.0.0, Culture=neutral, PublicKeyToken=f225e9659857edbe, processorArchitecture=MSIL"> |
36 | | - <HintPath>..\packages\ExcelDna.Integration.1.1.0-beta2\lib\ExcelDna.Integration.dll</HintPath> |
37 | | - <Private>False</Private> |
| 38 | + <HintPath>..\packages\ExcelDna.Integration.1.1.0\lib\ExcelDna.Integration.dll</HintPath> |
38 | 39 | </Reference> |
39 | 40 | <Reference Include="System" /> |
40 | 41 | <Reference Include="System.Core" /> |
|
55 | 56 | <None Include="ExcelDna.IntelliSense.Tools-AddIn.dna" /> |
56 | 57 | </ItemGroup> |
57 | 58 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
58 | | - <Import Project="..\packages\ExcelDna.AddIn.1.1.0-beta2\build\ExcelDna.AddIn.targets" Condition="Exists('..\packages\ExcelDna.AddIn.1.1.0-beta2\build\ExcelDna.AddIn.targets')" /> |
| 59 | + <Import Project="..\packages\ExcelDna.AddIn.1.1.0\build\ExcelDna.AddIn.targets" Condition="Exists('..\packages\ExcelDna.AddIn.1.1.0\build\ExcelDna.AddIn.targets')" /> |
59 | 60 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
60 | 61 | <PropertyGroup> |
61 | 62 | <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> |
62 | 63 | </PropertyGroup> |
63 | | - <Error Condition="!Exists('..\packages\ExcelDna.AddIn.1.1.0-beta2\build\ExcelDna.AddIn.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ExcelDna.AddIn.1.1.0-beta2\build\ExcelDna.AddIn.targets'))" /> |
| 64 | + <Error Condition="!Exists('..\packages\ExcelDna.AddIn.1.1.0\build\ExcelDna.AddIn.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ExcelDna.AddIn.1.1.0\build\ExcelDna.AddIn.targets'))" /> |
64 | 65 | </Target> |
65 | 66 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
66 | 67 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments