-
Notifications
You must be signed in to change notification settings - Fork 17
/
NuGetKeyVaultSignTool.sln
39 lines (39 loc) · 1.98 KB
/
NuGetKeyVaultSignTool.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29322.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetKeyVaultSignTool", "NuGetKeyVaultSignTool\NuGetKeyVaultSignTool.csproj", "{546084DD-64EA-4CBB-A8E2-9E5985BAEF5C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0EA31384-26D1-401E-84F6-72ED7CD30C36}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.Props = Directory.Build.Props
NuGet.Config = NuGet.Config
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetKeyVaultSignTool.Core", "NuGetKeyVaultSignTool.Core\NuGetKeyVaultSignTool.Core.csproj", "{A3A203E1-122F-4575-95F4-BED746D98B05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{546084DD-64EA-4CBB-A8E2-9E5985BAEF5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{546084DD-64EA-4CBB-A8E2-9E5985BAEF5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{546084DD-64EA-4CBB-A8E2-9E5985BAEF5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{546084DD-64EA-4CBB-A8E2-9E5985BAEF5C}.Release|Any CPU.Build.0 = Release|Any CPU
{A3A203E1-122F-4575-95F4-BED746D98B05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3A203E1-122F-4575-95F4-BED746D98B05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3A203E1-122F-4575-95F4-BED746D98B05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3A203E1-122F-4575-95F4-BED746D98B05}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5491F0FE-E6A9-43AC-8C26-B1B098709723}
EndGlobalSection
EndGlobal