forked from dotnet/sign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sign.sln
63 lines (63 loc) · 3.5 KB
/
sign.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
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33017.460
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{92C73EE1-4EF3-4721-B6A9-9F458A673CA3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3E52C226-1DA9-4712-AC4E-A8820473DDA8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.vsts-ci.yml = .vsts-ci.yml
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sign.Core", "src\Sign.Core\Sign.Core.csproj", "{8781DB2C-CF89-456D-BE9D-D7EF8333F5EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{780818DD-6B52-47C8-AC54-71448DF822BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sign.Core.Test", "test\Sign.Core.Test\Sign.Core.Test.csproj", "{67DCC7B7-C98D-452E-AE69-1F3E81833D34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sign.Cli", "src\Sign.CLI\Sign.Cli.csproj", "{A54EAFBE-AB23-48F7-86C5-C91ACEEDF509}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sign.Cli.Test", "test\Sign.Cli.Test\Sign.Cli.Test.csproj", "{3C6FC0EB-F5B9-430C-B420-4DEC6B390768}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8781DB2C-CF89-456D-BE9D-D7EF8333F5EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8781DB2C-CF89-456D-BE9D-D7EF8333F5EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8781DB2C-CF89-456D-BE9D-D7EF8333F5EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8781DB2C-CF89-456D-BE9D-D7EF8333F5EC}.Release|Any CPU.Build.0 = Release|Any CPU
{67DCC7B7-C98D-452E-AE69-1F3E81833D34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67DCC7B7-C98D-452E-AE69-1F3E81833D34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67DCC7B7-C98D-452E-AE69-1F3E81833D34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67DCC7B7-C98D-452E-AE69-1F3E81833D34}.Release|Any CPU.Build.0 = Release|Any CPU
{A54EAFBE-AB23-48F7-86C5-C91ACEEDF509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A54EAFBE-AB23-48F7-86C5-C91ACEEDF509}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A54EAFBE-AB23-48F7-86C5-C91ACEEDF509}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A54EAFBE-AB23-48F7-86C5-C91ACEEDF509}.Release|Any CPU.Build.0 = Release|Any CPU
{3C6FC0EB-F5B9-430C-B420-4DEC6B390768}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C6FC0EB-F5B9-430C-B420-4DEC6B390768}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C6FC0EB-F5B9-430C-B420-4DEC6B390768}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C6FC0EB-F5B9-430C-B420-4DEC6B390768}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8781DB2C-CF89-456D-BE9D-D7EF8333F5EC} = {92C73EE1-4EF3-4721-B6A9-9F458A673CA3}
{67DCC7B7-C98D-452E-AE69-1F3E81833D34} = {780818DD-6B52-47C8-AC54-71448DF822BD}
{A54EAFBE-AB23-48F7-86C5-C91ACEEDF509} = {92C73EE1-4EF3-4721-B6A9-9F458A673CA3}
{3C6FC0EB-F5B9-430C-B420-4DEC6B390768} = {780818DD-6B52-47C8-AC54-71448DF822BD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7AA1043F-37A2-404F-8EC3-34C747C1CEB7}
EndGlobalSection
EndGlobal