|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="..\packages\Nerdbank.GitVersioning.3.5.113\build\Nerdbank.GitVersioning.props" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.5.113\build\Nerdbank.GitVersioning.props')" /> |
4 | 4 | <PropertyGroup Label="Globals"> |
5 | 5 | <NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath> |
|
16 | 16 | <RootNamespace>nanoFramework.WebServer</RootNamespace> |
17 | 17 | <AssemblyName>nanoFramework.WebServer</AssemblyName> |
18 | 18 | <TargetFrameworkVersion>v1.0</TargetFrameworkVersion> |
19 | | - <DocumentationFile>bin\$(Configuration)\nanoFramework.Networking.Sntp.xml</DocumentationFile> |
| 19 | + <DocumentationFile>bin\$(Configuration)\nanoFramework.WebServer.xml</DocumentationFile> |
| 20 | + <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
| 21 | + <RestoreLockedMode Condition="'$(TF_BUILD)' == 'True' or '$(ContinuousIntegrationBuild)' == 'True'">true</RestoreLockedMode> |
20 | 22 | </PropertyGroup> |
21 | 23 | <PropertyGroup> |
22 | 24 | <SignAssembly>true</SignAssembly> |
|
47 | 49 | <ItemGroup> |
48 | 50 | <Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
49 | 51 | <HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath> |
50 | | - <Private>True</Private> |
51 | 52 | </Reference> |
52 | 53 | <Reference Include="nanoFramework.Runtime.Events, Version=1.11.1.42088, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
53 | 54 | <HintPath>..\packages\nanoFramework.Runtime.Events.1.11.1\lib\nanoFramework.Runtime.Events.dll</HintPath> |
54 | | - <Private>True</Private> |
55 | 55 | </Reference> |
56 | 56 | <Reference Include="nanoFramework.System.Collections, Version=1.4.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
57 | 57 | <HintPath>..\packages\nanoFramework.System.Collections.1.4.0\lib\nanoFramework.System.Collections.dll</HintPath> |
58 | | - <Private>True</Private> |
59 | 58 | </Reference> |
60 | 59 | <Reference Include="nanoFramework.System.Text, Version=1.2.7.60109, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
61 | 60 | <HintPath>..\packages\nanoFramework.System.Text.1.2.7\lib\nanoFramework.System.Text.dll</HintPath> |
62 | | - <Private>True</Private> |
63 | 61 | </Reference> |
64 | 62 | <Reference Include="System.IO.Streams, Version=1.1.15.36091, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
65 | 63 | <HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.15\lib\System.IO.Streams.dll</HintPath> |
66 | | - <Private>True</Private> |
67 | 64 | </Reference> |
68 | 65 | <Reference Include="System.Net, Version=1.10.24.31460, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
69 | 66 | <HintPath>..\packages\nanoFramework.System.Net.1.10.24\lib\System.Net.dll</HintPath> |
70 | | - <Private>True</Private> |
71 | 67 | </Reference> |
72 | 68 | <Reference Include="System.Net.Http, Version=1.5.30.51892, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
73 | 69 | <HintPath>..\packages\nanoFramework.System.Net.Http.Server.1.5.30\lib\System.Net.Http.dll</HintPath> |
74 | | - <Private>True</Private> |
75 | 70 | </Reference> |
76 | 71 | <Reference Include="System.Threading, Version=1.1.8.6695, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
77 | 72 | <HintPath>..\packages\nanoFramework.System.Threading.1.1.8\lib\System.Threading.dll</HintPath> |
78 | | - <Private>True</Private> |
79 | 73 | </Reference> |
80 | 74 | <Reference Include="Windows.Storage, Version=1.5.9.51452, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
81 | 75 | <HintPath>..\packages\nanoFramework.Windows.Storage.1.5.9\lib\Windows.Storage.dll</HintPath> |
82 | | - <Private>True</Private> |
83 | 76 | </Reference> |
84 | 77 | <Reference Include="Windows.Storage.Streams, Version=1.14.8.30993, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
85 | 78 | <HintPath>..\packages\nanoFramework.Windows.Storage.Streams.1.14.8\lib\Windows.Storage.Streams.dll</HintPath> |
86 | | - <Private>True</Private> |
87 | 79 | </Reference> |
88 | 80 | </ItemGroup> |
89 | 81 | <ItemGroup> |
|
0 commit comments