-
Notifications
You must be signed in to change notification settings - Fork 3
/
V5DLLAdapter.sln
34 lines (34 loc) · 1.72 KB
/
V5DLLAdapter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "V5DLLAdapter", "V5DLLAdapter\V5DLLAdapter.csproj", "{09E34A50-5604-4988-80A9-01CCFE7F715A}"
ProjectSection(ProjectDependencies) = postProject
{F010E944-A6EE-4666-BCA7-6BC201C6752F} = {F010E944-A6EE-4666-BCA7-6BC201C6752F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "V5RPC", "V5RPC\V5RPC\V5RPC.csproj", "{F010E944-A6EE-4666-BCA7-6BC201C6752F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09E34A50-5604-4988-80A9-01CCFE7F715A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09E34A50-5604-4988-80A9-01CCFE7F715A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09E34A50-5604-4988-80A9-01CCFE7F715A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09E34A50-5604-4988-80A9-01CCFE7F715A}.Release|Any CPU.Build.0 = Release|Any CPU
{F010E944-A6EE-4666-BCA7-6BC201C6752F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F010E944-A6EE-4666-BCA7-6BC201C6752F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F010E944-A6EE-4666-BCA7-6BC201C6752F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F010E944-A6EE-4666-BCA7-6BC201C6752F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFE7140B-7EBF-4651-8E08-4ADF874A28F3}
EndGlobalSection
EndGlobal