-
Notifications
You must be signed in to change notification settings - Fork 1
/
RemixMe.IdentityApi.sln
41 lines (41 loc) · 1.83 KB
/
RemixMe.IdentityApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RemixMe.IdentityApi", "RemixMe.IdentityApi\RemixMe.IdentityApi.csproj", "{F7425335-6507-4D40-85F5-55BEBC2D569B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A8DF4F-474F-44AC-A080-B6EE91821CDF}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{B8AF95B7-CD18-46C5-930C-59343D46DADA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{BDAD9F85-8C9E-4083-A8CD-F4609A1DD9B0}"
ProjectSection(SolutionItems) = preProject
doc\img\remixme.png = doc\img\remixme.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7425335-6507-4D40-85F5-55BEBC2D569B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7425335-6507-4D40-85F5-55BEBC2D569B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7425335-6507-4D40-85F5-55BEBC2D569B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7425335-6507-4D40-85F5-55BEBC2D569B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BDAD9F85-8C9E-4083-A8CD-F4609A1DD9B0} = {B8AF95B7-CD18-46C5-930C-59343D46DADA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64C5CD57-302A-412F-A090-84AAFF76EE1B}
EndGlobalSection
EndGlobal