-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTaurus.sln
49 lines (49 loc) · 2.97 KB
/
Taurus.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
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xrFPmodule", "xrFPmodule\xrFPmodule.csproj", "{8CFD605D-F6A5-47A7-B290-4A97EF414C4F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xrFPServer", "xrFPServer\xrFPServer.csproj", "{FE6DAF84-5BC3-4B8E-94BB-E539B2DD14AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xrFPConsole", "xrFPConsole\xrFPConsole.csproj", "{529BB79B-44DB-443B-B04E-1A5F6ECBEA0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xrFpIDmodule", "xrFpIDmodule\xrFpIDmodule.csproj", "{072B9B23-DB13-4BC7-BE26-B19DFC7781E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xrFpIDserver", "xrFpIDserver\xrFpIDserver.csproj", "{A1FA24EE-357C-4817-B34B-461C5AA24C06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8CFD605D-F6A5-47A7-B290-4A97EF414C4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CFD605D-F6A5-47A7-B290-4A97EF414C4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CFD605D-F6A5-47A7-B290-4A97EF414C4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CFD605D-F6A5-47A7-B290-4A97EF414C4F}.Release|Any CPU.Build.0 = Release|Any CPU
{FE6DAF84-5BC3-4B8E-94BB-E539B2DD14AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE6DAF84-5BC3-4B8E-94BB-E539B2DD14AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE6DAF84-5BC3-4B8E-94BB-E539B2DD14AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE6DAF84-5BC3-4B8E-94BB-E539B2DD14AF}.Release|Any CPU.Build.0 = Release|Any CPU
{529BB79B-44DB-443B-B04E-1A5F6ECBEA0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{529BB79B-44DB-443B-B04E-1A5F6ECBEA0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{529BB79B-44DB-443B-B04E-1A5F6ECBEA0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{529BB79B-44DB-443B-B04E-1A5F6ECBEA0F}.Release|Any CPU.Build.0 = Release|Any CPU
{072B9B23-DB13-4BC7-BE26-B19DFC7781E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{072B9B23-DB13-4BC7-BE26-B19DFC7781E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{072B9B23-DB13-4BC7-BE26-B19DFC7781E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{072B9B23-DB13-4BC7-BE26-B19DFC7781E6}.Release|Any CPU.Build.0 = Release|Any CPU
{A1FA24EE-357C-4817-B34B-461C5AA24C06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1FA24EE-357C-4817-B34B-461C5AA24C06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1FA24EE-357C-4817-B34B-461C5AA24C06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1FA24EE-357C-4817-B34B-461C5AA24C06}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {34917C6F-074A-4992-9A25-EC999DB5E986}
EndGlobalSection
EndGlobal