forked from resourcelib/resourcelib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResourceLib.sln
More file actions
83 lines (83 loc) · 4.09 KB
/
ResourceLib.sln
File metadata and controls
83 lines (83 loc) · 4.09 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Article", "Article", "{8C34CEDC-B5FB-42FD-A408-B0EA599AFBB8}"
ProjectSection(SolutionItems) = preProject
Article\resourcelibdotnet.html = Article\resourcelibdotnet.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{D703E923-FE2E-4B4D-B67F-55BC8E4D52CD}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
ResourceLib.proj = ResourceLib.proj
Version.proj = Version.proj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{AD64D826-875E-44FB-8DC4-95E2D37CC0BE}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Content", "Content", "{642C46FF-FC48-496B-9C03-E48B91A8EBAB}"
ProjectSection(SolutionItems) = preProject
Docs\Accelerator.md = Docs\Accelerator.md
Docs\Bitmap.md = Docs\Bitmap.md
Docs\Contributing.md = Docs\Contributing.md
Docs\Cursor.md = Docs\Cursor.md
Docs\Dialog.md = Docs\Dialog.md
Docs\Font.md = Docs\Font.md
Docs\Icon.md = Docs\Icon.md
Docs\Manifest.md = Docs\Manifest.md
Docs\Menu.md = Docs\Menu.md
Docs\String.md = Docs\String.md
Docs\Version.md = Docs\Version.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceLib", "Source\ResourceLib\ResourceLib.csproj", "{AC9AF16F-7BF8-4400-95DE-6BC6CA53181E}"
ProjectSection(ProjectDependencies) = postProject
{1DA8F5AA-2EE1-4204-A72F-0373BF541395} = {1DA8F5AA-2EE1-4204-A72F-0373BF541395}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceLibUnitTests", "Source\ResourceLibUnitTests\ResourceLibUnitTests.csproj", "{523467E0-EE78-463F-ADC7-00CB0A9AB2A2}"
ProjectSection(ProjectDependencies) = postProject
{1DA8F5AA-2EE1-4204-A72F-0373BF541395} = {1DA8F5AA-2EE1-4204-A72F-0373BF541395}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Version", "Source\Version\Version.csproj", "{1DA8F5AA-2EE1-4204-A72F-0373BF541395}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D1FA5916-F7B4-4774-8608-721D50FA276D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\nuget.exe = .nuget\nuget.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC9AF16F-7BF8-4400-95DE-6BC6CA53181E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC9AF16F-7BF8-4400-95DE-6BC6CA53181E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC9AF16F-7BF8-4400-95DE-6BC6CA53181E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC9AF16F-7BF8-4400-95DE-6BC6CA53181E}.Release|Any CPU.Build.0 = Release|Any CPU
{523467E0-EE78-463F-ADC7-00CB0A9AB2A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{523467E0-EE78-463F-ADC7-00CB0A9AB2A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{523467E0-EE78-463F-ADC7-00CB0A9AB2A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{523467E0-EE78-463F-ADC7-00CB0A9AB2A2}.Release|Any CPU.Build.0 = Release|Any CPU
{1DA8F5AA-2EE1-4204-A72F-0373BF541395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DA8F5AA-2EE1-4204-A72F-0373BF541395}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DA8F5AA-2EE1-4204-A72F-0373BF541395}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DA8F5AA-2EE1-4204-A72F-0373BF541395}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{642C46FF-FC48-496B-9C03-E48B91A8EBAB} = {AD64D826-875E-44FB-8DC4-95E2D37CC0BE}
EndGlobalSection
EndGlobal