forked from Dalesjo/CoreOSC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCoreOSC.sln
51 lines (51 loc) · 3.06 KB
/
CoreOSC.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
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreOSC", "CoreOSC\CoreOSC.csproj", "{363C1E30-8802-422D-AC37-A61F9EB284B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreOSC.Test", "CoreOSC.Test\CoreOSC.Test.csproj", "{6B5914DC-8407-49EA-BD52-9F41EADA1A72}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Debug|x86.ActiveCfg = Debug|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Debug|x86.Build.0 = Debug|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Release|Any CPU.Build.0 = Release|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Release|x86.ActiveCfg = Release|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Release|x86.Build.0 = Release|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Debug|x86.ActiveCfg = Debug|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Debug|x86.Build.0 = Debug|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Release|Any CPU.Build.0 = Release|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Release|x86.ActiveCfg = Release|Any CPU
{6B5914DC-8407-49EA-BD52-9F41EADA1A72}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A327E6B-3767-463D-8D17-A88760C3D28B}
EndGlobalSection
EndGlobal