|
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
16 | 16 | <RestorePackages>true</RestorePackages> |
| 17 | + <NuGetPackageImportStamp> |
| 18 | + </NuGetPackageImportStamp> |
17 | 19 | </PropertyGroup> |
18 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 21 | <DebugSymbols>true</DebugSymbols> |
|
38 | 40 | <Reference Include="FluentAssertions"> |
39 | 41 | <HintPath>..\packages\FluentAssertions.2.2.0.0\lib\net35\FluentAssertions.dll</HintPath> |
40 | 42 | </Reference> |
41 | | - <Reference Include="Machine.Specifications"> |
42 | | - <HintPath>..\packages\Machine.Specifications.0.9.0-Unstable0074\lib\net20\Machine.Specifications.dll</HintPath> |
| 43 | + <Reference Include="Machine.Specifications, Version=0.11.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\packages\Machine.Specifications.0.11.0\lib\net35\Machine.Specifications.dll</HintPath> |
| 45 | + <Private>True</Private> |
43 | 46 | </Reference> |
44 | 47 | <Reference Include="System" /> |
45 | 48 | <Reference Include="System.Configuration" /> |
46 | 49 | <Reference Include="System.Core" /> |
| 50 | + <Reference Include="System.Runtime.Remoting" /> |
47 | 51 | <Reference Include="System.XML" /> |
48 | 52 | <Reference Include="System.Xml.Linq" /> |
49 | 53 | </ItemGroup> |
|
65 | 69 | <None Include="packages.config" /> |
66 | 70 | </ItemGroup> |
67 | 71 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
68 | | - <Import Project="..\packages\GitFlowVersionTask.0.14.0\Build\GitFlowVersionTask.targets" Condition="Exists('..\packages\GitFlowVersionTask.0.14.0\Build\GitFlowVersionTask.targets')" /> |
69 | 72 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
70 | 73 | Other similar extension points exist, see Microsoft.Common.targets. |
71 | 74 | <Target Name="BeforeBuild"> |
|
0 commit comments