forked from criticalmanufacturing/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmf-cli.sln
42 lines (42 loc) · 2.24 KB
/
cmf-cli.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cmf", "cmf-cli\cmf.csproj", "{992E16A7-340F-42E4-9281-F3759D8E73FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{81DA6013-EDAA-4629-B5CC-EC2989AE3613}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tests", "tests\tests.csproj", "{C9C222C5-6236-4991-B3CF-6289E2ACBF09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "core", "core\core.csproj", "{BF10AAE5-ACB7-47FD-9C85-F0AAEF1A7820}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{992E16A7-340F-42E4-9281-F3759D8E73FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{992E16A7-340F-42E4-9281-F3759D8E73FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{992E16A7-340F-42E4-9281-F3759D8E73FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{992E16A7-340F-42E4-9281-F3759D8E73FB}.Release|Any CPU.Build.0 = Release|Any CPU
{C9C222C5-6236-4991-B3CF-6289E2ACBF09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9C222C5-6236-4991-B3CF-6289E2ACBF09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9C222C5-6236-4991-B3CF-6289E2ACBF09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9C222C5-6236-4991-B3CF-6289E2ACBF09}.Release|Any CPU.Build.0 = Release|Any CPU
{BF10AAE5-ACB7-47FD-9C85-F0AAEF1A7820}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF10AAE5-ACB7-47FD-9C85-F0AAEF1A7820}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF10AAE5-ACB7-47FD-9C85-F0AAEF1A7820}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF10AAE5-ACB7-47FD-9C85-F0AAEF1A7820}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {992BC2A0-4206-4E1E-90FB-CD17A5897017}
EndGlobalSection
EndGlobal