forked from novotnyllc/NuGetKeyVaultSignTool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGetKeyVaultSignTool.sln
More file actions
45 lines (44 loc) · 2.51 KB
/
NuGetKeyVaultSignTool.sln
File metadata and controls
45 lines (44 loc) · 2.51 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
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11222.15 d18.0
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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetKeyVaultSignTool.Core.Tests", "NuGetKeyVaultSignTool.Core.Tests\NuGetKeyVaultSignTool.Core.Tests.csproj", "{A84D0EA1-76B0-4D16-BFBF-1CA0306B7B89}"
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
{A84D0EA1-76B0-4D16-BFBF-1CA0306B7B89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A84D0EA1-76B0-4D16-BFBF-1CA0306B7B89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A84D0EA1-76B0-4D16-BFBF-1CA0306B7B89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A84D0EA1-76B0-4D16-BFBF-1CA0306B7B89}.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