-
Notifications
You must be signed in to change notification settings - Fork 10
/
Fmod5Sharp.sln
50 lines (50 loc) · 2.83 KB
/
Fmod5Sharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32611.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fmod5Sharp", "Fmod5Sharp\Fmod5Sharp.csproj", "{6D7552B5-7A84-4F8D-9714-11C43E080234}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fmod5Sharp.Tests", "Fmod5Sharp.Tests\Fmod5Sharp.Tests.csproj", "{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeaderGenerator", "HeaderGenerator\HeaderGenerator.csproj", "{433DFB57-A200-4238-B3EE-B4C5FB378E83}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{05ED0354-9E7F-43BA-8F4C-0E05FBBB86F4}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
.github\workflows\default.yml = .github\workflows\default.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankExtractor", "BankExtractor\BankExtractor.csproj", "{38AD6124-9F67-48BC-9EB2-0B0C10A87DD7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D7552B5-7A84-4F8D-9714-11C43E080234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D7552B5-7A84-4F8D-9714-11C43E080234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D7552B5-7A84-4F8D-9714-11C43E080234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D7552B5-7A84-4F8D-9714-11C43E080234}.Release|Any CPU.Build.0 = Release|Any CPU
{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}.Release|Any CPU.Build.0 = Release|Any CPU
{433DFB57-A200-4238-B3EE-B4C5FB378E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{433DFB57-A200-4238-B3EE-B4C5FB378E83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{433DFB57-A200-4238-B3EE-B4C5FB378E83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{433DFB57-A200-4238-B3EE-B4C5FB378E83}.Release|Any CPU.Build.0 = Release|Any CPU
{38AD6124-9F67-48BC-9EB2-0B0C10A87DD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38AD6124-9F67-48BC-9EB2-0B0C10A87DD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38AD6124-9F67-48BC-9EB2-0B0C10A87DD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38AD6124-9F67-48BC-9EB2-0B0C10A87DD7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7474598F-4859-4192-911A-10B23D98D924}
EndGlobalSection
EndGlobal