-
Notifications
You must be signed in to change notification settings - Fork 3
/
arcdps_mock.sln
39 lines (39 loc) · 2.03 KB
/
arcdps_mock.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "arcdps_mock", "arcdps_mock\arcdps_mock.vcxproj", "{20B650FF-5B57-461B-B862-CCCCA4F665EB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "arcdps_collector", "arcdps_collector\arcdps_collector.vcxproj", "{4812D564-9EE0-4F55-AECB-DDB9FF4933B7}"
ProjectSection(ProjectDependencies) = postProject
{20B650FF-5B57-461B-B862-CCCCA4F665EB} = {20B650FF-5B57-461B-B862-CCCCA4F665EB}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Mock Debug|x64 = Mock Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20B650FF-5B57-461B-B862-CCCCA4F665EB}.Debug|x64.ActiveCfg = Debug|x64
{20B650FF-5B57-461B-B862-CCCCA4F665EB}.Debug|x64.Build.0 = Debug|x64
{20B650FF-5B57-461B-B862-CCCCA4F665EB}.Mock Debug|x64.ActiveCfg = Debug|x64
{20B650FF-5B57-461B-B862-CCCCA4F665EB}.Mock Debug|x64.Build.0 = Debug|x64
{20B650FF-5B57-461B-B862-CCCCA4F665EB}.Release|x64.ActiveCfg = Release|x64
{20B650FF-5B57-461B-B862-CCCCA4F665EB}.Release|x64.Build.0 = Release|x64
{4812D564-9EE0-4F55-AECB-DDB9FF4933B7}.Debug|x64.ActiveCfg = Debug|x64
{4812D564-9EE0-4F55-AECB-DDB9FF4933B7}.Debug|x64.Build.0 = Debug|x64
{4812D564-9EE0-4F55-AECB-DDB9FF4933B7}.Mock Debug|x64.ActiveCfg = Mock Debug|x64
{4812D564-9EE0-4F55-AECB-DDB9FF4933B7}.Mock Debug|x64.Build.0 = Mock Debug|x64
{4812D564-9EE0-4F55-AECB-DDB9FF4933B7}.Release|x64.ActiveCfg = Release|x64
{4812D564-9EE0-4F55-AECB-DDB9FF4933B7}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3183740-4952-4B39-8655-76D529A7EBAE}
EndGlobalSection
EndGlobal