-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJDBG.sln
36 lines (36 loc) · 2.1 KB
/
JDBG.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceClientTest", "TraceClientTest\TraceClientTest.csproj", "{77008E28-B987-4B34-B735-8C07E5756737}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceService", "TraceService\TraceService.csproj", "{9A0DCB7E-EAE7-4D15-9707-E9EFAF76A070}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JService", "..\JService\JService.csproj", "{46112645-11E0-49B9-82D6-047753ED466A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SerializerTests", "SerializerTests\SerializerTests.csproj", "{807775EA-9433-4B7F-8EB2-9F30FD91B705}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46112645-11E0-49B9-82D6-047753ED466A}.Debug|x86.ActiveCfg = Debug|Any CPU
{46112645-11E0-49B9-82D6-047753ED466A}.Release|x86.ActiveCfg = Release|Any CPU
{77008E28-B987-4B34-B735-8C07E5756737}.Debug|x86.ActiveCfg = Debug|x86
{77008E28-B987-4B34-B735-8C07E5756737}.Debug|x86.Build.0 = Debug|x86
{77008E28-B987-4B34-B735-8C07E5756737}.Release|x86.ActiveCfg = Release|x86
{77008E28-B987-4B34-B735-8C07E5756737}.Release|x86.Build.0 = Release|x86
{807775EA-9433-4B7F-8EB2-9F30FD91B705}.Debug|x86.ActiveCfg = Debug|x86
{807775EA-9433-4B7F-8EB2-9F30FD91B705}.Debug|x86.Build.0 = Debug|x86
{807775EA-9433-4B7F-8EB2-9F30FD91B705}.Release|x86.ActiveCfg = Release|x86
{807775EA-9433-4B7F-8EB2-9F30FD91B705}.Release|x86.Build.0 = Release|x86
{9A0DCB7E-EAE7-4D15-9707-E9EFAF76A070}.Debug|x86.ActiveCfg = Debug|x86
{9A0DCB7E-EAE7-4D15-9707-E9EFAF76A070}.Debug|x86.Build.0 = Debug|x86
{9A0DCB7E-EAE7-4D15-9707-E9EFAF76A070}.Release|x86.ActiveCfg = Release|x86
{9A0DCB7E-EAE7-4D15-9707-E9EFAF76A070}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = TraceClientTest\TraceClientTest.csproj
EndGlobalSection
EndGlobal