-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRegdata.RPS.Engine.Client.sln
More file actions
52 lines (52 loc) · 2.75 KB
/
Copy pathRegdata.RPS.Engine.Client.sln
File metadata and controls
52 lines (52 loc) · 2.75 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Regdata.RPS.Engine.Client", "Client\Regdata.RPS.Engine.Client.csproj", "{58C4CD27-439E-41BB-B89D-3B24889EE374}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Regdata.RPS.Engine.Client.NetCore", "NetCore\Regdata.RPS.Engine.Client.NetCore.csproj", "{40E1CC41-8E11-4C3B-88FA-44F23A276E90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Regdata.RPS.Engine.Client.Examples", "Examples\Regdata.RPS.Engine.Client.Examples.csproj", "{D3BE90ED-AC3B-4A8F-9AF8-674AE16445DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58C4CD27-439E-41BB-B89D-3B24889EE374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58C4CD27-439E-41BB-B89D-3B24889EE374}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58C4CD27-439E-41BB-B89D-3B24889EE374}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58C4CD27-439E-41BB-B89D-3B24889EE374}.Release|Any CPU.Build.0 = Release|Any CPU
{40E1CC41-8E11-4C3B-88FA-44F23A276E90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40E1CC41-8E11-4C3B-88FA-44F23A276E90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40E1CC41-8E11-4C3B-88FA-44F23A276E90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40E1CC41-8E11-4C3B-88FA-44F23A276E90}.Release|Any CPU.Build.0 = Release|Any CPU
{D3BE90ED-AC3B-4A8F-9AF8-674AE16445DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3BE90ED-AC3B-4A8F-9AF8-674AE16445DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3BE90ED-AC3B-4A8F-9AF8-674AE16445DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3BE90ED-AC3B-4A8F-9AF8-674AE16445DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {400CA7C8-19E9-4872-A6F0-D108ED82B628}
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = http://wrgdt003.regdata.net/tfs/regdata
SccLocalPath0 = .
SccProjectUniqueName1 = Client\\Regdata.RPS.Engine.Client.csproj
SccProjectName1 = Client
SccLocalPath1 = Client
SccProjectUniqueName2 = NetCore\\Regdata.RPS.Engine.Client.NetCore.csproj
SccProjectName2 = NetCore
SccLocalPath2 = NetCore
SccProjectUniqueName3 = Examples\\Regdata.RPS.Engine.Client.Examples.csproj
SccProjectName3 = Examples
SccLocalPath3 = Examples
EndGlobalSection
EndGlobal