This repository has been archived by the owner on Jan 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLU_Dec.sln
37 lines (37 loc) · 2.03 KB
/
LU_Dec.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 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LU_Dec", "LU_Dec\LU_Dec.csproj", "{CCBA8A65-C9D0-4896-AFD5-F5A98215E9BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SltnsLibrary", "SltnsLibrary\SltnsLibrary.csproj", "{BFCC5096-20A8-48B4-96B3-4A5967E89505}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UntTstsSltnsLibrary", "UntTstsSltnsLibrary\UntTstsSltnsLibrary.csproj", "{2DDD105A-B65B-438F-8C4E-ADC625A29513}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCBA8A65-C9D0-4896-AFD5-F5A98215E9BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCBA8A65-C9D0-4896-AFD5-F5A98215E9BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCBA8A65-C9D0-4896-AFD5-F5A98215E9BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCBA8A65-C9D0-4896-AFD5-F5A98215E9BA}.Release|Any CPU.Build.0 = Release|Any CPU
{BFCC5096-20A8-48B4-96B3-4A5967E89505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFCC5096-20A8-48B4-96B3-4A5967E89505}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFCC5096-20A8-48B4-96B3-4A5967E89505}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFCC5096-20A8-48B4-96B3-4A5967E89505}.Release|Any CPU.Build.0 = Release|Any CPU
{2DDD105A-B65B-438F-8C4E-ADC625A29513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DDD105A-B65B-438F-8C4E-ADC625A29513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DDD105A-B65B-438F-8C4E-ADC625A29513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DDD105A-B65B-438F-8C4E-ADC625A29513}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0BF794C-FC75-472F-8899-3DF11313BA38}
EndGlobalSection
EndGlobal