-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReversiRestApi.sln
37 lines (37 loc) · 2.03 KB
/
ReversiRestApi.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReversiRestApi", "ReversiRestApi\ReversiRestApi.csproj", "{5C7AC3C8-AD63-4AE2-8B5C-C5F60B77123D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject", "TestProject\TestProject.csproj", "{ECD480A6-D394-4767-9785-F988649A6EF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReversiApp", "ReversiApp\ReversiApp.csproj", "{655C83CF-9306-403A-AC6B-C1AADD5143EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C7AC3C8-AD63-4AE2-8B5C-C5F60B77123D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C7AC3C8-AD63-4AE2-8B5C-C5F60B77123D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C7AC3C8-AD63-4AE2-8B5C-C5F60B77123D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C7AC3C8-AD63-4AE2-8B5C-C5F60B77123D}.Release|Any CPU.Build.0 = Release|Any CPU
{ECD480A6-D394-4767-9785-F988649A6EF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECD480A6-D394-4767-9785-F988649A6EF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECD480A6-D394-4767-9785-F988649A6EF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECD480A6-D394-4767-9785-F988649A6EF2}.Release|Any CPU.Build.0 = Release|Any CPU
{655C83CF-9306-403A-AC6B-C1AADD5143EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{655C83CF-9306-403A-AC6B-C1AADD5143EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{655C83CF-9306-403A-AC6B-C1AADD5143EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{655C83CF-9306-403A-AC6B-C1AADD5143EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12747923-BBE1-47B0-A4AB-388ABEB2356D}
EndGlobalSection
EndGlobal