-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStreamSample.sln
More file actions
42 lines (42 loc) · 2.28 KB
/
StreamSample.sln
File metadata and controls
42 lines (42 loc) · 2.28 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreamSample", "StreamSample\StreamSample.csproj", "{CD83679E-1CDB-45E2-A8DF-3CB3886B9E85}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67CA8755-0DBA-4A51-A211-A591C80CB313}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormBuilder", "FormBuilder\FormBuilder.csproj", "{8BF8F1E9-CB7E-456C-9748-4F4ED7B93F83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormBuilder.Tests", "FormBuilder.Tests\FormBuilder.Tests.csproj", "{9ECA2202-611C-4008-92A8-7F0C1241FDFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD83679E-1CDB-45E2-A8DF-3CB3886B9E85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD83679E-1CDB-45E2-A8DF-3CB3886B9E85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD83679E-1CDB-45E2-A8DF-3CB3886B9E85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD83679E-1CDB-45E2-A8DF-3CB3886B9E85}.Release|Any CPU.Build.0 = Release|Any CPU
{8BF8F1E9-CB7E-456C-9748-4F4ED7B93F83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BF8F1E9-CB7E-456C-9748-4F4ED7B93F83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BF8F1E9-CB7E-456C-9748-4F4ED7B93F83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BF8F1E9-CB7E-456C-9748-4F4ED7B93F83}.Release|Any CPU.Build.0 = Release|Any CPU
{9ECA2202-611C-4008-92A8-7F0C1241FDFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9ECA2202-611C-4008-92A8-7F0C1241FDFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9ECA2202-611C-4008-92A8-7F0C1241FDFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9ECA2202-611C-4008-92A8-7F0C1241FDFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E96858CB-7B9C-4817-AD33-AFA9E03239F3}
EndGlobalSection
EndGlobal