1+ <?xml  version =" 1.0"  encoding =" utf-8"  ?>
2+ <Project  ToolsVersion =" Current"   DefaultTargets =" Build"   xmlns =" http://schemas.microsoft.com/developer/msbuild/2003"  >
3+   <Import  Project =" packages\Nerdbank.GitVersioning.3.6.139\build\Nerdbank.GitVersioning.props"   Condition =" Exists('packages\Nerdbank.GitVersioning.3.6.139\build\Nerdbank.GitVersioning.props')"   />
4+   <PropertyGroup  Label =" Globals"  >
5+     <NanoFrameworkProjectSystemPath >$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath >
6+   </PropertyGroup >
7+   <Import  Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props"   Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')"   />
8+   <PropertyGroup >
9+     <Configuration  Condition ="  '$(Configuration)' == '' "  >Debug</Configuration >
10+     <Platform  Condition ="  '$(Platform)' == '' "  >AnyCPU</Platform >
11+     <ProjectTypeGuids >{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
12+     <ProjectGuid >d3085490-46b6-488a-96f1-ef820e67acc0</ProjectGuid >
13+     <OutputType >Library</OutputType >
14+     <AppDesignerFolder >Properties</AppDesignerFolder >
15+     <FileAlignment >512</FileAlignment >
16+     <RootNamespace >Iot.Device.Common.GnssDevice</RootNamespace >
17+     <AssemblyName >Iot.Device.Common.GnssDevice</AssemblyName >
18+     <TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
19+     <DocumentationFile >bin\$(Configuration)\Iot.Device.Common.GnssDevice.xml</DocumentationFile >
20+     <StyleCopTreatErrorsAsWarnings >false</StyleCopTreatErrorsAsWarnings >
21+     <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
22+     <RestoreLockedMode  Condition =" '$(TF_BUILD)' == 'True' or '$(ContinuousIntegrationBuild)' == 'True'"  >true</RestoreLockedMode >
23+   </PropertyGroup >
24+   <PropertyGroup >
25+     <SignAssembly >true</SignAssembly >
26+   </PropertyGroup >
27+   <PropertyGroup >
28+     <AssemblyOriginatorKeyFile >..\key.snk</AssemblyOriginatorKeyFile >
29+   </PropertyGroup >
30+   <PropertyGroup >
31+     <DelaySign >false</DelaySign >
32+   </PropertyGroup >
33+   <Import  Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.props"   Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')"   />
34+   <ItemGroup >
35+     <Compile  Include =" Fix.cs"   />
36+     <Compile  Include =" GeoPosition.cs"   />
37+     <Compile  Include =" GpggaData.cs"   />
38+     <Compile  Include =" GpgllData.cs"   />
39+     <Compile  Include =" GngsaData.cs"   />
40+     <Compile  Include =" GnssDevice.cs"   />
41+     <Compile  Include =" GnssMode.cs"   />
42+     <Compile  Include =" GnssOperation.cs"   />
43+     <Compile  Include =" GpgsaData.cs"   />
44+     <Compile  Include =" Nmea0183Parser.cs"   />
45+     <Compile  Include =" INmeaData.cs"   />
46+     <Compile  Include =" PositioningIndicator.cs"   />
47+     <Compile  Include =" Properties\AssemblyInfo.cs"   />
48+     <Compile  Include =" Status.cs"   />
49+   </ItemGroup >
50+   <ItemGroup >
51+     <Reference  Include =" mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"  >
52+       <HintPath >packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath >
53+     </Reference >
54+     <Reference  Include =" nanoFramework.System.Collections, Version=1.5.31.0, Culture=neutral, PublicKeyToken=c07d481e9758c731, processorArchitecture=MSIL"  >
55+       <HintPath >packages\nanoFramework.System.Collections.1.5.31\lib\nanoFramework.System.Collections.dll</HintPath >
56+     </Reference >
57+     <Reference  Include =" System.Math, Version=1.5.43.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"  >
58+       <HintPath >packages\nanoFramework.System.Math.1.5.43\lib\System.Math.dll</HintPath >
59+     </Reference >
60+     <Reference  Include =" UnitsNet.Angle"  >
61+       <HintPath >packages\UnitsNet.nanoFramework.Angle.5.55.0\lib\UnitsNet.Angle.dll</HintPath >
62+     </Reference >
63+   </ItemGroup >
64+   <ItemGroup >
65+     <None  Include =" packages.config"   />
66+   </ItemGroup >
67+   <ItemGroup >
68+     <Content  Include =" packages.lock.json"   />
69+   </ItemGroup >
70+   <Import  Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets"   Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')"   />
71+   <ProjectExtensions >
72+     <ProjectCapabilities >
73+       <ProjectConfigurationsDeclaredAsItems  />
74+     </ProjectCapabilities >
75+   </ProjectExtensions >
76+   <Import  Project =" packages\StyleCop.MSBuild.6.2.0\build\StyleCop.MSBuild.targets"   Condition =" Exists('packages\StyleCop.MSBuild.6.2.0\build\StyleCop.MSBuild.targets')"   />
77+   <Target  Name =" EnsureNuGetPackageBuildImports"   BeforeTargets =" PrepareForBuild"  >
78+     <PropertyGroup >
79+       <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
80+     </PropertyGroup >
81+     <Error  Condition =" !Exists('packages\StyleCop.MSBuild.6.2.0\build\StyleCop.MSBuild.targets')"   Text =" $([System.String]::Format('$(ErrorText)', 'packages\StyleCop.MSBuild.6.2.0\build\StyleCop.MSBuild.targets'))"   />
82+     <Error  Condition =" !Exists('packages\Nerdbank.GitVersioning.3.6.139\build\Nerdbank.GitVersioning.props')"   Text =" $([System.String]::Format('$(ErrorText)', 'packages\Nerdbank.GitVersioning.3.6.139\build\Nerdbank.GitVersioning.props'))"   />
83+     <Error  Condition =" !Exists('packages\Nerdbank.GitVersioning.3.6.139\build\Nerdbank.GitVersioning.targets')"   Text =" $([System.String]::Format('$(ErrorText)', 'packages\Nerdbank.GitVersioning.3.6.139\build\Nerdbank.GitVersioning.targets'))"   />
84+   </Target >
85+   <Import  Project =" packages\Nerdbank.GitVersioning.3.6.139\build\Nerdbank.GitVersioning.targets"   Condition =" Exists('packages\Nerdbank.GitVersioning.3.6.139\build\Nerdbank.GitVersioning.targets')"   />
86+ </Project >
0 commit comments