-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCustomCommandsSystem.sln
59 lines (59 loc) · 3.29 KB
/
CustomCommandsSystem.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{207855CD-F87D-453C-8A6C-C78197A2B8FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{B962AC3F-A540-4E11-AAB0-E1CE187397D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{6049843E-E8EA-4EB3-8727-BE6052C00F9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{EC7221BD-0361-4A43-86F7-001FF6F53E84}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Integration", "Integration\Integration.csproj", "{E6A2341E-3514-4D96-B099-55B8250294EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DDB07C69-8BC5-4ECD-A2FF-42F396ADE5B9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
nuget-packager.bat = nuget-packager.bat
nuget-publisher.bat = nuget-publisher.bat
nuget.exe = nuget.exe
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{207855CD-F87D-453C-8A6C-C78197A2B8FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{207855CD-F87D-453C-8A6C-C78197A2B8FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{207855CD-F87D-453C-8A6C-C78197A2B8FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{207855CD-F87D-453C-8A6C-C78197A2B8FA}.Release|Any CPU.Build.0 = Release|Any CPU
{B962AC3F-A540-4E11-AAB0-E1CE187397D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B962AC3F-A540-4E11-AAB0-E1CE187397D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B962AC3F-A540-4E11-AAB0-E1CE187397D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B962AC3F-A540-4E11-AAB0-E1CE187397D8}.Release|Any CPU.Build.0 = Release|Any CPU
{6049843E-E8EA-4EB3-8727-BE6052C00F9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6049843E-E8EA-4EB3-8727-BE6052C00F9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6049843E-E8EA-4EB3-8727-BE6052C00F9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6049843E-E8EA-4EB3-8727-BE6052C00F9D}.Release|Any CPU.Build.0 = Release|Any CPU
{EC7221BD-0361-4A43-86F7-001FF6F53E84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC7221BD-0361-4A43-86F7-001FF6F53E84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC7221BD-0361-4A43-86F7-001FF6F53E84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC7221BD-0361-4A43-86F7-001FF6F53E84}.Release|Any CPU.Build.0 = Release|Any CPU
{E6A2341E-3514-4D96-B099-55B8250294EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6A2341E-3514-4D96-B099-55B8250294EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6A2341E-3514-4D96-B099-55B8250294EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6A2341E-3514-4D96-B099-55B8250294EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7EB7FFE2-1701-4CCA-832A-A9CDD1EB9EE8}
EndGlobalSection
EndGlobal