Skip to content

Commit

Permalink
add .sln
Browse files Browse the repository at this point in the history
  • Loading branch information
SericaLaw committed Sep 4, 2017
1 parent e4ba23c commit c0240ac
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions HistoryContest.Server/HistoryContest.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HistoryContest.Server", "HistoryContest.Server\HistoryContest.Server.csproj", "{0F8705F9-D0E1-4B27-B894-C7E3BC9EA0F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HistoryContest.Test", "HistoryContest.Test\HistoryContest.Test.csproj", "{B51B5499-C58C-402C-9C41-1D09DE89455F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F8705F9-D0E1-4B27-B894-C7E3BC9EA0F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F8705F9-D0E1-4B27-B894-C7E3BC9EA0F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F8705F9-D0E1-4B27-B894-C7E3BC9EA0F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F8705F9-D0E1-4B27-B894-C7E3BC9EA0F8}.Release|Any CPU.Build.0 = Release|Any CPU
{B51B5499-C58C-402C-9C41-1D09DE89455F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B51B5499-C58C-402C-9C41-1D09DE89455F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B51B5499-C58C-402C-9C41-1D09DE89455F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B51B5499-C58C-402C-9C41-1D09DE89455F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D073CA6-A091-46A5-AAFB-4E20495BDD47}
EndGlobalSection
EndGlobal

0 comments on commit c0240ac

Please sign in to comment.