-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEspaCommunicator.sln
38 lines (38 loc) · 2.24 KB
/
EspaCommunicator.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
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EspaCommunicator", "EspaCommunicator\EspaCommunicator.csproj", "{FA6E2185-E6A8-45AB-B452-44643424FE5C}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "EspaCommunicatorInstaller", "EspaCommunicatorInstaller\EspaCommunicatorInstaller.vdproj", "{357C1840-10A4-44F3-805C-C74A538C87B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EspaLib", "EspaLib\EspaLib.csproj", "{760E6F66-8FE5-443F-B31D-0C4163E654FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LicensingLib", "Licensing\LicensingLib.csproj", "{A93F320B-1CC4-4493-AA2E-9ECE00C9D2D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA6E2185-E6A8-45AB-B452-44643424FE5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA6E2185-E6A8-45AB-B452-44643424FE5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA6E2185-E6A8-45AB-B452-44643424FE5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA6E2185-E6A8-45AB-B452-44643424FE5C}.Release|Any CPU.Build.0 = Release|Any CPU
{357C1840-10A4-44F3-805C-C74A538C87B3}.Debug|Any CPU.ActiveCfg = Debug
{357C1840-10A4-44F3-805C-C74A538C87B3}.Release|Any CPU.ActiveCfg = Release
{760E6F66-8FE5-443F-B31D-0C4163E654FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{760E6F66-8FE5-443F-B31D-0C4163E654FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{760E6F66-8FE5-443F-B31D-0C4163E654FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{760E6F66-8FE5-443F-B31D-0C4163E654FC}.Release|Any CPU.Build.0 = Release|Any CPU
{A93F320B-1CC4-4493-AA2E-9ECE00C9D2D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A93F320B-1CC4-4493-AA2E-9ECE00C9D2D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A93F320B-1CC4-4493-AA2E-9ECE00C9D2D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A93F320B-1CC4-4493-AA2E-9ECE00C9D2D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal