-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFunctions.sln
More file actions
45 lines (45 loc) · 2.69 KB
/
Functions.sln
File metadata and controls
45 lines (45 loc) · 2.69 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
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Functions.Server", "Server\Functions.Server.csproj", "{18DFC87A-9726-40B3-93B9-24D34E85C524}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Functions.Client", "Client\Functions.Client.csproj", "{C223A654-8846-4442-9C9F-B7A0F61CD64E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Functions.Shared", "Shared\Functions.Shared.csproj", "{81D34291-A8F6-4F49-84AC-631436CD17BF}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "Functions.Database", "Functions.Database\Functions.Database.sqlproj", "{04110F56-5366-4D3D-83C0-F2D41D25A364}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18DFC87A-9726-40B3-93B9-24D34E85C524}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18DFC87A-9726-40B3-93B9-24D34E85C524}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18DFC87A-9726-40B3-93B9-24D34E85C524}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18DFC87A-9726-40B3-93B9-24D34E85C524}.Release|Any CPU.Build.0 = Release|Any CPU
{C223A654-8846-4442-9C9F-B7A0F61CD64E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C223A654-8846-4442-9C9F-B7A0F61CD64E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C223A654-8846-4442-9C9F-B7A0F61CD64E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C223A654-8846-4442-9C9F-B7A0F61CD64E}.Release|Any CPU.Build.0 = Release|Any CPU
{81D34291-A8F6-4F49-84AC-631436CD17BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81D34291-A8F6-4F49-84AC-631436CD17BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81D34291-A8F6-4F49-84AC-631436CD17BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81D34291-A8F6-4F49-84AC-631436CD17BF}.Release|Any CPU.Build.0 = Release|Any CPU
{04110F56-5366-4D3D-83C0-F2D41D25A364}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04110F56-5366-4D3D-83C0-F2D41D25A364}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04110F56-5366-4D3D-83C0-F2D41D25A364}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{04110F56-5366-4D3D-83C0-F2D41D25A364}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04110F56-5366-4D3D-83C0-F2D41D25A364}.Release|Any CPU.Build.0 = Release|Any CPU
{04110F56-5366-4D3D-83C0-F2D41D25A364}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {315FC609-EC8F-4850-842D-FFF351E13415}
EndGlobalSection
EndGlobal