|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.9\build\Microsoft.Orleans.Templates.Interfaces.props" Condition="Exists('..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.9\build\Microsoft.Orleans.Templates.Interfaces.props')" /> |
| 3 | + <Import Project="..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.10\build\Microsoft.Orleans.Templates.Interfaces.props" Condition="Exists('..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.10\build\Microsoft.Orleans.Templates.Interfaces.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
13 | 13 | <AssemblyName>AdventureGrainInterfaces</AssemblyName> |
14 | 14 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
15 | 15 | <FileAlignment>512</FileAlignment> |
16 | | - <NuGetPackageImportStamp>a2bd65f4</NuGetPackageImportStamp> |
| 16 | + <NuGetPackageImportStamp>607286ce</NuGetPackageImportStamp> |
17 | 17 | </PropertyGroup> |
18 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 19 | <DebugSymbols>true</DebugSymbols> |
|
33 | 33 | <WarningLevel>4</WarningLevel> |
34 | 34 | </PropertyGroup> |
35 | 35 | <ItemGroup> |
36 | | - <Reference Include="Orleans"> |
37 | | - <HintPath>..\packages\Microsoft.Orleans.Core.1.0.9\lib\net45\Orleans.dll</HintPath> |
| 36 | + <Reference Include="Orleans, Version=1.0.0.0, Culture=neutral, PublicKeyToken=070f47935e3ed133, processorArchitecture=MSIL"> |
| 37 | + <HintPath>..\packages\Microsoft.Orleans.Core.1.0.10\lib\net45\Orleans.dll</HintPath> |
| 38 | + <Private>True</Private> |
38 | 39 | </Reference> |
39 | 40 | <Reference Include="System" /> |
40 | 41 | <Reference Include="System.Core" /> |
|
62 | 63 | <PropertyGroup> |
63 | 64 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
64 | 65 | </PropertyGroup> |
65 | | - <Error Condition="!Exists('..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.9\build\Microsoft.Orleans.Templates.Interfaces.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.9\build\Microsoft.Orleans.Templates.Interfaces.props'))" /> |
66 | | - <Error Condition="!Exists('..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.9\build\Microsoft.Orleans.Templates.Interfaces.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.9\build\Microsoft.Orleans.Templates.Interfaces.targets'))" /> |
| 66 | + <Error Condition="!Exists('..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.10\build\Microsoft.Orleans.Templates.Interfaces.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.10\build\Microsoft.Orleans.Templates.Interfaces.props'))" /> |
| 67 | + <Error Condition="!Exists('..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.10\build\Microsoft.Orleans.Templates.Interfaces.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.10\build\Microsoft.Orleans.Templates.Interfaces.targets'))" /> |
67 | 68 | </Target> |
68 | | - <Import Project="..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.9\build\Microsoft.Orleans.Templates.Interfaces.targets" Condition="Exists('..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.9\build\Microsoft.Orleans.Templates.Interfaces.targets')" /> |
| 69 | + <Import Project="..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.10\build\Microsoft.Orleans.Templates.Interfaces.targets" Condition="Exists('..\packages\Microsoft.Orleans.Templates.Interfaces.1.0.10\build\Microsoft.Orleans.Templates.Interfaces.targets')" /> |
69 | 70 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
70 | 71 | Other similar extension points exist, see Microsoft.Common.targets. |
71 | 72 | <Target Name="BeforeBuild"> |
|
0 commit comments