-
Notifications
You must be signed in to change notification settings - Fork 1
/
MuseDashModToolsUI.sln
43 lines (42 loc) · 2.57 KB
/
MuseDashModToolsUI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MuseDashModToolsUI", "UI\MuseDashModToolsUI.csproj", "{C1D206D1-E57C-415F-909D-84EAE4B43E36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MuseDashModToolsUI.Updater", "Updater\MuseDashModToolsUI.Updater.csproj", "{32E03077-D3BA-4309-AAE8-1FFC2F22A238}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MuseDashModToolsUI.Test", "UI.Test\MuseDashModToolsUI.Test.csproj", "{DAC8DAA0-003E-485C-8600-84F4B5B8CEA1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MuseDashModToolsUI.Styles", "Styles\MuseDashModToolsUI.Styles.csproj", "{84D1B409-1EED-4BF4-B144-2C16FD216A91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1D206D1-E57C-415F-909D-84EAE4B43E36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1D206D1-E57C-415F-909D-84EAE4B43E36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1D206D1-E57C-415F-909D-84EAE4B43E36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1D206D1-E57C-415F-909D-84EAE4B43E36}.Release|Any CPU.Build.0 = Release|Any CPU
{32E03077-D3BA-4309-AAE8-1FFC2F22A238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32E03077-D3BA-4309-AAE8-1FFC2F22A238}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32E03077-D3BA-4309-AAE8-1FFC2F22A238}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32E03077-D3BA-4309-AAE8-1FFC2F22A238}.Release|Any CPU.Build.0 = Release|Any CPU
{DAC8DAA0-003E-485C-8600-84F4B5B8CEA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAC8DAA0-003E-485C-8600-84F4B5B8CEA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAC8DAA0-003E-485C-8600-84F4B5B8CEA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAC8DAA0-003E-485C-8600-84F4B5B8CEA1}.Release|Any CPU.Build.0 = Release|Any CPU
{84D1B409-1EED-4BF4-B144-2C16FD216A91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84D1B409-1EED-4BF4-B144-2C16FD216A91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84D1B409-1EED-4BF4-B144-2C16FD216A91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84D1B409-1EED-4BF4-B144-2C16FD216A91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC5FAE10-6190-449A-A758-31157560176A}
EndGlobalSection
EndGlobal