-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFaaSDES.sln
44 lines (44 loc) · 2.59 KB
/
FaaSDES.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.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FaaSDES.Sim", "FaaSDES.Sim\FaaSDES.Sim.csproj", "{072943E7-DACF-4023-89BE-141B5A2A5BC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FaaSDES.UI", "FaaSDES.UI\FaaSDES.UI.csproj", "{DBD086FB-24CB-442D-ADA1-3B7CA332D84E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FaaSDES.Functions", "FunctionApp1\FaaSDES.Functions.csproj", "{9F39D267-48EA-4D87-B3A8-E63F5B1CA881}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Release-Xml|Any CPU = Release-Xml|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{072943E7-DACF-4023-89BE-141B5A2A5BC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{072943E7-DACF-4023-89BE-141B5A2A5BC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{072943E7-DACF-4023-89BE-141B5A2A5BC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{072943E7-DACF-4023-89BE-141B5A2A5BC0}.Release|Any CPU.Build.0 = Release|Any CPU
{072943E7-DACF-4023-89BE-141B5A2A5BC0}.Release-Xml|Any CPU.ActiveCfg = Release|Any CPU
{072943E7-DACF-4023-89BE-141B5A2A5BC0}.Release-Xml|Any CPU.Build.0 = Release|Any CPU
{DBD086FB-24CB-442D-ADA1-3B7CA332D84E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBD086FB-24CB-442D-ADA1-3B7CA332D84E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBD086FB-24CB-442D-ADA1-3B7CA332D84E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBD086FB-24CB-442D-ADA1-3B7CA332D84E}.Release|Any CPU.Build.0 = Release|Any CPU
{DBD086FB-24CB-442D-ADA1-3B7CA332D84E}.Release-Xml|Any CPU.ActiveCfg = Release|Any CPU
{DBD086FB-24CB-442D-ADA1-3B7CA332D84E}.Release-Xml|Any CPU.Build.0 = Release|Any CPU
{9F39D267-48EA-4D87-B3A8-E63F5B1CA881}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F39D267-48EA-4D87-B3A8-E63F5B1CA881}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F39D267-48EA-4D87-B3A8-E63F5B1CA881}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F39D267-48EA-4D87-B3A8-E63F5B1CA881}.Release|Any CPU.Build.0 = Release|Any CPU
{9F39D267-48EA-4D87-B3A8-E63F5B1CA881}.Release-Xml|Any CPU.ActiveCfg = Release|Any CPU
{9F39D267-48EA-4D87-B3A8-E63F5B1CA881}.Release-Xml|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C271D074-3799-434B-AAED-FBA2EDE658E0}
EndGlobalSection
EndGlobal