-
Notifications
You must be signed in to change notification settings - Fork 1
/
VueCorp.sln
44 lines (44 loc) · 2.38 KB
/
VueCorp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "vueapp", "vueapp\vueapp.esproj", "{42C29E32-DEAA-4FEF-BF91-1A9231DD0F22}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39BCB6D7-1C97-4EC0-9781-C16B61975607}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "coreApi", "coreApi\coreApi.csproj", "{04E17403-7CB7-448E-890A-9F1064DAC728}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "coreLogic", "coreLogic\coreLogic.csproj", "{1B503CFE-0B00-46F0-AB94-6A3C785D5C97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42C29E32-DEAA-4FEF-BF91-1A9231DD0F22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42C29E32-DEAA-4FEF-BF91-1A9231DD0F22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42C29E32-DEAA-4FEF-BF91-1A9231DD0F22}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{42C29E32-DEAA-4FEF-BF91-1A9231DD0F22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42C29E32-DEAA-4FEF-BF91-1A9231DD0F22}.Release|Any CPU.Build.0 = Release|Any CPU
{42C29E32-DEAA-4FEF-BF91-1A9231DD0F22}.Release|Any CPU.Deploy.0 = Release|Any CPU
{04E17403-7CB7-448E-890A-9F1064DAC728}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04E17403-7CB7-448E-890A-9F1064DAC728}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04E17403-7CB7-448E-890A-9F1064DAC728}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04E17403-7CB7-448E-890A-9F1064DAC728}.Release|Any CPU.Build.0 = Release|Any CPU
{1B503CFE-0B00-46F0-AB94-6A3C785D5C97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B503CFE-0B00-46F0-AB94-6A3C785D5C97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B503CFE-0B00-46F0-AB94-6A3C785D5C97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B503CFE-0B00-46F0-AB94-6A3C785D5C97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {267808E4-BF15-468D-AD75-E361D50EFB82}
EndGlobalSection
EndGlobal