forked from PaciStardust/CoreOSC-UTF8
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CoreOSC.sln
37 lines (37 loc) · 2.05 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreOSC.Tests", "CoreOSC.Tests\CoreOSC.Tests.csproj", "{724AA6A3-D26F-4DCF-83D8-64C36302ABDD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreOSC", "CoreOSC\CoreOSC.csproj", "{363C1E30-8802-422D-AC37-A61F9EB284B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreOSC.RecieverExample", "CoreOSC.RecieverExample\CoreOSC.RecieverExample.csproj", "{3849F6FA-9887-4651-B7D5-7E8A2C5BBD86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{724AA6A3-D26F-4DCF-83D8-64C36302ABDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{724AA6A3-D26F-4DCF-83D8-64C36302ABDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{724AA6A3-D26F-4DCF-83D8-64C36302ABDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{724AA6A3-D26F-4DCF-83D8-64C36302ABDD}.Release|Any CPU.Build.0 = Release|Any CPU
{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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{363C1E30-8802-422D-AC37-A61F9EB284B8}.Release|Any CPU.Build.0 = Release|Any CPU
{3849F6FA-9887-4651-B7D5-7E8A2C5BBD86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3849F6FA-9887-4651-B7D5-7E8A2C5BBD86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3849F6FA-9887-4651-B7D5-7E8A2C5BBD86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3849F6FA-9887-4651-B7D5-7E8A2C5BBD86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A327E6B-3767-463D-8D17-A88760C3D28B}
EndGlobalSection
EndGlobal