|
11 | 11 | <AssemblyName>ScriptCs.WebApi.Pack</AssemblyName>
|
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
| 14 | + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> |
| 15 | + <RestorePackages>true</RestorePackages> |
14 | 16 | </PropertyGroup>
|
15 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
16 | 18 | <DebugSymbols>true</DebugSymbols>
|
|
31 | 33 | </PropertyGroup>
|
32 | 34 | <ItemGroup>
|
33 | 35 | <Reference Include="Newtonsoft.Json">
|
34 |
| - <HintPath>packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath> |
| 36 | + <HintPath>..\..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath> |
35 | 37 | </Reference>
|
36 |
| - <Reference Include="ScriptCs.Contracts"> |
37 |
| - <HintPath>packages\ScriptCs.Contracts.0.3.0-alpha-130406\lib\net45\ScriptCs.Contracts.dll</HintPath> |
| 38 | + <Reference Include="ScriptCs.Contracts, Version=0.3.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 39 | + <SpecificVersion>False</SpecificVersion> |
| 40 | + <HintPath>..\..\packages\ScriptCs.Contracts.0.3.0\lib\net45\ScriptCs.Contracts.dll</HintPath> |
38 | 41 | </Reference>
|
39 | 42 | <Reference Include="System" />
|
40 | 43 | <Reference Include="System.ComponentModel.Composition" />
|
|
45 | 48 | </Reference>
|
46 | 49 | <Reference Include="System.Net.Http.WebRequest" />
|
47 | 50 | <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
48 |
| - <HintPath>packages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll</HintPath> |
| 51 | + <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll</HintPath> |
49 | 52 | </Reference>
|
50 | 53 | <Reference Include="System.Web.Http.SelfHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
51 |
| - <HintPath>packages\Microsoft.AspNet.WebApi.SelfHost.4.0.20918.0\lib\net40\System.Web.Http.SelfHost.dll</HintPath> |
| 54 | + <HintPath>..\..\packages\Microsoft.AspNet.WebApi.SelfHost.4.0.20918.0\lib\net40\System.Web.Http.SelfHost.dll</HintPath> |
52 | 55 | </Reference>
|
53 | 56 | <Reference Include="System.Xml.Linq" />
|
54 | 57 | <Reference Include="System.Data.DataSetExtensions" />
|
|
66 | 69 | <None Include="packages.config" />
|
67 | 70 | </ItemGroup>
|
68 | 71 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 72 | + <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> |
69 | 73 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
70 | 74 | Other similar extension points exist, see Microsoft.Common.targets.
|
71 | 75 | <Target Name="BeforeBuild">
|
|
0 commit comments