|
38 | 38 | </PropertyGroup>
|
39 | 39 | <ItemGroup>
|
40 | 40 | <Reference Include="ExcelDna.Integration, Version=1.1.0.0, Culture=neutral, PublicKeyToken=f225e9659857edbe, processorArchitecture=MSIL">
|
41 |
| - <HintPath>..\..\packages\ExcelDna.Integration.1.1.0-beta1\lib\ExcelDna.Integration.dll</HintPath> |
42 |
| - <Private>False</Private> |
| 41 | + <HintPath>..\..\packages\ExcelDna.Integration.1.1.0\lib\ExcelDna.Integration.dll</HintPath> |
43 | 42 | </Reference>
|
44 | 43 | <Reference Include="Microsoft.CSharp" />
|
45 | 44 | <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
|
46 | 45 | <HintPath>..\..\packages\Serilog.2.9.0\lib\net45\Serilog.dll</HintPath>
|
47 | 46 | </Reference>
|
48 | 47 | <Reference Include="Serilog.Sinks.ExcelDnaLogDisplay, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f225e9659857edbe, processorArchitecture=MSIL">
|
49 |
| - <HintPath>..\..\packages\Serilog.Sinks.ExcelDnaLogDisplay.1.1.1-beta1\lib\net45\Serilog.Sinks.ExcelDnaLogDisplay.dll</HintPath> |
| 48 | + <HintPath>..\..\packages\Serilog.Sinks.ExcelDnaLogDisplay.1.1.1\lib\net45\Serilog.Sinks.ExcelDnaLogDisplay.dll</HintPath> |
50 | 49 | </Reference>
|
51 | 50 | <Reference Include="System" />
|
52 | 51 | <Reference Include="System.Core" />
|
|
59 | 58 | <None Include="App.config">
|
60 | 59 | <SubType>Designer</SubType>
|
61 | 60 | </None>
|
| 61 | + <None Include="Properties\ExcelDna.Build.props" /> |
62 | 62 | <None Include="ExcelDna.DnaLibrary.xsd">
|
63 | 63 | <SubType>Designer</SubType>
|
64 | 64 | </None>
|
65 | 65 | <None Include="packages.config" />
|
66 | 66 | <None Include="SampleAddIn.dna" />
|
67 |
| - <None Include="Properties\ExcelDna.Build.props" /> |
68 | 67 | </ItemGroup>
|
69 | 68 | <ItemGroup>
|
70 | 69 | <ProjectReference Include="..\..\src\Serilog.Enrichers.ExcelDna\Serilog.Enrichers.ExcelDna.csproj">
|
|
73 | 72 | </ProjectReference>
|
74 | 73 | </ItemGroup>
|
75 | 74 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
76 |
| - <Import Project="..\..\packages\ExcelDna.AddIn.1.1.0-beta1\build\ExcelDna.AddIn.targets" Condition="Exists('..\..\packages\ExcelDna.AddIn.1.1.0-beta1\build\ExcelDna.AddIn.targets')" /> |
| 75 | + <Import Project="..\..\packages\ExcelDna.AddIn.1.1.1\build\ExcelDna.AddIn.targets" Condition="Exists('..\..\packages\ExcelDna.AddIn.1.1.1\build\ExcelDna.AddIn.targets')" /> |
77 | 76 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
78 | 77 | <PropertyGroup>
|
79 | 78 | <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>
|
80 | 79 | </PropertyGroup>
|
81 |
| - <Error Condition="!Exists('..\..\packages\ExcelDna.AddIn.1.1.0-beta1\build\ExcelDna.AddIn.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\ExcelDna.AddIn.1.1.0-beta1\build\ExcelDna.AddIn.targets'))" /> |
| 80 | + <Error Condition="!Exists('..\..\packages\ExcelDna.AddIn.1.1.1\build\ExcelDna.AddIn.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\ExcelDna.AddIn.1.1.1\build\ExcelDna.AddIn.targets'))" /> |
82 | 81 | </Target>
|
83 | 82 | </Project>
|
0 commit comments