This repository has been archived by the owner on Jul 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Scaffolder.sln
36 lines (36 loc) · 1.83 KB
/
Scaffolder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0DE63C0D-1DC8-46D8-A87F-5781B5C75178}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scaffolder.Core", "Scaffolder.Core\Scaffolder.Core.csproj", "{994934AC-3ED2-4898-8D86-733E2380EC08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scaffolder.API", "Scaffolder.API\Scaffolder.API.csproj", "{E3349A15-BE2C-4FC8-9EAD-8777C297A1F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{994934AC-3ED2-4898-8D86-733E2380EC08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{994934AC-3ED2-4898-8D86-733E2380EC08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{994934AC-3ED2-4898-8D86-733E2380EC08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{994934AC-3ED2-4898-8D86-733E2380EC08}.Release|Any CPU.Build.0 = Release|Any CPU
{E3349A15-BE2C-4FC8-9EAD-8777C297A1F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3349A15-BE2C-4FC8-9EAD-8777C297A1F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3349A15-BE2C-4FC8-9EAD-8777C297A1F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3349A15-BE2C-4FC8-9EAD-8777C297A1F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A56A4E8-14A6-4766-8DC6-EAE94947F76C}
EndGlobalSection
EndGlobal