forked from space-wizards/SpaceWizards.NFluidsynth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NFluidsynth.sln
32 lines (32 loc) · 1.93 KB
/
NFluidsynth.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NFluidsynth.Tests", "NFluidsynth.Tests\NFluidsynth.Tests.csproj", "{E5DBFB0B-35A4-4351-A612-1AF1F7CD71F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NFluidsynth.Sample", "NFluidsynth.Sample\NFluidsynth.Sample.csproj", "{578306D3-021B-437E-94E8-9A65FDCBC139}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NFluidsynth", "NFluidsynth\NFluidsynth.csproj", "{79326AFF-EA30-479B-A48E-77CF5AB99EF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{578306D3-021B-437E-94E8-9A65FDCBC139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{578306D3-021B-437E-94E8-9A65FDCBC139}.Debug|Any CPU.Build.0 = Debug|Any CPU
{578306D3-021B-437E-94E8-9A65FDCBC139}.Release|Any CPU.ActiveCfg = Release|Any CPU
{578306D3-021B-437E-94E8-9A65FDCBC139}.Release|Any CPU.Build.0 = Release|Any CPU
{E5DBFB0B-35A4-4351-A612-1AF1F7CD71F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5DBFB0B-35A4-4351-A612-1AF1F7CD71F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5DBFB0B-35A4-4351-A612-1AF1F7CD71F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5DBFB0B-35A4-4351-A612-1AF1F7CD71F9}.Release|Any CPU.Build.0 = Release|Any CPU
{79326AFF-EA30-479B-A48E-77CF5AB99EF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79326AFF-EA30-479B-A48E-77CF5AB99EF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79326AFF-EA30-479B-A48E-77CF5AB99EF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79326AFF-EA30-479B-A48E-77CF5AB99EF4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = NFluidsynth.Sample\NFluidsynth.Sample.csproj
EndGlobalSection
EndGlobal