-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlugins.sln
30 lines (30 loc) · 1.54 KB
/
Plugins.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualLibrary", "plugins\virtual-library\VirtualLibrary.csproj", "{3373D8FB-14B2-4B21-B5C4-96BD7E873C83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DetectRunningGame", "plugins\detect-running-game\DetectRunningGame.csproj", "{4FDF1E89-5BC3-4C72-8FDA-0D580E7A5D5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3373D8FB-14B2-4B21-B5C4-96BD7E873C83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3373D8FB-14B2-4B21-B5C4-96BD7E873C83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3373D8FB-14B2-4B21-B5C4-96BD7E873C83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3373D8FB-14B2-4B21-B5C4-96BD7E873C83}.Release|Any CPU.Build.0 = Release|Any CPU
{4FDF1E89-5BC3-4C72-8FDA-0D580E7A5D5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FDF1E89-5BC3-4C72-8FDA-0D580E7A5D5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FDF1E89-5BC3-4C72-8FDA-0D580E7A5D5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FDF1E89-5BC3-4C72-8FDA-0D580E7A5D5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal