-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSidWiz.sln
48 lines (48 loc) · 2.79 KB
/
SidWiz.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35004.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SidWizPlusGUI", "SidWiz\SidWizPlusGUI.csproj", "{190749A3-C233-4825-9678-66CA9CEF295E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibSidWiz", "LibSidWiz\LibSidWiz.csproj", "{75DD5F75-A354-4348-8A2F-7EE0F6AD6D18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SidWizPlus", "SidWizPlus\SidWizPlus.csproj", "{6E0D8279-E2FA-4FF5-921F-A408915A93A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibVgm", "LibVgm\LibVgm.csproj", "{50DBEB28-7D52-4658-A276-724E7415B7E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E67AB1BB-89A3-43C3-BB08-C3E10462D84D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{190749A3-C233-4825-9678-66CA9CEF295E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{190749A3-C233-4825-9678-66CA9CEF295E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{190749A3-C233-4825-9678-66CA9CEF295E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{190749A3-C233-4825-9678-66CA9CEF295E}.Release|Any CPU.Build.0 = Release|Any CPU
{75DD5F75-A354-4348-8A2F-7EE0F6AD6D18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75DD5F75-A354-4348-8A2F-7EE0F6AD6D18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75DD5F75-A354-4348-8A2F-7EE0F6AD6D18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75DD5F75-A354-4348-8A2F-7EE0F6AD6D18}.Release|Any CPU.Build.0 = Release|Any CPU
{6E0D8279-E2FA-4FF5-921F-A408915A93A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E0D8279-E2FA-4FF5-921F-A408915A93A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E0D8279-E2FA-4FF5-921F-A408915A93A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E0D8279-E2FA-4FF5-921F-A408915A93A0}.Release|Any CPU.Build.0 = Release|Any CPU
{50DBEB28-7D52-4658-A276-724E7415B7E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50DBEB28-7D52-4658-A276-724E7415B7E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50DBEB28-7D52-4658-A276-724E7415B7E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50DBEB28-7D52-4658-A276-724E7415B7E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3609C250-9081-41B1-B36F-4DE0AA0E2F38}
EndGlobalSection
EndGlobal