This repository has been archived by the owner on May 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
D4DJ-Tools.sln
43 lines (43 loc) · 2.5 KB
/
D4DJ-Tools.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 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetTool", "AssetTool\AssetTool.csproj", "{83918300-6105-49E3-A15C-587AB1A12DB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D4DJ.Types", "D4DJ.Types\D4DJ.Types.csproj", "{494076BE-A15C-4BE2-962F-5BD635A2C3D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicRenamer", "MusicRenamer\MusicRenamer.csproj", "{9EBF88C9-1671-4B07-92AF-8166DF8643BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetDownloader", "AssetDownloader\AssetDownloader.csproj", "{628D6092-2307-49F0-BEF1-58198B9B65E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83918300-6105-49E3-A15C-587AB1A12DB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83918300-6105-49E3-A15C-587AB1A12DB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83918300-6105-49E3-A15C-587AB1A12DB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83918300-6105-49E3-A15C-587AB1A12DB5}.Release|Any CPU.Build.0 = Release|Any CPU
{494076BE-A15C-4BE2-962F-5BD635A2C3D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{494076BE-A15C-4BE2-962F-5BD635A2C3D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{494076BE-A15C-4BE2-962F-5BD635A2C3D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{494076BE-A15C-4BE2-962F-5BD635A2C3D6}.Release|Any CPU.Build.0 = Release|Any CPU
{9EBF88C9-1671-4B07-92AF-8166DF8643BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EBF88C9-1671-4B07-92AF-8166DF8643BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EBF88C9-1671-4B07-92AF-8166DF8643BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EBF88C9-1671-4B07-92AF-8166DF8643BA}.Release|Any CPU.Build.0 = Release|Any CPU
{628D6092-2307-49F0-BEF1-58198B9B65E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{628D6092-2307-49F0-BEF1-58198B9B65E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{628D6092-2307-49F0-BEF1-58198B9B65E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{628D6092-2307-49F0-BEF1-58198B9B65E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {149CE796-512D-4C6D-9BA6-3D0D138CB4D2}
EndGlobalSection
EndGlobal