-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathncWPFFormsLib.sln
31 lines (31 loc) · 1.54 KB
/
ncWPFFormsLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nac.wpf.forms", "nac.wpf.forms\nac.wpf.forms.csproj", "{D6C1805B-0DE1-4614-9F0F-298BFF030616}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{C25F0BB3-F4F3-4C55-BD64-909508E28736}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6C1805B-0DE1-4614-9F0F-298BFF030616}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6C1805B-0DE1-4614-9F0F-298BFF030616}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6C1805B-0DE1-4614-9F0F-298BFF030616}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6C1805B-0DE1-4614-9F0F-298BFF030616}.Release|Any CPU.Build.0 = Release|Any CPU
{C25F0BB3-F4F3-4C55-BD64-909508E28736}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C25F0BB3-F4F3-4C55-BD64-909508E28736}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C25F0BB3-F4F3-4C55-BD64-909508E28736}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C25F0BB3-F4F3-4C55-BD64-909508E28736}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8014888B-F095-45E2-8A97-909BCCBDEC44}
EndGlobalSection
EndGlobal