-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNoWarnTransitivePinning.sln
39 lines (39 loc) · 1.92 KB
/
NoWarnTransitivePinning.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 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectA", "ProjectA\ProjectA.csproj", "{AFAEF86F-0617-4BDE-95E3-73CD2A0B046D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectC", "ProjectC\ProjectC.csproj", "{D2CE25BC-E5C4-476B-9EFD-6CBA2F7A8B4E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{1D34055C-E396-44C3-9AEA-2101DE4CDCF6}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFAEF86F-0617-4BDE-95E3-73CD2A0B046D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFAEF86F-0617-4BDE-95E3-73CD2A0B046D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFAEF86F-0617-4BDE-95E3-73CD2A0B046D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFAEF86F-0617-4BDE-95E3-73CD2A0B046D}.Release|Any CPU.Build.0 = Release|Any CPU
{D2CE25BC-E5C4-476B-9EFD-6CBA2F7A8B4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2CE25BC-E5C4-476B-9EFD-6CBA2F7A8B4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2CE25BC-E5C4-476B-9EFD-6CBA2F7A8B4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2CE25BC-E5C4-476B-9EFD-6CBA2F7A8B4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBF1EB8E-AA8D-4F71-930E-68739CCA54FF}
EndGlobalSection
EndGlobal