-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWPFDB.sln
47 lines (47 loc) · 2.54 KB
/
WPFDB.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPF", "WPF\WPF.csproj", "{8CE6A46F-9143-4A5F-834F-AA9593A53F52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{62AC1F89-D950-40B5-96A1-EBC38E439166}"
ProjectSection(SolutionItems) = preProject
Notes.txt = Notes.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonLibrary", "..\CommonLibrary\CommonLibrary.csproj", "{67AC06DD-6D0D-425A-B3FE-43772719AD89}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{03A2352D-9414-447D-B7F3-72124482AA58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfLibrary", "..\WpfLibrary\WpfLibrary.csproj", "{598D5904-9ECD-4569-B6DA-42D5E200B123}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8CE6A46F-9143-4A5F-834F-AA9593A53F52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CE6A46F-9143-4A5F-834F-AA9593A53F52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CE6A46F-9143-4A5F-834F-AA9593A53F52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CE6A46F-9143-4A5F-834F-AA9593A53F52}.Release|Any CPU.Build.0 = Release|Any CPU
{67AC06DD-6D0D-425A-B3FE-43772719AD89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67AC06DD-6D0D-425A-B3FE-43772719AD89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67AC06DD-6D0D-425A-B3FE-43772719AD89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67AC06DD-6D0D-425A-B3FE-43772719AD89}.Release|Any CPU.Build.0 = Release|Any CPU
{03A2352D-9414-447D-B7F3-72124482AA58}.Debug|Any CPU.ActiveCfg = Debug
{03A2352D-9414-447D-B7F3-72124482AA58}.Release|Any CPU.ActiveCfg = Release
{598D5904-9ECD-4569-B6DA-42D5E200B123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{598D5904-9ECD-4569-B6DA-42D5E200B123}.Debug|Any CPU.Build.0 = Debug|Any CPU
{598D5904-9ECD-4569-B6DA-42D5E200B123}.Release|Any CPU.ActiveCfg = Release|Any CPU
{598D5904-9ECD-4569-B6DA-42D5E200B123}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5CD2316-E920-45B3-806C-30DB70981589}
EndGlobalSection
EndGlobal