|
17 | 17 | <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
|
18 | 18 | <DocumentationFile>bin\$(Configuration)\Iot.Device.Tlc1543.xml</DocumentationFile>
|
19 | 19 | <LangVersion>9.0</LangVersion>
|
| 20 | + <Nullable>enable</Nullable> |
20 | 21 | </PropertyGroup>
|
21 | 22 | <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
|
22 |
| - <ItemGroup> |
23 |
| - <Reference Include="mscorlib"> |
24 |
| - <HintPath>packages\nanoFramework.CoreLibrary.1.10.4-preview.11\lib\mscorlib.dll</HintPath> |
25 |
| - <Private>True</Private> |
26 |
| - </Reference> |
27 |
| - <Reference Include="System.Device.Gpio"> |
28 |
| - <HintPath>packages\nanoFramework.System.Device.Gpio.1.0.0-preview.40\lib\System.Device.Gpio.dll</HintPath> |
29 |
| - <Private>True</Private> |
30 |
| - </Reference> |
31 |
| -<Reference Include="nanoFramework.Runtime.Events"> |
32 |
| - <HintPath>packages\nanoFramework.Runtime.Events.1.9.0-preview.26\lib\nanoFramework.Runtime.Events.dll</HintPath> |
33 |
| - <Private>True</Private> |
34 |
| - </Reference> |
35 |
| - <Reference Include="System.Device.Spi"> |
36 |
| - <HintPath>packages\nanoFramework.System.Device.Spi.1.0.0-preview.38\lib\System.Device.Spi.dll</HintPath> |
37 |
| - <Private>True</Private> |
38 |
| - </Reference> |
39 |
| - <Reference Include="UnitsNet.Length"> |
40 |
| - <HintPath>packages\UnitsNet.nanoFramework.Length.4.92.0\lib\UnitsNet.Length.dll</HintPath> |
41 |
| - <Private>True</Private> |
42 |
| - </Reference> |
43 |
| - <Reference Include="System.Math"> |
44 |
| - <HintPath>packages\nanoFramework.System.Math.1.4.0-preview.7\lib\System.Math.dll</HintPath> |
45 |
| - <Private>True</Private> |
46 |
| - </Reference> |
47 |
| - </ItemGroup> |
48 | 23 | <ItemGroup>
|
49 | 24 | <None Include="packages.config" />
|
50 |
| - <Compile Include="*.cs" /> |
51 |
| - <Compile Include="../Common/System/Device/DelayHelper.cs" /> |
52 | 25 | <None Include="README.md" />
|
53 | 26 | </ItemGroup>
|
54 | 27 | <ItemGroup>
|
55 | 28 | <Compile Include="Properties\AssemblyInfo.cs" />
|
56 | 29 | <Compile Include="*.cs" />
|
57 | 30 | <None Include="*.md" />
|
58 | 31 | </ItemGroup>
|
| 32 | + <ItemGroup> |
| 33 | + <Reference Include="mscorlib, Version=1.11.7.2, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 34 | + <HintPath>packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath> |
| 35 | + </Reference> |
| 36 | + <Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 37 | + <HintPath>packages\nanoFramework.Runtime.Events.1.9.2\lib\nanoFramework.Runtime.Events.dll</HintPath> |
| 38 | + </Reference> |
| 39 | + <Reference Include="System.Device.Gpio, Version=1.0.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 40 | + <HintPath>packages\nanoFramework.System.Device.Gpio.1.0.2\lib\System.Device.Gpio.dll</HintPath> |
| 41 | + </Reference> |
| 42 | + <Reference Include="System.Device.Spi, Version=1.0.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 43 | + <HintPath>packages\nanoFramework.System.Device.Spi.1.0.2\lib\System.Device.Spi.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="System.Diagnostics.Stopwatch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> |
| 46 | + <HintPath>packages\nanoFramework.System.Diagnostics.Stopwatch.1.0.259\lib\System.Diagnostics.Stopwatch.dll</HintPath> |
| 47 | + </Reference> |
| 48 | + <Reference Include="System.Math, Version=1.4.3.3, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 49 | + <HintPath>packages\nanoFramework.System.Math.1.4.3\lib\System.Math.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + </ItemGroup> |
59 | 52 | <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
|
60 | 53 | <Import Project="..\..\src\System.Runtime.CompilerService\System.Runtime.CompilerService.projitems" Label="Shared" />
|
61 | 54 | <ProjectExtensions>
|
|
64 | 57 | </ProjectCapabilities>
|
65 | 58 | </ProjectExtensions>
|
66 | 59 | <Import Project="packages\Nerdbank.GitVersioning.3.4.194\build\Nerdbank.GitVersioning.targets" Condition="Exists('packages\Nerdbank.GitVersioning.3.4.194\build\Nerdbank.GitVersioning.targets')" />
|
67 |
| - <Target Name = "EnsureNuGetPackageBuildImports" BeforeTargets = "PrepareForBuild"> |
| 60 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
68 | 61 | <PropertyGroup>
|
69 | 62 | <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>
|
70 | 63 | </PropertyGroup>
|
71 |
| - <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'))" /> |
| 64 | + <Error Condition="!Exists('packages\Nerdbank.GitVersioning.3.4.244\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Nerdbank.GitVersioning.3.4.244\build\Nerdbank.GitVersioning.targets'))" /> |
72 | 65 | </Target>
|
73 | 66 | </Project>
|
0 commit comments