1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" Current" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup Label =" Globals" >
4
- <NanoFrameworkProjectSystemPath >$(MSBuildToolsPath)..\..\.. \nanoFramework\v1.0\</NanoFrameworkProjectSystemPath >
4
+ <NanoFrameworkProjectSystemPath >$(MSBuildExtensionsPath) \nanoFramework\v1.0\</NanoFrameworkProjectSystemPath >
5
5
</PropertyGroup >
6
6
<Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
7
7
<PropertyGroup >
53
53
<InProject >false</InProject >
54
54
</NFMDP_PE_ExcludeClassByName >
55
55
</ItemGroup >
56
- <ItemGroup >
57
- <NFMDP_PE_LoadHints Include =" ..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll" >
58
- <InProject >false</InProject >
59
- </NFMDP_PE_LoadHints >
60
- <NFMDP_PE_LoadHints Include =" ..\packages\nanoFramework.System.Collections.1.2.0\lib\nanoFramework.System.Collections.dll" >
61
- <InProject >false</InProject >
62
- </NFMDP_PE_LoadHints >
63
- <NFMDP_PE_LoadHints Include =" ..\packages\nanoFramework.System.Text.1.1.1\lib\nanoFramework.System.Text.dll" >
64
- <InProject >false</InProject >
65
- </NFMDP_PE_LoadHints >
66
- </ItemGroup >
67
56
<ItemGroup >
68
57
<None Include =" packages.config" />
69
58
</ItemGroup >
70
59
<ItemGroup >
71
- <Reference Include =" mscorlib, Version=1.10.5.4 , Culture=neutral, PublicKeyToken=c07d481e9758c731" >
72
- <HintPath >..\packages\nanoFramework.CoreLibrary.1.10.5 \lib\mscorlib.dll</HintPath >
60
+ <Reference Include =" mscorlib, Version=1.11.7.2 , Culture=neutral, PublicKeyToken=c07d481e9758c731" >
61
+ <HintPath >..\packages\nanoFramework.CoreLibrary.1.11.7 \lib\mscorlib.dll</HintPath >
73
62
<Private >True</Private >
74
63
</Reference >
75
- <Reference Include =" nanoFramework.System.Collections, Version=1.2 .0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
76
- <HintPath >..\packages\nanoFramework.System.Collections.1.2 .0\lib\nanoFramework.System.Collections.dll</HintPath >
64
+ <Reference Include =" nanoFramework.System.Collections, Version=1.3 .0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
65
+ <HintPath >..\packages\nanoFramework.System.Collections.1.3 .0\lib\nanoFramework.System.Collections.dll</HintPath >
77
66
<Private >True</Private >
78
67
</Reference >
79
- <Reference Include =" nanoFramework.System.Text, Version=1.1.1 .3, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
80
- <HintPath >..\packages\nanoFramework.System.Text.1.1.1 \lib\nanoFramework.System.Text.dll</HintPath >
68
+ <Reference Include =" nanoFramework.System.Text, Version=1.1.2 .3, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
69
+ <HintPath >..\packages\nanoFramework.System.Text.1.1.2 \lib\nanoFramework.System.Text.dll</HintPath >
81
70
<Private >True</Private >
82
71
</Reference >
83
72
</ItemGroup >
94
83
</PropertyGroup >
95
84
<Error Condition =" !Exists('..\packages\Nerdbank.GitVersioning.3.4.194\build\Nerdbank.GitVersioning.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.4.194\build\Nerdbank.GitVersioning.targets'))" />
96
85
</Target >
97
- </Project >
86
+ </Project >
0 commit comments