This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tak2flac.sln
40 lines (40 loc) · 2.17 KB
/
tak2flac.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tak2flac", "tak2flac\tak2flac.csproj", "{49D5D0FB-5641-4F95-B5FB-FC99813DC2F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tak2flac.Test", "tak2flac.Test\tak2flac.Test.csproj", "{2D15E5DE-FDE7-449F-891D-5A2BCE199490}"
ProjectSection(ProjectDependencies) = postProject
{49D5D0FB-5641-4F95-B5FB-FC99813DC2F8} = {49D5D0FB-5641-4F95-B5FB-FC99813DC2F8}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tak2flac.Core", "tak2flac\tak2flac.Core.csproj", "{25FD4C61-0908-44B8-B312-D90BD5238E6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49D5D0FB-5641-4F95-B5FB-FC99813DC2F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49D5D0FB-5641-4F95-B5FB-FC99813DC2F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49D5D0FB-5641-4F95-B5FB-FC99813DC2F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49D5D0FB-5641-4F95-B5FB-FC99813DC2F8}.Release|Any CPU.Build.0 = Release|Any CPU
{2D15E5DE-FDE7-449F-891D-5A2BCE199490}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D15E5DE-FDE7-449F-891D-5A2BCE199490}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D15E5DE-FDE7-449F-891D-5A2BCE199490}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D15E5DE-FDE7-449F-891D-5A2BCE199490}.Release|Any CPU.Build.0 = Release|Any CPU
{25FD4C61-0908-44B8-B312-D90BD5238E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25FD4C61-0908-44B8-B312-D90BD5238E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25FD4C61-0908-44B8-B312-D90BD5238E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25FD4C61-0908-44B8-B312-D90BD5238E6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45D987F1-17AA-4BF3-A00F-2E8F044E617D}
EndGlobalSection
EndGlobal