-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathWizLib.sln
37 lines (37 loc) · 2.03 KB
/
WizLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30021.99
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WizLib", "WizLib\WizLib.csproj", "{E1E6A88A-44F1-407F-8603-C2A74D020443}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WizLib_DataAccess", "WizLib_DataAccess\WizLib_DataAccess.csproj", "{0DA19D60-8461-439C-9626-90F98ABCF1DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WizLib_Model", "WizLib_Model\WizLib_Model.csproj", "{BC21D3EA-F96F-4BBF-8A84-DF8279848665}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1E6A88A-44F1-407F-8603-C2A74D020443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1E6A88A-44F1-407F-8603-C2A74D020443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1E6A88A-44F1-407F-8603-C2A74D020443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1E6A88A-44F1-407F-8603-C2A74D020443}.Release|Any CPU.Build.0 = Release|Any CPU
{0DA19D60-8461-439C-9626-90F98ABCF1DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DA19D60-8461-439C-9626-90F98ABCF1DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DA19D60-8461-439C-9626-90F98ABCF1DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DA19D60-8461-439C-9626-90F98ABCF1DC}.Release|Any CPU.Build.0 = Release|Any CPU
{BC21D3EA-F96F-4BBF-8A84-DF8279848665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC21D3EA-F96F-4BBF-8A84-DF8279848665}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC21D3EA-F96F-4BBF-8A84-DF8279848665}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC21D3EA-F96F-4BBF-8A84-DF8279848665}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9152791-8F62-41B2-968C-8855EF5F41CD}
EndGlobalSection
EndGlobal