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 >090f96cd-0dfa-4cb0-bc4d-f60acd5f0738</ProjectGuid >
12+ <OutputType >Library</OutputType >
13+ <AppDesignerFolder >Properties</AppDesignerFolder >
14+ <FileAlignment >512</FileAlignment >
15+ <RootNamespace >Iot.Device.Adxl343</RootNamespace >
16+ <AssemblyName >Iot.Device.Adxl343</AssemblyName >
17+ <TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
18+ <DocumentationFile >bin\$(Configuration)\Iot.Device.Adxl343.xml</DocumentationFile >
19+ <StyleCopTreatErrorsAsWarnings >false</StyleCopTreatErrorsAsWarnings >
20+ <Name >Adxl343</Name >
21+ </PropertyGroup >
22+ <PropertyGroup >
23+ <SignAssembly >true</SignAssembly >
24+ </PropertyGroup >
25+ <PropertyGroup >
26+ <AssemblyOriginatorKeyFile >..\key.snk</AssemblyOriginatorKeyFile >
27+ </PropertyGroup >
28+ <PropertyGroup >
29+ <DelaySign >false</DelaySign >
30+ </PropertyGroup >
31+ <Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
32+ <ItemGroup >
33+ <Compile Include =" ActTapStatusMap.cs" />
34+ <Compile Include =" Adxl343.cs" />
35+ <Compile Include =" BwRateMap.cs" />
36+ <Compile Include =" DataFormatMap.cs" />
37+ <Compile Include =" FifoControlMap.cs" />
38+ <Compile Include =" FifoMode.cs" />
39+ <Compile Include =" FifoStatusMap.cs" />
40+ <Compile Include =" GravityRange.cs" />
41+ <Compile Include =" IntEnableMap.cs" />
42+ <Compile Include =" ActInactCtlMap.cs" />
43+ <Compile Include =" OutputDataRate.cs" />
44+ <Compile Include =" PowerControlMap.cs" />
45+ <Compile Include =" Properties\AssemblyInfo.cs" />
46+ <Compile Include =" Register.cs" />
47+ <Compile Include =" TapAxesMap.cs" />
48+ <Compile Include =" WakeUpBits.cs" />
49+ </ItemGroup >
50+ <ItemGroup >
51+ <None Include =" packages.config" />
52+ <None Include =" packages.lock.json" />
53+ </ItemGroup >
54+ <ItemGroup >
55+ <Reference Include =" mscorlib" >
56+ <HintPath >packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" nanoFramework.Runtime.Events" >
59+ <HintPath >packages\nanoFramework.Runtime.Events.1.11.6\lib\nanoFramework.Runtime.Events.dll</HintPath >
60+ </Reference >
61+ <Reference Include =" System.Buffers.Binary.BinaryPrimitives" >
62+ <HintPath >packages\nanoFramework.System.Buffers.Binary.BinaryPrimitives.1.2.211\lib\System.Buffers.Binary.BinaryPrimitives.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" System.Device.I2c" >
65+ <HintPath >packages\nanoFramework.System.Device.I2c.1.1.9\lib\System.Device.I2c.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" System.Math" >
68+ <HintPath >packages\nanoFramework.System.Math.1.5.29\lib\System.Math.dll</HintPath >
69+ </Reference >
70+ <Reference Include =" System.Numerics" >
71+ <HintPath >packages\nanoFramework.System.Numerics.1.2.227\lib\System.Numerics.dll</HintPath >
72+ </Reference >
73+ <Reference Include =" UnitsNet.Duration" >
74+ <HintPath >packages\UnitsNet.nanoFramework.Duration.5.2.0\lib\UnitsNet.Duration.dll</HintPath >
75+ </Reference >
76+ <Reference Include =" UnitsNet.Mass" >
77+ <HintPath >packages\UnitsNet.nanoFramework.Mass.5.2.0\lib\UnitsNet.Mass.dll</HintPath >
78+ </Reference >
79+ </ItemGroup >
80+ <Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
81+ <ProjectExtensions >
82+ <ProjectCapabilities >
83+ <ProjectConfigurationsDeclaredAsItems />
84+ </ProjectCapabilities >
85+ </ProjectExtensions >
86+ <Import Project =" packages\StyleCop.MSBuild.6.2.0\build\StyleCop.MSBuild.targets" Condition =" Exists('packages\StyleCop.MSBuild.6.2.0\build\StyleCop.MSBuild.targets')" />
87+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
88+ <PropertyGroup >
89+ <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 >
90+ </PropertyGroup >
91+ <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'))" />
92+ <Error Condition =" !Exists('packages\Nerdbank.GitVersioning.3.5.119\build\Nerdbank.GitVersioning.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Nerdbank.GitVersioning.3.5.119\build\Nerdbank.GitVersioning.props'))" />
93+ <Error Condition =" !Exists('packages\Nerdbank.GitVersioning.3.5.119\build\Nerdbank.GitVersioning.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Nerdbank.GitVersioning.3.5.119\build\Nerdbank.GitVersioning.targets'))" />
94+ </Target >
95+ </Project >
0 commit comments