-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRunAnywhere.sln
43 lines (43 loc) · 2.17 KB
/
RunAnywhere.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RunAnywhere", "RunAnywhere.vcxproj", "{490377DC-D9DF-48B9-8197-A702C1E9B17A}"
ProjectSection(ProjectDependencies) = postProject
{211B556F-7BB3-4733-9A50-BE64CDA22D90} = {211B556F-7BB3-4733-9A50-BE64CDA22D90}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lib", "Lib.vcxproj", "{211B556F-7BB3-4733-9A50-BE64CDA22D90}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest", "unittest\UnitTest.vcxproj", "{2780731B-471A-4EEB-86A0-A0483BB20548}"
ProjectSection(ProjectDependencies) = postProject
{490377DC-D9DF-48B9-8197-A702C1E9B17A} = {490377DC-D9DF-48B9-8197-A702C1E9B17A}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{490377DC-D9DF-48B9-8197-A702C1E9B17A}.Debug|x64.ActiveCfg = Debug|x64
{490377DC-D9DF-48B9-8197-A702C1E9B17A}.Debug|x64.Build.0 = Debug|x64
{490377DC-D9DF-48B9-8197-A702C1E9B17A}.Release|x64.ActiveCfg = Release|x64
{490377DC-D9DF-48B9-8197-A702C1E9B17A}.Release|x64.Build.0 = Release|x64
{211B556F-7BB3-4733-9A50-BE64CDA22D90}.Debug|x64.ActiveCfg = Debug|x64
{211B556F-7BB3-4733-9A50-BE64CDA22D90}.Debug|x64.Build.0 = Debug|x64
{211B556F-7BB3-4733-9A50-BE64CDA22D90}.Release|x64.ActiveCfg = Release|x64
{211B556F-7BB3-4733-9A50-BE64CDA22D90}.Release|x64.Build.0 = Release|x64
{2780731B-471A-4EEB-86A0-A0483BB20548}.Debug|x64.ActiveCfg = Debug|x64
{2780731B-471A-4EEB-86A0-A0483BB20548}.Debug|x64.Build.0 = Debug|x64
{2780731B-471A-4EEB-86A0-A0483BB20548}.Release|x64.ActiveCfg = Release|x64
{2780731B-471A-4EEB-86A0-A0483BB20548}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1FC2AF3E-4585-4CC3-8E43-86AC3F384D67}
EndGlobalSection
EndGlobal