Skip to content

Commit 3d18a4c

Browse files
committed
Added WhiteTie reference to Qactive-Net45 project.
1 parent 55b5d8d commit 3d18a4c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Source/Qactive-Net45/Qactive-Net45.csproj

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\..\packages\WhiteTie.1.3.16\build\WhiteTie.props" Condition="Exists('..\..\packages\WhiteTie.1.3.16\build\WhiteTie.props')" />
34
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
45
<PropertyGroup>
56
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -12,6 +13,8 @@
1213
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1314
<FileAlignment>512</FileAlignment>
1415
<CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
16+
<NuGetPackageImportStamp>
17+
</NuGetPackageImportStamp>
1518
</PropertyGroup>
1619
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1720
<DebugSymbols>true</DebugSymbols>
@@ -391,10 +394,20 @@
391394
</CodeAnalysisDictionary>
392395
</ItemGroup>
393396
<ItemGroup>
394-
<None Include="packages.config" />
397+
<None Include="packages.config">
398+
<SubType>Designer</SubType>
399+
</None>
395400
</ItemGroup>
396401
<ItemGroup />
397402
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
403+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
404+
<PropertyGroup>
405+
<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>
406+
</PropertyGroup>
407+
<Error Condition="!Exists('..\..\packages\WhiteTie.1.3.16\build\WhiteTie.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WhiteTie.1.3.16\build\WhiteTie.props'))" />
408+
<Error Condition="!Exists('..\..\packages\WhiteTie.1.3.16\build\WhiteTie.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WhiteTie.1.3.16\build\WhiteTie.targets'))" />
409+
</Target>
410+
<Import Project="..\..\packages\WhiteTie.1.3.16\build\WhiteTie.targets" Condition="Exists('..\..\packages\WhiteTie.1.3.16\build\WhiteTie.targets')" />
398411
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
399412
Other similar extension points exist, see Microsoft.Common.targets.
400413
<Target Name="BeforeBuild">

Source/Qactive-Net45/packages.config

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
<package id="Rx-Main" version="2.2.5" targetFramework="net452" />
77
<package id="Rx-PlatformServices" version="2.2.5" targetFramework="net452" />
88
<package id="Rx-Providers" version="2.2.5" targetFramework="net452" />
9+
<package id="WhiteTie" version="1.3.16" targetFramework="net452" developmentDependency="true" />
910
</packages>

0 commit comments

Comments
 (0)