forked from GowenGit/docnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnuget-usage.sln
43 lines (43 loc) · 2.33 KB
/
nuget-usage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NugetUsageAnyCpu", "NugetUsageAnyCpu\NugetUsageAnyCpu.csproj", "{6D97BB9F-80B8-414D-8472-725EA638B580}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NugetUsageX64", "NugetUsageX64\NugetUsageX64.csproj", "{88A4EC30-23C2-4C12-BDB2-9BA1BEA4497C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NugetUsageX86", "NugetUsageX86\NugetUsageX86.csproj", "{EA2026A4-53DE-44DE-8B92-76AD1DEAA165}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{F61EB8D0-A0C9-4AEA-9E28-DBCFFF7E50F9}"
ProjectSection(SolutionItems) = preProject
Assets\image_0.png = Assets\image_0.png
Assets\wikipedia_0.pdf = Assets\wikipedia_0.pdf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D97BB9F-80B8-414D-8472-725EA638B580}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D97BB9F-80B8-414D-8472-725EA638B580}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D97BB9F-80B8-414D-8472-725EA638B580}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D97BB9F-80B8-414D-8472-725EA638B580}.Release|Any CPU.Build.0 = Release|Any CPU
{88A4EC30-23C2-4C12-BDB2-9BA1BEA4497C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88A4EC30-23C2-4C12-BDB2-9BA1BEA4497C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88A4EC30-23C2-4C12-BDB2-9BA1BEA4497C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88A4EC30-23C2-4C12-BDB2-9BA1BEA4497C}.Release|Any CPU.Build.0 = Release|Any CPU
{EA2026A4-53DE-44DE-8B92-76AD1DEAA165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA2026A4-53DE-44DE-8B92-76AD1DEAA165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA2026A4-53DE-44DE-8B92-76AD1DEAA165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA2026A4-53DE-44DE-8B92-76AD1DEAA165}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0DE6397-7B85-4C78-BC59-9CDFE2A77770}
EndGlobalSection
EndGlobal