-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathConfigurationUpdate.sln
More file actions
30 lines (30 loc) · 1.51 KB
/
ConfigurationUpdate.sln
File metadata and controls
30 lines (30 loc) · 1.51 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "ConfigurationUpdate", "ConfigurationUpdate\ConfigurationUpdate.sfproj", "{4C58E930-DF4B-4A22-ADF1-4CC13A7F8E13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stateless1", "Stateless1\Stateless1.csproj", "{55CB6426-1744-4071-8F53-E175CC807600}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C58E930-DF4B-4A22-ADF1-4CC13A7F8E13}.Debug|x64.ActiveCfg = Debug|x64
{4C58E930-DF4B-4A22-ADF1-4CC13A7F8E13}.Debug|x64.Build.0 = Debug|x64
{4C58E930-DF4B-4A22-ADF1-4CC13A7F8E13}.Debug|x64.Deploy.0 = Debug|x64
{4C58E930-DF4B-4A22-ADF1-4CC13A7F8E13}.Release|x64.ActiveCfg = Release|x64
{4C58E930-DF4B-4A22-ADF1-4CC13A7F8E13}.Release|x64.Build.0 = Release|x64
{4C58E930-DF4B-4A22-ADF1-4CC13A7F8E13}.Release|x64.Deploy.0 = Release|x64
{55CB6426-1744-4071-8F53-E175CC807600}.Debug|x64.ActiveCfg = Debug|x64
{55CB6426-1744-4071-8F53-E175CC807600}.Debug|x64.Build.0 = Debug|x64
{55CB6426-1744-4071-8F53-E175CC807600}.Release|x64.ActiveCfg = Release|x64
{55CB6426-1744-4071-8F53-E175CC807600}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal