99 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			99 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 | 
						|
  <PropertyGroup>
 | 
						|
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | 
						|
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | 
						|
    <ProjectGuid>{8C5D4DE9-377F-4EC8-873D-6EEF15F43516}</ProjectGuid>
 | 
						|
    <OutputType>Library</OutputType>
 | 
						|
    <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
						|
    <RootNamespace>Unosquare.RaspberryIO</RootNamespace>
 | 
						|
    <AssemblyName>Unosquare.RaspberryIO</AssemblyName>
 | 
						|
    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
 | 
						|
    <FileAlignment>512</FileAlignment>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | 
						|
    <DebugSymbols>true</DebugSymbols>
 | 
						|
    <DebugType>full</DebugType>
 | 
						|
    <Optimize>false</Optimize>
 | 
						|
    <OutputPath>bin\Debug\</OutputPath>
 | 
						|
    <DefineConstants>TRACE;DEBUG;NET452</DefineConstants>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
    <WarningLevel>4</WarningLevel>
 | 
						|
    <LangVersion>7.1</LangVersion>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | 
						|
    <DebugType>pdbonly</DebugType>
 | 
						|
    <Optimize>true</Optimize>
 | 
						|
    <OutputPath>bin\Release\</OutputPath>
 | 
						|
    <DefineConstants>TRACE;NET452</DefineConstants>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
    <WarningLevel>4</WarningLevel>
 | 
						|
    <LangVersion>7.1</LangVersion>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Reference Include="System" />
 | 
						|
    <Reference Include="System.Core" />
 | 
						|
    <Reference Include="System.Xml.Linq" />
 | 
						|
    <Reference Include="System.Data.DataSetExtensions" />
 | 
						|
    <Reference Include="Microsoft.CSharp" />
 | 
						|
    <Reference Include="System.Data" />
 | 
						|
    <Reference Include="System.Net.Http" />
 | 
						|
    <Reference Include="System.Xml" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Compile Include="Camera\CameraColor.cs" />
 | 
						|
    <Compile Include="Camera\CameraController.cs" />
 | 
						|
    <Compile Include="Camera\CameraRect.cs" />
 | 
						|
    <Compile Include="Camera\CameraSettingsBase.cs" />
 | 
						|
    <Compile Include="Camera\CameraStillSettings.cs" />
 | 
						|
    <Compile Include="Camera\CameraVideoSettings.cs" />
 | 
						|
    <Compile Include="Camera\Enums.cs" />
 | 
						|
    <Compile Include="Computer\DsiDisplay.cs" />
 | 
						|
    <Compile Include="Computer\NetworkAdapterInfo.cs" />
 | 
						|
    <Compile Include="Computer\NetworkSettings.cs" />
 | 
						|
    <Compile Include="Computer\OsInfo.cs" />
 | 
						|
    <Compile Include="Computer\PiVersion.cs" />
 | 
						|
    <Compile Include="Computer\SystemInfo.cs" />
 | 
						|
    <Compile Include="Computer\WirelessNetworkInfo.cs" />
 | 
						|
    <Compile Include="Gpio\Enums.cs" />
 | 
						|
    <Compile Include="Gpio\GpioController.cs" />
 | 
						|
    <Compile Include="Gpio\GpioPin.cs" />
 | 
						|
    <Compile Include="Gpio\GpioPin.Factory.cs" />
 | 
						|
    <Compile Include="Gpio\I2CBus.cs" />
 | 
						|
    <Compile Include="Gpio\I2CDevice.cs" />
 | 
						|
    <Compile Include="Gpio\SpiBus.cs" />
 | 
						|
    <Compile Include="Gpio\SpiChannel.cs" />
 | 
						|
    <Compile Include="Native\Delegates.cs" />
 | 
						|
    <Compile Include="Native\HardwareException.cs" />
 | 
						|
    <Compile Include="Native\HighResolutionTimer.cs" />
 | 
						|
    <Compile Include="Native\Standard.cs" />
 | 
						|
    <Compile Include="Native\SystemName.cs" />
 | 
						|
    <Compile Include="Native\ThreadLockKey.cs" />
 | 
						|
    <Compile Include="Native\Timing.cs" />
 | 
						|
    <Compile Include="Native\WiringPi.cs" />
 | 
						|
    <Compile Include="Native\WiringPi.I2C.cs" />
 | 
						|
    <Compile Include="Native\WiringPi.SerialPort.cs" />
 | 
						|
    <Compile Include="Native\WiringPi.Shift.cs" />
 | 
						|
    <Compile Include="Native\WiringPi.SoftPwm.cs" />
 | 
						|
    <Compile Include="Native\WiringPi.Spi.cs" />
 | 
						|
    <Compile Include="Pi.cs" />
 | 
						|
    <Compile Include="Properties\AssemblyInfo.cs" />
 | 
						|
    <Compile Include="Resources\EmbeddedResources.cs" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <EmbeddedResource Include="Resources\gpio.2.44" />
 | 
						|
    <EmbeddedResource Include="Resources\libwiringPi.so.2.46" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ProjectReference Include="..\Unosquare.Swan.Lite\Unosquare.Swan.Lite.csproj">
 | 
						|
      <Project>{ab015683-62e5-47f1-861f-6d037f9c6433}</Project>
 | 
						|
      <Name>Unosquare.Swan.Lite</Name>
 | 
						|
    </ProjectReference>
 | 
						|
    <ProjectReference Include="..\Unosquare.Swan\Unosquare.Swan.csproj">
 | 
						|
      <Project>{2ea5e3e4-f8c8-4742-8c78-4b070afcfb73}</Project>
 | 
						|
      <Name>Unosquare.Swan</Name>
 | 
						|
    </ProjectReference>
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | 
						|
</Project> |