This repository was archived by the owner on Apr 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpBook.sln
More file actions
29 lines (29 loc) · 1.4 KB
/
SharpBook.sln
File metadata and controls
29 lines (29 loc) · 1.4 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpBook", "SharpBook\SharpBook.csproj", "{A53AF2B1-37D4-4900-9626-D09FFA9ED3ED}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SharpBook_Installer", "SharpBook_Installer\SharpBook_Installer.vdproj", "{3133B48B-6D3C-49DC-B585-8294D42D98CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A53AF2B1-37D4-4900-9626-D09FFA9ED3ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A53AF2B1-37D4-4900-9626-D09FFA9ED3ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A53AF2B1-37D4-4900-9626-D09FFA9ED3ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A53AF2B1-37D4-4900-9626-D09FFA9ED3ED}.Release|Any CPU.Build.0 = Release|Any CPU
{3133B48B-6D3C-49DC-B585-8294D42D98CD}.Debug|Any CPU.ActiveCfg = Debug
{3133B48B-6D3C-49DC-B585-8294D42D98CD}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAC90F6C-7E84-482A-B69C-79AD6047019D}
EndGlobalSection
EndGlobal