forked from resourcelib/resourcelib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResourceLib.sln
66 lines (66 loc) · 3.09 KB
/
ResourceLib.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
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
appveyor.yml = appveyor.yml
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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ResourceLib", "Source\ResourceLib\ResourceLib.csproj", "{AC9AF16F-7BF8-4400-95DE-6BC6CA53181E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ResourceLibUnitTests", "Source\ResourceLibUnitTests\ResourceLibUnitTests.csproj", "{523467E0-EE78-463F-ADC7-00CB0A9AB2A2}"
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{642C46FF-FC48-496B-9C03-E48B91A8EBAB} = {AD64D826-875E-44FB-8DC4-95E2D37CC0BE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8ACA02D0-5A84-4988-99F0-3584E660681F}
EndGlobalSection
EndGlobal