Skip to content

Commit 2e5b849

Browse files
authored
update gitignore and solution (#5)
1 parent 9fd699e commit 2e5b849

File tree

2 files changed

+27
-15
lines changed

2 files changed

+27
-15
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ obj/
44
riderModule.iml
55
/_ReSharper.Caches/
66
.idea/
7-
*.DotSettings.user
7+
*.DotSettings.user
8+
.vs/
9+
.vscode/
10+
launchSettings.json

Fmod5Sharp.sln

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,43 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fmod5Sharp", "Fmod5Sharp\Fmod5Sharp.csproj", "{6D7552B5-7A84-4F8D-9714-11C43E080234}"
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.3.32611.2
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fmod5Sharp", "Fmod5Sharp\Fmod5Sharp.csproj", "{6D7552B5-7A84-4F8D-9714-11C43E080234}"
47
EndProject
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fmod5Sharp.Tests", "Fmod5Sharp.Tests\Fmod5Sharp.Tests.csproj", "{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fmod5Sharp.Tests", "Fmod5Sharp.Tests\Fmod5Sharp.Tests.csproj", "{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}"
69
EndProject
7-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeaderGenerator", "HeaderGenerator\HeaderGenerator.csproj", "{433DFB57-A200-4238-B3EE-B4C5FB378E83}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeaderGenerator", "HeaderGenerator\HeaderGenerator.csproj", "{433DFB57-A200-4238-B3EE-B4C5FB378E83}"
811
EndProject
912
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{05ED0354-9E7F-43BA-8F4C-0E05FBBB86F4}"
10-
ProjectSection(SolutionItems) = preProject
11-
README.md = README.md
12-
.gitignore = .gitignore
13-
EndProjectSection
13+
ProjectSection(SolutionItems) = preProject
14+
.gitignore = .gitignore
15+
README.md = README.md
16+
EndProjectSection
1417
EndProject
1518
Global
1619
GlobalSection(SolutionConfigurationPlatforms) = preSolution
20+
Debug|Any CPU = Debug|Any CPU
1721
Release|Any CPU = Release|Any CPU
18-
Debug|x64 = Debug|x64
1922
EndGlobalSection
2023
GlobalSection(ProjectConfigurationPlatforms) = postSolution
24+
{6D7552B5-7A84-4F8D-9714-11C43E080234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{6D7552B5-7A84-4F8D-9714-11C43E080234}.Debug|Any CPU.Build.0 = Debug|Any CPU
2126
{6D7552B5-7A84-4F8D-9714-11C43E080234}.Release|Any CPU.ActiveCfg = Release|Any CPU
2227
{6D7552B5-7A84-4F8D-9714-11C43E080234}.Release|Any CPU.Build.0 = Release|Any CPU
23-
{6D7552B5-7A84-4F8D-9714-11C43E080234}.Debug|x64.ActiveCfg = Release|Any CPU
24-
{6D7552B5-7A84-4F8D-9714-11C43E080234}.Debug|x64.Build.0 = Release|Any CPU
28+
{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}.Debug|Any CPU.Build.0 = Debug|Any CPU
2530
{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}.Release|Any CPU.ActiveCfg = Release|Any CPU
2631
{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}.Release|Any CPU.Build.0 = Release|Any CPU
27-
{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}.Debug|x64.ActiveCfg = Debug|x64
28-
{28048C08-DAC2-4DC2-82EB-C2CF5C9DC772}.Debug|x64.Build.0 = Debug|x64
32+
{433DFB57-A200-4238-B3EE-B4C5FB378E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{433DFB57-A200-4238-B3EE-B4C5FB378E83}.Debug|Any CPU.Build.0 = Debug|Any CPU
2934
{433DFB57-A200-4238-B3EE-B4C5FB378E83}.Release|Any CPU.ActiveCfg = Release|Any CPU
3035
{433DFB57-A200-4238-B3EE-B4C5FB378E83}.Release|Any CPU.Build.0 = Release|Any CPU
31-
{433DFB57-A200-4238-B3EE-B4C5FB378E83}.Debug|x64.ActiveCfg = Debug|Any CPU
32-
{433DFB57-A200-4238-B3EE-B4C5FB378E83}.Debug|x64.Build.0 = Debug|Any CPU
36+
EndGlobalSection
37+
GlobalSection(SolutionProperties) = preSolution
38+
HideSolutionNode = FALSE
39+
EndGlobalSection
40+
GlobalSection(ExtensibilityGlobals) = postSolution
41+
SolutionGuid = {7474598F-4859-4192-911A-10B23D98D924}
3342
EndGlobalSection
3443
EndGlobal

0 commit comments

Comments
 (0)