|
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> |
|
157 | 157 | <None Include="packages.config" /> |
158 | 158 | </ItemGroup> |
159 | 159 | <ItemGroup> |
160 | | - <Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 160 | + <Reference Include="mscorlib"> |
161 | 161 | <HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath> |
162 | | - <Private>True</Private> |
163 | 162 | </Reference> |
164 | | - <Reference Include="nanoFramework.ResourceManager, Version=1.2.5.12968, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 163 | + <Reference Include="nanoFramework.ResourceManager"> |
165 | 164 | <HintPath>..\packages\nanoFramework.ResourceManager.1.2.5\lib\nanoFramework.ResourceManager.dll</HintPath> |
166 | | - <Private>True</Private> |
167 | 165 | </Reference> |
168 | | - <Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 166 | + <Reference Include="nanoFramework.Runtime.Events"> |
169 | 167 | <HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0\lib\nanoFramework.Runtime.Events.dll</HintPath> |
170 | | - <Private>True</Private> |
171 | 168 | </Reference> |
172 | | - <Reference Include="nanoFramework.Runtime.Native, Version=1.5.4.3, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 169 | + <Reference Include="nanoFramework.Runtime.Native"> |
173 | 170 | <HintPath>..\packages\nanoFramework.Runtime.Native.1.5.4\lib\nanoFramework.Runtime.Native.dll</HintPath> |
174 | | - <Private>True</Private> |
175 | 171 | </Reference> |
176 | | - <Reference Include="nanoFramework.System.Collections, Version=1.4.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 172 | + <Reference Include="nanoFramework.System.Collections"> |
177 | 173 | <HintPath>..\packages\nanoFramework.System.Collections.1.4.0\lib\nanoFramework.System.Collections.dll</HintPath> |
178 | | - <Private>True</Private> |
179 | 174 | </Reference> |
180 | 175 | </ItemGroup> |
181 | 176 | <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" /> |
|
0 commit comments