-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVivelin.net.sln
More file actions
37 lines (37 loc) · 2.09 KB
/
Vivelin.net.sln
File metadata and controls
37 lines (37 loc) · 2.09 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vivelin.Web.Home", "src\Vivelin.Web.Home\Vivelin.Web.Home.csproj", "{D9AE4B40-4DAA-4EDD-A11B-3FC288C0A51C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vivelin.Web.Data", "src\Vivelin.Web.Data\Vivelin.Web.Data.csproj", "{B8DA9D68-EC90-49FD-98AF-3C4011C7DF7C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vivelin.Web.Tests", "test\Vivelin.Web.Tests\Vivelin.Web.Tests.csproj", "{D9F56795-FE82-480C-B0E2-CDB108EAE006}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9AE4B40-4DAA-4EDD-A11B-3FC288C0A51C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9AE4B40-4DAA-4EDD-A11B-3FC288C0A51C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9AE4B40-4DAA-4EDD-A11B-3FC288C0A51C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9AE4B40-4DAA-4EDD-A11B-3FC288C0A51C}.Release|Any CPU.Build.0 = Release|Any CPU
{B8DA9D68-EC90-49FD-98AF-3C4011C7DF7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8DA9D68-EC90-49FD-98AF-3C4011C7DF7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8DA9D68-EC90-49FD-98AF-3C4011C7DF7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8DA9D68-EC90-49FD-98AF-3C4011C7DF7C}.Release|Any CPU.Build.0 = Release|Any CPU
{D9F56795-FE82-480C-B0E2-CDB108EAE006}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9F56795-FE82-480C-B0E2-CDB108EAE006}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9F56795-FE82-480C-B0E2-CDB108EAE006}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9F56795-FE82-480C-B0E2-CDB108EAE006}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {822B3510-B53A-4828-8D88-6039F6083557}
EndGlobalSection
EndGlobal