-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathiSynaptic.Commons.sln
More file actions
61 lines (61 loc) · 3.76 KB
/
iSynaptic.Commons.sln
File metadata and controls
61 lines (61 loc) · 3.76 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
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{4E3600BD-5ADC-48AD-87A7-AEC0FA565E2C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18EC14AD-C78C-4686-BD2F-4212DC9920DA}"
ProjectSection(SolutionItems) = preProject
CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
General.ttinclude = General.ttinclude
ILMergeInternalizationExcludes.txt = ILMergeInternalizationExcludes.txt
iSynaptic.Commons.msbuild = iSynaptic.Commons.msbuild
iSynaptic.Commons.nuspec = iSynaptic.Commons.nuspec
iSynaptic.Commons.ReleaseNotes.txt = iSynaptic.Commons.ReleaseNotes.txt
LICENSE = LICENSE
README = README
Work Items.txt = Work Items.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{E397EEB0-2166-4C1E-A169-F09076EF8D5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iSynaptic.Commons", "Application\iSynaptic.Commons\iSynaptic.Commons.csproj", "{8F6C6021-0517-4033-B7DA-A07DD0112FC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iSynaptic.Commons.UnitTests", "Testing\iSynaptic.Commons.UnitTests\iSynaptic.Commons.UnitTests.csproj", "{9BC15142-0CFC-4BA3-9CAE-86F2D0CB777F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iSynaptic.Commons.Data", "Application\iSynaptic.Commons.Data\iSynaptic.Commons.Data.csproj", "{014346BA-0D7F-4C64-84C1-261657BFF90C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iSynaptic.Commons.IL", "Application\iSynaptic.Commons.IL\iSynaptic.Commons.IL.csproj", "{69425B08-B6B4-4A34-94A5-FF8A3936BCBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F6C6021-0517-4033-B7DA-A07DD0112FC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F6C6021-0517-4033-B7DA-A07DD0112FC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F6C6021-0517-4033-B7DA-A07DD0112FC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F6C6021-0517-4033-B7DA-A07DD0112FC6}.Release|Any CPU.Build.0 = Release|Any CPU
{9BC15142-0CFC-4BA3-9CAE-86F2D0CB777F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BC15142-0CFC-4BA3-9CAE-86F2D0CB777F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BC15142-0CFC-4BA3-9CAE-86F2D0CB777F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BC15142-0CFC-4BA3-9CAE-86F2D0CB777F}.Release|Any CPU.Build.0 = Release|Any CPU
{014346BA-0D7F-4C64-84C1-261657BFF90C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{014346BA-0D7F-4C64-84C1-261657BFF90C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{014346BA-0D7F-4C64-84C1-261657BFF90C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{014346BA-0D7F-4C64-84C1-261657BFF90C}.Release|Any CPU.Build.0 = Release|Any CPU
{69425B08-B6B4-4A34-94A5-FF8A3936BCBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69425B08-B6B4-4A34-94A5-FF8A3936BCBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69425B08-B6B4-4A34-94A5-FF8A3936BCBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69425B08-B6B4-4A34-94A5-FF8A3936BCBF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F6C6021-0517-4033-B7DA-A07DD0112FC6} = {4E3600BD-5ADC-48AD-87A7-AEC0FA565E2C}
{014346BA-0D7F-4C64-84C1-261657BFF90C} = {4E3600BD-5ADC-48AD-87A7-AEC0FA565E2C}
{69425B08-B6B4-4A34-94A5-FF8A3936BCBF} = {4E3600BD-5ADC-48AD-87A7-AEC0FA565E2C}
{9BC15142-0CFC-4BA3-9CAE-86F2D0CB777F} = {E397EEB0-2166-4C1E-A169-F09076EF8D5C}
EndGlobalSection
EndGlobal