Skip to content

Commit 0ca2184

Browse files
committed
1 parent 638f67f commit 0ca2184

File tree

18 files changed

+27
-234
lines changed

18 files changed

+27
-234
lines changed

Diff for: .nuget/NuGet.Config

-6
This file was deleted.

Diff for: .nuget/NuGet.exe

-1.53 MB
Binary file not shown.

Diff for: .nuget/NuGet.targets

-136
This file was deleted.

Diff for: Raspberry.IO.Components/Raspberry.IO.Components.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
14-
<RestorePackages>true</RestorePackages>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1716
<DebugSymbols>true</DebugSymbols>
@@ -184,7 +183,6 @@
184183
</ItemGroup>
185184
<ItemGroup />
186185
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
188186
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
189187
Other similar extension points exist, see Microsoft.Common.targets.
190188
<Target Name="BeforeBuild">
@@ -195,4 +193,5 @@
195193
<ItemGroup />
196194
<ItemGroup />
197195
<ItemGroup />
198-
</Project>
196+
</Project>
197+

Diff for: Raspberry.IO.GeneralPurpose/Raspberry.IO.GeneralPurpose.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
14-
<RestorePackages>true</RestorePackages>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1716
<DebugSymbols>true</DebugSymbols>
@@ -97,12 +96,12 @@
9796
<None Include="packages.config" />
9897
</ItemGroup>
9998
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
10199
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102100
Other similar extension points exist, see Microsoft.Common.targets.
103101
<Target Name="BeforeBuild">
104102
</Target>
105103
<Target Name="AfterBuild">
106104
</Target>
107105
-->
108-
</Project>
106+
</Project>
107+

Diff for: Raspberry.IO.InterIntegratedCircuit/Raspberry.IO.InterIntegratedCircuit.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
14-
<RestorePackages>true</RestorePackages>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1716
<DebugSymbols>true</DebugSymbols>
@@ -64,12 +63,12 @@
6463
<None Include="packages.config" />
6564
</ItemGroup>
6665
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
6866
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6967
Other similar extension points exist, see Microsoft.Common.targets.
7068
<Target Name="BeforeBuild">
7169
</Target>
7270
<Target Name="AfterBuild">
7371
</Target>
7472
-->
75-
</Project>
73+
</Project>
74+

Diff for: Raspberry.IO.SerialPeripheralInterface/Raspberry.IO.SerialPeripheralInterface.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
14-
<RestorePackages>true</RestorePackages>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1716
<DebugSymbols>true</DebugSymbols>
@@ -87,12 +86,12 @@
8786
<None Include="packages.config" />
8887
</ItemGroup>
8988
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
9189
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9290
Other similar extension points exist, see Microsoft.Common.targets.
9391
<Target Name="BeforeBuild">
9492
</Target>
9593
<Target Name="AfterBuild">
9694
</Target>
9795
-->
98-
</Project>
96+
</Project>
97+

Diff for: RaspberrySharp.IO.sln

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25123.0
4+
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raspberry.IO.GeneralPurpose", "Raspberry.IO.GeneralPurpose\Raspberry.IO.GeneralPurpose.csproj", "{281C71ED-C36D-408E-8BAA-75C381DC17E7}"
77
EndProject
@@ -60,13 +60,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raspberry.IO.InterIntegrate
6060
EndProject
6161
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raspberry.IO.Components", "Raspberry.IO.Components\Raspberry.IO.Components.csproj", "{8388CFCA-E3DB-43F7-B049-2CB195211CE8}"
6262
EndProject
63-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{33C6FE3E-2730-4A56-9C64-0A58E00A5CEE}"
64-
ProjectSection(SolutionItems) = preProject
65-
.nuget\NuGet.Config = .nuget\NuGet.Config
66-
.nuget\NuGet.exe = .nuget\NuGet.exe
67-
.nuget\NuGet.targets = .nuget\NuGet.targets
68-
EndProjectSection
69-
EndProject
7063
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raspberry.IO", "Raspberry.IO\Raspberry.IO.csproj", "{ACE64F17-87E5-43E7-97A0-BDDE19059C61}"
7164
EndProject
7265
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raspberry.IO.Interop", "Raspberry.IO.Interop\Raspberry.IO.Interop.csproj", "{689CB6C4-3D23-45DA-8E00-87C28AEA32D0}"

Diff for: Tests/Test.Gpio.DHT11/Test.Gpio.DHT11.csproj

+2-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
15-
<RestorePackages>true</RestorePackages>
1615
</PropertyGroup>
1716
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1817
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -73,18 +72,12 @@
7372
<None Include="packages.config" />
7473
</ItemGroup>
7574
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
77-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
78-
<PropertyGroup>
79-
<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>
80-
</PropertyGroup>
81-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
82-
</Target>
8375
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8476
Other similar extension points exist, see Microsoft.Common.targets.
8577
<Target Name="BeforeBuild">
8678
</Target>
8779
<Target Name="AfterBuild">
8880
</Target>
8981
-->
90-
</Project>
82+
</Project>
83+

Diff for: Tests/Test.Gpio.HCSR04/Test.Gpio.HCSR04.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</TargetFrameworkProfile>
1414
<FileAlignment>512</FileAlignment>
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
16-
<RestorePackages>true</RestorePackages>
1716
</PropertyGroup>
1817
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1918
<PlatformTarget>x86</PlatformTarget>
@@ -97,12 +96,12 @@
9796
<Content Include="Properties\Test.Gpio.HCSR04.png" />
9897
</ItemGroup>
9998
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
10199
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102100
Other similar extension points exist, see Microsoft.Common.targets.
103101
<Target Name="BeforeBuild">
104102
</Target>
105103
<Target Name="AfterBuild">
106104
</Target>
107105
-->
108-
</Project>
106+
</Project>
107+

Diff for: Tests/Test.Gpio.MCP23008/Test.Gpio.MCP23008.csproj

+2-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
15-
<RestorePackages>true</RestorePackages>
1615
</PropertyGroup>
1716
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1817
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -62,18 +61,12 @@
6261
</ProjectReference>
6362
</ItemGroup>
6463
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
66-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
67-
<PropertyGroup>
68-
<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>
69-
</PropertyGroup>
70-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
71-
</Target>
7264
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7365
Other similar extension points exist, see Microsoft.Common.targets.
7466
<Target Name="BeforeBuild">
7567
</Target>
7668
<Target Name="AfterBuild">
7769
</Target>
7870
-->
79-
</Project>
71+
</Project>
72+

Diff for: Tests/Test.Gpio.MCP3008/Test.Gpio.MCP3008.csproj

+2-9
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</TargetFrameworkProfile>
1414
<FileAlignment>512</FileAlignment>
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
16-
<RestorePackages>true</RestorePackages>
1716
</PropertyGroup>
1817
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1918
<PlatformTarget>x86</PlatformTarget>
@@ -93,18 +92,12 @@
9392
<None Include="Properties\Test.Gpio.MCP3008.png" />
9493
</ItemGroup>
9594
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
97-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
98-
<PropertyGroup>
99-
<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>
100-
</PropertyGroup>
101-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
102-
</Target>
10395
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
10496
Other similar extension points exist, see Microsoft.Common.targets.
10597
<Target Name="BeforeBuild">
10698
</Target>
10799
<Target Name="AfterBuild">
108100
</Target>
109101
-->
110-
</Project>
102+
</Project>
103+

0 commit comments

Comments
 (0)