mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 17:16:47 -04:00
44 lines
2.5 KiB
Plaintext
44 lines
2.5 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.0.31903.59
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4FC58505-F37D-4144-BB2A-7799E35E74F6}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Translator.Core", "src\Translator.Core\Translator.Core.csproj", "{3AA6B3E5-AA08-46CB-AED1-FE538953BF15}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Translator.Cli", "src\Translator.Cli\Translator.Cli.csproj", "{139F781E-A98F-4DB4-8E51-4BF044D130E9}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{670CFC5B-3E95-4565-83E8-2FEF6A562D62}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Translator.Tests", "tests\Translator.Tests\Translator.Tests.csproj", "{A5FE1FF8-59B1-48B8-BAF3-FC05E21A675E}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{3AA6B3E5-AA08-46CB-AED1-FE538953BF15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{3AA6B3E5-AA08-46CB-AED1-FE538953BF15}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{3AA6B3E5-AA08-46CB-AED1-FE538953BF15}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{3AA6B3E5-AA08-46CB-AED1-FE538953BF15}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{139F781E-A98F-4DB4-8E51-4BF044D130E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{139F781E-A98F-4DB4-8E51-4BF044D130E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{139F781E-A98F-4DB4-8E51-4BF044D130E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{139F781E-A98F-4DB4-8E51-4BF044D130E9}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{A5FE1FF8-59B1-48B8-BAF3-FC05E21A675E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{A5FE1FF8-59B1-48B8-BAF3-FC05E21A675E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{A5FE1FF8-59B1-48B8-BAF3-FC05E21A675E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{A5FE1FF8-59B1-48B8-BAF3-FC05E21A675E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(NestedProjects) = preSolution
|
|
{3AA6B3E5-AA08-46CB-AED1-FE538953BF15} = {4FC58505-F37D-4144-BB2A-7799E35E74F6}
|
|
{139F781E-A98F-4DB4-8E51-4BF044D130E9} = {4FC58505-F37D-4144-BB2A-7799E35E74F6}
|
|
{A5FE1FF8-59B1-48B8-BAF3-FC05E21A675E} = {670CFC5B-3E95-4565-83E8-2FEF6A562D62}
|
|
EndGlobalSection
|
|
EndGlobal
|