Skip to content

Commit a77686c

Browse files
committed
Major edit and restructure
1 parent a21efbe commit a77686c

58 files changed

Lines changed: 2701 additions & 2375 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

SharpUltimateTools.sln

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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}") = "SharpUltimateTools", "SharpUltimateTools\SharpUltimateTools.csproj", "{5709915E-9B9D-4487-AB19-99959F1F7215}"
77
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpUltimateToolsTest", "SharpUltimateToolsTest\SharpUltimateToolsTest.csproj", "{44C8E908-ECAD-4E64-B43A-276F974B47A5}"
9+
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1012
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +17,10 @@ Global
1517
{5709915E-9B9D-4487-AB19-99959F1F7215}.Debug|Any CPU.Build.0 = Debug|Any CPU
1618
{5709915E-9B9D-4487-AB19-99959F1F7215}.Release|Any CPU.ActiveCfg = Release|Any CPU
1719
{5709915E-9B9D-4487-AB19-99959F1F7215}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{44C8E908-ECAD-4E64-B43A-276F974B47A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{44C8E908-ECAD-4E64-B43A-276F974B47A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{44C8E908-ECAD-4E64-B43A-276F974B47A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{44C8E908-ECAD-4E64-B43A-276F974B47A5}.Release|Any CPU.Build.0 = Release|Any CPU
1824
EndGlobalSection
1925
GlobalSection(SolutionProperties) = preSolution
2026
HideSolutionNode = FALSE

SharpUltimateTools/Classes/HardwareInfo.cs

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)