-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLMClient.sln
37 lines (37 loc) · 2.03 KB
/
LMClient.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.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LMClient", "LMClient\LMClient.csproj", "{F303C663-BDF1-4263-842D-4945D7067EFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeroyMerlinClient", "LeroyMerlinClient\LeroyMerlinClient.csproj", "{7A1FD040-3FDD-4F1E-8324-0D222967B016}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Messages", "Messages\Messages\Messages.csproj", "{C274773F-0077-49B9-BD18-638FDA5756BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F303C663-BDF1-4263-842D-4945D7067EFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F303C663-BDF1-4263-842D-4945D7067EFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F303C663-BDF1-4263-842D-4945D7067EFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F303C663-BDF1-4263-842D-4945D7067EFF}.Release|Any CPU.Build.0 = Release|Any CPU
{7A1FD040-3FDD-4F1E-8324-0D222967B016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A1FD040-3FDD-4F1E-8324-0D222967B016}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A1FD040-3FDD-4F1E-8324-0D222967B016}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A1FD040-3FDD-4F1E-8324-0D222967B016}.Release|Any CPU.Build.0 = Release|Any CPU
{C274773F-0077-49B9-BD18-638FDA5756BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C274773F-0077-49B9-BD18-638FDA5756BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C274773F-0077-49B9-BD18-638FDA5756BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C274773F-0077-49B9-BD18-638FDA5756BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C016D5AD-A939-4DFD-A395-03919B051780}
EndGlobalSection
EndGlobal