-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSteamAudio.NET.sln
53 lines (53 loc) · 2.99 KB
/
SteamAudio.NET.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
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteamAudio.NET", "Src\SteamAudio.NET.csproj", "{7F61E66B-82AA-4D49-9019-3D1BD0CABE81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeGenerator", "CodeGenerator\CodeGenerator.csproj", "{47153FCC-C1EA-4F18-9C65-5CFEA5F51284}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E355CF73-2792-4108-B5B6-C32AEB8C66D2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Shared.targets = Shared.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{548C64E9-52A6-4C68-B24D-A1ABF1F14CF4}"
ProjectSection(ProjectDependencies) = postProject
{39E5578D-74F7-4250-B8CC-A5FAC7416F33} = {39E5578D-74F7-4250-B8CC-A5FAC7416F33}
{7F61E66B-82AA-4D49-9019-3D1BD0CABE81} = {7F61E66B-82AA-4D49-9019-3D1BD0CABE81}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteamAudio.NET.Natives", "Natives\SteamAudio.NET.Natives.csproj", "{39E5578D-74F7-4250-B8CC-A5FAC7416F33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F61E66B-82AA-4D49-9019-3D1BD0CABE81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F61E66B-82AA-4D49-9019-3D1BD0CABE81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F61E66B-82AA-4D49-9019-3D1BD0CABE81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F61E66B-82AA-4D49-9019-3D1BD0CABE81}.Release|Any CPU.Build.0 = Release|Any CPU
{47153FCC-C1EA-4F18-9C65-5CFEA5F51284}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47153FCC-C1EA-4F18-9C65-5CFEA5F51284}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47153FCC-C1EA-4F18-9C65-5CFEA5F51284}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47153FCC-C1EA-4F18-9C65-5CFEA5F51284}.Release|Any CPU.Build.0 = Release|Any CPU
{548C64E9-52A6-4C68-B24D-A1ABF1F14CF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{548C64E9-52A6-4C68-B24D-A1ABF1F14CF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{548C64E9-52A6-4C68-B24D-A1ABF1F14CF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{548C64E9-52A6-4C68-B24D-A1ABF1F14CF4}.Release|Any CPU.Build.0 = Release|Any CPU
{39E5578D-74F7-4250-B8CC-A5FAC7416F33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39E5578D-74F7-4250-B8CC-A5FAC7416F33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39E5578D-74F7-4250-B8CC-A5FAC7416F33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39E5578D-74F7-4250-B8CC-A5FAC7416F33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5FCAF60D-DA74-404C-8060-35C2CC5654E7}
EndGlobalSection
EndGlobal