-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUtilities.Net.sln
More file actions
51 lines (51 loc) · 3.18 KB
/
Utilities.Net.sln
File metadata and controls
51 lines (51 loc) · 3.18 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utilities.Net", "Lib\Utilities.Net.csproj", "{192B0800-49F3-47EE-9E4D-382123F8C552}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utilities.Net.Test", "Lib.Test\Utilities.Net.Test.csproj", "{BF0B0D40-19DE-47C5-B44E-0C5528B5A1E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "I18N.Net", "..\I18N.Net\Lib\I18N.Net.csproj", "{45217B7C-E089-489A-85B3-5895DDD48E6B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug I18N|Any CPU = Debug I18N|Any CPU
Debug|Any CPU = Debug|Any CPU
Release I18N|Any CPU = Release I18N|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{192B0800-49F3-47EE-9E4D-382123F8C552}.Debug I18N|Any CPU.ActiveCfg = Debug I18N|Any CPU
{192B0800-49F3-47EE-9E4D-382123F8C552}.Debug I18N|Any CPU.Build.0 = Debug I18N|Any CPU
{192B0800-49F3-47EE-9E4D-382123F8C552}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{192B0800-49F3-47EE-9E4D-382123F8C552}.Debug|Any CPU.Build.0 = Debug|Any CPU
{192B0800-49F3-47EE-9E4D-382123F8C552}.Release I18N|Any CPU.ActiveCfg = Release I18N|Any CPU
{192B0800-49F3-47EE-9E4D-382123F8C552}.Release I18N|Any CPU.Build.0 = Release I18N|Any CPU
{192B0800-49F3-47EE-9E4D-382123F8C552}.Release|Any CPU.ActiveCfg = Release|Any CPU
{192B0800-49F3-47EE-9E4D-382123F8C552}.Release|Any CPU.Build.0 = Release|Any CPU
{BF0B0D40-19DE-47C5-B44E-0C5528B5A1E7}.Debug I18N|Any CPU.ActiveCfg = Debug I18N|Any CPU
{BF0B0D40-19DE-47C5-B44E-0C5528B5A1E7}.Debug I18N|Any CPU.Build.0 = Debug I18N|Any CPU
{BF0B0D40-19DE-47C5-B44E-0C5528B5A1E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF0B0D40-19DE-47C5-B44E-0C5528B5A1E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF0B0D40-19DE-47C5-B44E-0C5528B5A1E7}.Release I18N|Any CPU.ActiveCfg = Release I18N|Any CPU
{BF0B0D40-19DE-47C5-B44E-0C5528B5A1E7}.Release I18N|Any CPU.Build.0 = Release I18N|Any CPU
{BF0B0D40-19DE-47C5-B44E-0C5528B5A1E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF0B0D40-19DE-47C5-B44E-0C5528B5A1E7}.Release|Any CPU.Build.0 = Release|Any CPU
{45217B7C-E089-489A-85B3-5895DDD48E6B}.Debug I18N|Any CPU.ActiveCfg = Debug|Any CPU
{45217B7C-E089-489A-85B3-5895DDD48E6B}.Debug I18N|Any CPU.Build.0 = Debug|Any CPU
{45217B7C-E089-489A-85B3-5895DDD48E6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45217B7C-E089-489A-85B3-5895DDD48E6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45217B7C-E089-489A-85B3-5895DDD48E6B}.Release I18N|Any CPU.ActiveCfg = Release|Any CPU
{45217B7C-E089-489A-85B3-5895DDD48E6B}.Release I18N|Any CPU.Build.0 = Release|Any CPU
{45217B7C-E089-489A-85B3-5895DDD48E6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45217B7C-E089-489A-85B3-5895DDD48E6B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F3B8C81-FF2B-4DB4-8E86-825EEA67F64E}
EndGlobalSection
EndGlobal