This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
OsuHelper.sln
39 lines (39 loc) · 1.89 KB
/
OsuHelper.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.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OsuHelper", "OsuHelper\OsuHelper.csproj", "{8AC46029-3A41-4875-88FD-6C66C4B452DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B672C5B8-00D1-4B9D-B998-2D05976CA76C}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
License.txt = License.txt
ReadMe.md = ReadMe.md
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OsuHelper.Tests", "OsuHelper.Tests\OsuHelper.Tests.csproj", "{54232843-DA2F-4EEE-979B-94A20F410312}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AC46029-3A41-4875-88FD-6C66C4B452DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AC46029-3A41-4875-88FD-6C66C4B452DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AC46029-3A41-4875-88FD-6C66C4B452DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AC46029-3A41-4875-88FD-6C66C4B452DB}.Release|Any CPU.Build.0 = Release|Any CPU
{54232843-DA2F-4EEE-979B-94A20F410312}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54232843-DA2F-4EEE-979B-94A20F410312}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54232843-DA2F-4EEE-979B-94A20F410312}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54232843-DA2F-4EEE-979B-94A20F410312}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3898A9CF-41F7-4277-8033-B529D43BC11B}
EndGlobalSection
EndGlobal