|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="packages\Microsoft.Net.Compilers.Toolset.4.0.1\build\Microsoft.Net.Compilers.Toolset.props" Condition="Exists('packages\Microsoft.Net.Compilers.Toolset.4.0.1\build\Microsoft.Net.Compilers.Toolset.props')" /> |
4 | | - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | | - <PropertyGroup> |
6 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | | - <ProjectGuid>{8EB9B38A-1BAB-4D89-B4CB-ACE5E7C1073B}</ProjectGuid> |
9 | | - <OutputType>Exe</OutputType> |
10 | | - <RootNamespace>Scoop.Validator</RootNamespace> |
11 | | - <AssemblyName>Scoop.Validator</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.5.0</TargetFrameworkVersion> |
13 | | - <FileAlignment>512</FileAlignment> |
14 | | - <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
15 | | - </PropertyGroup> |
16 | | - <ItemGroup> |
17 | | - <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> |
18 | | - <HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
19 | | - <Private>True</Private> |
20 | | - </Reference> |
21 | | - <Reference Include="Newtonsoft.Json.Schema, Version=3.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> |
22 | | - <HintPath>packages\Newtonsoft.Json.Schema.3.0.14\lib\net45\Newtonsoft.Json.Schema.dll</HintPath> |
23 | | - <Private>True</Private> |
24 | | - </Reference> |
25 | | - <Reference Include="System" /> |
26 | | - <Reference Include="System.Core" /> |
27 | | - <Reference Include="System.Xml.Linq" /> |
28 | | - <Reference Include="System.Data.DataSetExtensions" /> |
29 | | - <Reference Include="Microsoft.CSharp" /> |
30 | | - <Reference Include="System.Data" /> |
31 | | - <Reference Include="System.Net.Http" /> |
32 | | - <Reference Include="System.Xml" /> |
33 | | - </ItemGroup> |
34 | | - <ItemGroup> |
35 | | - <Compile Include="validator.cs" /> |
36 | | - <Compile Include="Scoop.Validator.cs" /> |
37 | | - </ItemGroup> |
38 | | - <ItemGroup> |
39 | | - <None Include="packages.config" /> |
40 | | - </ItemGroup> |
41 | | - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
42 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 3 | + <Import Project="packages\Microsoft.Net.Compilers.Toolset.4.2.0\build\Microsoft.Net.Compilers.Toolset.props" Condition="Exists('packages\Microsoft.Net.Compilers.Toolset.4.2.0\build\Microsoft.Net.Compilers.Toolset.props')" /> |
| 4 | + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
43 | 5 | <PropertyGroup> |
44 | | - <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> |
| 6 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 7 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 8 | + <ProjectGuid>{8EB9B38A-1BAB-4D89-B4CB-ACE5E7C1073B}</ProjectGuid> |
| 9 | + <OutputType>Exe</OutputType> |
| 10 | + <RootNamespace>Scoop.Validator</RootNamespace> |
| 11 | + <AssemblyName>Scoop.Validator</AssemblyName> |
| 12 | + <TargetFrameworkVersion>v4.5.0</TargetFrameworkVersion> |
| 13 | + <FileAlignment>512</FileAlignment> |
| 14 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
45 | 15 | </PropertyGroup> |
46 | | - <Error Condition="!Exists('packages\Microsoft.Net.Compilers.Toolset.4.0.1\build\Microsoft.Net.Compilers.Toolset.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Compilers.Toolset.4.0.1\build\Microsoft.Net.Compilers.Toolset.props'))" /> |
47 | | - </Target> |
| 16 | + <ItemGroup> |
| 17 | + <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> |
| 18 | + <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 19 | + <Private>True</Private> |
| 20 | + </Reference> |
| 21 | + <Reference Include="Newtonsoft.Json.Schema, Version=3.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> |
| 22 | + <HintPath>packages\Newtonsoft.Json.Schema.3.0.14\lib\net45\Newtonsoft.Json.Schema.dll</HintPath> |
| 23 | + <Private>True</Private> |
| 24 | + </Reference> |
| 25 | + <Reference Include="System" /> |
| 26 | + <Reference Include="System.Core" /> |
| 27 | + <Reference Include="System.Xml.Linq" /> |
| 28 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 29 | + <Reference Include="Microsoft.CSharp" /> |
| 30 | + <Reference Include="System.Data" /> |
| 31 | + <Reference Include="System.Net.Http" /> |
| 32 | + <Reference Include="System.Xml" /> |
| 33 | + </ItemGroup> |
| 34 | + <ItemGroup> |
| 35 | + <Compile Include="validator.cs" /> |
| 36 | + <Compile Include="Scoop.Validator.cs" /> |
| 37 | + </ItemGroup> |
| 38 | + <ItemGroup> |
| 39 | + <None Include="packages.config" /> |
| 40 | + </ItemGroup> |
| 41 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 42 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 43 | + <PropertyGroup> |
| 44 | + <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> |
| 45 | + </PropertyGroup> |
| 46 | + <Error Condition="!Exists('packages\Microsoft.Net.Compilers.Toolset.4.2.0\build\Microsoft.Net.Compilers.Toolset.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Compilers.Toolset.4.2.0\build\Microsoft.Net.Compilers.Toolset.props'))" /> |
| 47 | + </Target> |
48 | 48 | </Project> |
0 commit comments