forked from topeterk/HitCounterManager
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAutoSplitterCore.sln
More file actions
38 lines (38 loc) · 2.02 KB
/
AutoSplitterCore.sln
File metadata and controls
38 lines (38 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35728.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASLBridge", "ASLBridge\ASLBridge.csproj", "{7F05285E-E796-4578-A9D0-94299D972640}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoSplitterCore", "AutoSplitterCore.csproj", "{2BA042A6-39C1-4081-BFC3-FBBF2F4BF46E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoSplitterCore_HCMv2", "AutoSplitterCore_HCMv2.csproj", "{CCD76C4B-6CD7-45C1-BB76-B4F1F3E8F382}"
ProjectSection(ProjectDependencies) = postProject
{7F05285E-E796-4578-A9D0-94299D972640} = {7F05285E-E796-4578-A9D0-94299D972640}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F05285E-E796-4578-A9D0-94299D972640}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F05285E-E796-4578-A9D0-94299D972640}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F05285E-E796-4578-A9D0-94299D972640}.Release|Any CPU.Build.0 = Release|Any CPU
{2BA042A6-39C1-4081-BFC3-FBBF2F4BF46E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BA042A6-39C1-4081-BFC3-FBBF2F4BF46E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BA042A6-39C1-4081-BFC3-FBBF2F4BF46E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BA042A6-39C1-4081-BFC3-FBBF2F4BF46E}.Release|Any CPU.Build.0 = Release|Any CPU
{CCD76C4B-6CD7-45C1-BB76-B4F1F3E8F382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCD76C4B-6CD7-45C1-BB76-B4F1F3E8F382}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCD76C4B-6CD7-45C1-BB76-B4F1F3E8F382}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DBDCD191-A4B4-49F2-B150-B0DD8F7776BF}
EndGlobalSection
EndGlobal