Skip to content

Commit 93a32e8

Browse files
committed
Prototyped migration of Raspberry.IO to new SDK.
1 parent d0a2021 commit 93a32e8

File tree

1 file changed

+4
-54
lines changed

1 file changed

+4
-54
lines changed

Raspberry.IO/Raspberry.IO.csproj

+4-54
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,12 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+
<Project Sdk="Microsoft.NET.Sdk">
42
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{ACE64F17-87E5-43E7-97A0-BDDE19059C61}</ProjectGuid>
8-
<ProjectGuid>{ACE64F17-87E5-43E7-97A0-BDDE19059C61}</ProjectGuid>
9-
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>Raspberry.IO</RootNamespace>
12-
<AssemblyName>Raspberry.IO</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14-
<FileAlignment>512</FileAlignment>
3+
<TargetFramework>net40</TargetFramework>
4+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
5+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
156
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
19-
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
21-
<DefineConstants>DEBUG;TRACE</DefineConstants>
22-
<ErrorReport>prompt</ErrorReport>
23-
<WarningLevel>4</WarningLevel>
24-
<DocumentationFile>bin\Debug\Raspberry.IO.XML</DocumentationFile>
25-
</PropertyGroup>
26-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27-
<DebugType>pdbonly</DebugType>
28-
<Optimize>true</Optimize>
29-
<OutputPath>bin\Release\</OutputPath>
30-
<DefineConstants>TRACE</DefineConstants>
31-
<ErrorReport>prompt</ErrorReport>
32-
<WarningLevel>4</WarningLevel>
33-
<DocumentationFile>bin\Release\Raspberry.IO.XML</DocumentationFile>
34-
</PropertyGroup>
35-
<ItemGroup>
36-
<Reference Include="System" />
37-
<Reference Include="System.Core" />
38-
</ItemGroup>
397
<ItemGroup>
408
<Compile Include="..\SharedAssemblyInfo.cs">
419
<Link>Properties\SharedAssemblyInfo.cs</Link>
4210
</Compile>
43-
<Compile Include="AnalogValue.cs" />
44-
<Compile Include="BinaryPinExtensionMethods.cs" />
45-
<Compile Include="ByteExtensionMethods.cs" />
46-
<Compile Include="IInputAnalogPin.cs" />
47-
<Compile Include="IInputBinaryPin.cs" />
48-
<Compile Include="IInputOutputBinaryPin.cs" />
49-
<Compile Include="IOutputAnalogPin.cs" />
50-
<Compile Include="IOutputBinaryPin.cs" />
51-
<Compile Include="Properties\AssemblyInfo.cs" />
52-
<Compile Include="StringExtensionMethods.cs" />
5311
</ItemGroup>
54-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
55-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
56-
Other similar extension points exist, see Microsoft.Common.targets.
57-
<Target Name="BeforeBuild">
58-
</Target>
59-
<Target Name="AfterBuild">
60-
</Target>
61-
-->
6212
</Project>

0 commit comments

Comments
 (0)