1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" Current" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup Label =" Globals" >
4
+ <NanoFrameworkProjectSystemPath >$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath >
5
+ </PropertyGroup >
6
+ <Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
7
+ <PropertyGroup >
8
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10
+ <ProjectTypeGuids >{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
11
+ <ProjectGuid >0c60f241-931d-4608-aa6c-0476b8a7b876</ProjectGuid >
12
+ <OutputType >Library</OutputType >
13
+ <AppDesignerFolder >Properties</AppDesignerFolder >
14
+ <FileAlignment >512</FileAlignment >
15
+ <RootNamespace >Iot.Device.Ms5611</RootNamespace >
16
+ <AssemblyName >Iot.Device.Ms5611</AssemblyName >
17
+ <TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
18
+ <DocumentationFile >bin\$(Configuration)\Iot.Device.Ms5611.xml</DocumentationFile >
19
+ <LangVersion >9.0</LangVersion >
20
+ </PropertyGroup >
21
+ <Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
22
+ <ItemGroup >
23
+ <Compile Include =" CalibrationData.cs" />
24
+ <Compile Include =" CommandAddress.cs" />
25
+ <Compile Include =" Ms5611.cs" />
26
+ <Compile Include =" Properties\AssemblyInfo.cs" />
27
+ <Compile Include =" Sampling.cs" />
28
+ </ItemGroup >
29
+ <ItemGroup >
30
+ <Reference Include =" mscorlib" >
31
+ <HintPath >packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath >
32
+ </Reference >
33
+ <Reference Include =" System.Device.I2c" >
34
+ <HintPath >packages\nanoFramework.System.Device.I2c.1.0.2\lib\System.Device.I2c.dll</HintPath >
35
+ </Reference >
36
+ <Reference Include =" System.Math" >
37
+ <HintPath >packages\nanoFramework.System.Math.1.4.3\lib\System.Math.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" UnitsNet.Length" >
40
+ <HintPath >packages\UnitsNet.nanoFramework.Length.4.112.0\lib\UnitsNet.Length.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" UnitsNet.Pressure" >
43
+ <HintPath >packages\UnitsNet.nanoFramework.Pressure.4.112.0\lib\UnitsNet.Pressure.dll</HintPath >
44
+ </Reference >
45
+ <Reference Include =" UnitsNet.RelativeHumidity" >
46
+ <HintPath >packages\UnitsNet.nanoFramework.RelativeHumidity.4.112.0\lib\UnitsNet.RelativeHumidity.dll</HintPath >
47
+ </Reference >
48
+ <Reference Include =" UnitsNet.Temperature" >
49
+ <HintPath >packages\UnitsNet.nanoFramework.Temperature.4.112.0\lib\UnitsNet.Temperature.dll</HintPath >
50
+ </Reference >
51
+ </ItemGroup >
52
+ <ItemGroup >
53
+ <None Include =" packages.config" />
54
+ <None Include =" README.md" />
55
+ </ItemGroup >
56
+ <ItemGroup >
57
+ <Compile Include =" Properties\AssemblyInfo.cs" />
58
+ <None Include =" *.md" />
59
+ </ItemGroup >
60
+ <Import Project =" ..\..\src\System.Device.Model\System.Device.Model.projitems" Label =" Shared" />
61
+ <Import Project =" ..\..\src\Iot.Device.Common\Iot.Device.Common.projitems" Label =" Shared" />
62
+ <Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
63
+ <ProjectExtensions >
64
+ <ProjectCapabilities >
65
+ <ProjectConfigurationsDeclaredAsItems />
66
+ </ProjectCapabilities >
67
+ </ProjectExtensions >
68
+ <Import Project =" packages\Nerdbank.GitVersioning.3.4.194\build\Nerdbank.GitVersioning.targets" Condition =" Exists('packages\Nerdbank.GitVersioning.3.4.194\build\Nerdbank.GitVersioning.targets')" />
69
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
70
+ <PropertyGroup >
71
+ <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 >
72
+ </PropertyGroup >
73
+ <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'))" />
74
+ </Target >
75
+ </Project >
0 commit comments