Skip to content

Commit

Permalink
Reverted solution changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvazan committed Jan 25, 2018
1 parent cdf7807 commit 7b1d905
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions GuerrillaNtp.sln
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GuerrillaNtp", "GuerrillaNtp\GuerrillaNtp.csproj", "{33509321-B1A1-41C0-9578-D7D50904462E}"
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuerrillaNtp", "GuerrillaNtp\GuerrillaNtp.csproj", "{33509321-B1A1-41C0-9578-D7D50904462E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NtpCommand", "NtpCommand\NtpCommand.csproj", "{5B76615E-2B5E-45B7-9850-20D05AEFCEAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{ED9A656B-2CDF-4F91-B4F4-BA1AE5373153}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -22,15 +19,5 @@ Global
{5B76615E-2B5E-45B7-9850-20D05AEFCEAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B76615E-2B5E-45B7-9850-20D05AEFCEAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B76615E-2B5E-45B7-9850-20D05AEFCEAD}.Release|Any CPU.Build.0 = Release|Any CPU
{ED9A656B-2CDF-4F91-B4F4-BA1AE5373153}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED9A656B-2CDF-4F91-B4F4-BA1AE5373153}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED9A656B-2CDF-4F91-B4F4-BA1AE5373153}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED9A656B-2CDF-4F91-B4F4-BA1AE5373153}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFD6BE57-98EF-4298-9148-777CB076E823}
EndGlobalSection
EndGlobal

0 comments on commit 7b1d905

Please sign in to comment.