-
Notifications
You must be signed in to change notification settings - Fork 1
/
WebApiSample.sln
55 lines (55 loc) · 3.15 KB
/
WebApiSample.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31521.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AngularWebApiSample", "src\AngularWebApiSample\AngularWebApiSample.csproj", "{7779D6DC-CF4D-44A2-A305-898AD36B6693}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8109D02F-6E34-4531-B95E-998D739F08E2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
AdaskoTheBeAsT.ruleset = AdaskoTheBeAsT.ruleset
AngularWebApiSample.sln.DotSettings = AngularWebApiSample.sln.DotSettings
Directory.Build.props = Directory.Build.props
global.json = global.json
SecurityCodeScan.config.yml = SecurityCodeScan.config.yml
Settings.StyleCop = Settings.StyleCop
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactWebApiSample", "src\ReactWebApiSample\ReactWebApiSample.csproj", "{0489BF6D-6429-45CA-A23B-4D4B53467DD8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AngularWebApiSample2", "src\AngularWebApiSample2\AngularWebApiSample2.csproj", "{E2DDBC6C-537F-493D-8AA6-4B90D04172C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactWebApiSample2", "src\ReactWebApiSample2\ReactWebApiSample2.csproj", "{F6F34B89-6757-4E36-B19D-C1C607F6D53B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7779D6DC-CF4D-44A2-A305-898AD36B6693}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7779D6DC-CF4D-44A2-A305-898AD36B6693}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7779D6DC-CF4D-44A2-A305-898AD36B6693}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7779D6DC-CF4D-44A2-A305-898AD36B6693}.Release|Any CPU.Build.0 = Release|Any CPU
{0489BF6D-6429-45CA-A23B-4D4B53467DD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0489BF6D-6429-45CA-A23B-4D4B53467DD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0489BF6D-6429-45CA-A23B-4D4B53467DD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0489BF6D-6429-45CA-A23B-4D4B53467DD8}.Release|Any CPU.Build.0 = Release|Any CPU
{E2DDBC6C-537F-493D-8AA6-4B90D04172C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2DDBC6C-537F-493D-8AA6-4B90D04172C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2DDBC6C-537F-493D-8AA6-4B90D04172C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2DDBC6C-537F-493D-8AA6-4B90D04172C2}.Release|Any CPU.Build.0 = Release|Any CPU
{F6F34B89-6757-4E36-B19D-C1C607F6D53B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6F34B89-6757-4E36-B19D-C1C607F6D53B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6F34B89-6757-4E36-B19D-C1C607F6D53B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6F34B89-6757-4E36-B19D-C1C607F6D53B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C32BE6A0-AC4F-4D68-9CF3-B1D5E10DD4E8}
EndGlobalSection
EndGlobal