-
Notifications
You must be signed in to change notification settings - Fork 0
/
Viper.sln
44 lines (44 loc) · 2.37 KB
/
Viper.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.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Viper", "web\Viper.csproj", "{22F35D08-6028-476C-8DE6-F5FB5C95832A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27EF6FF8-27E5-43E7-82F3-233DFE4A2E7D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Viper.test", "test\Viper.test.csproj", "{069BDB54-F4DD-49CD-B650-55202FCF4E70}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "vueapp", "VueApp\vueapp.esproj", "{DBED8A1F-38B8-4F32-BBA5-8629721E4CDD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22F35D08-6028-476C-8DE6-F5FB5C95832A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22F35D08-6028-476C-8DE6-F5FB5C95832A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22F35D08-6028-476C-8DE6-F5FB5C95832A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22F35D08-6028-476C-8DE6-F5FB5C95832A}.Release|Any CPU.Build.0 = Release|Any CPU
{069BDB54-F4DD-49CD-B650-55202FCF4E70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{069BDB54-F4DD-49CD-B650-55202FCF4E70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{069BDB54-F4DD-49CD-B650-55202FCF4E70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{069BDB54-F4DD-49CD-B650-55202FCF4E70}.Release|Any CPU.Build.0 = Release|Any CPU
{DBED8A1F-38B8-4F32-BBA5-8629721E4CDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBED8A1F-38B8-4F32-BBA5-8629721E4CDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBED8A1F-38B8-4F32-BBA5-8629721E4CDD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{DBED8A1F-38B8-4F32-BBA5-8629721E4CDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBED8A1F-38B8-4F32-BBA5-8629721E4CDD}.Release|Any CPU.Build.0 = Release|Any CPU
{DBED8A1F-38B8-4F32-BBA5-8629721E4CDD}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2AAD853-7CE9-4328-8B53-DB3A469F4076}
EndGlobalSection
EndGlobal