27 lines
1.5 KiB
Plaintext
27 lines
1.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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolutionCleanupTool", "SolutionCleanupTool\SolutionCleanupTool.csproj", "{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}"
|
||
|
|
EndProject
|
||
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolutionCleanupTool.Tests", "SolutionCleanupTool.Tests\SolutionCleanupTool.Tests.csproj", "{B2C3D4E5-F6G7-8901-BCDE-F23456789012}"
|
||
|
|
EndProject
|
||
|
|
Global
|
||
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||
|
|
Debug|Any CPU = Debug|Any CPU
|
||
|
|
Release|Any CPU = Release|Any CPU
|
||
|
|
EndGlobalSection
|
||
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||
|
|
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||
|
|
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||
|
|
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||
|
|
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.Build.0 = Release|Any CPU
|
||
|
|
{B2C3D4E5-F6G7-8901-BCDE-F23456789012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||
|
|
{B2C3D4E5-F6G7-8901-BCDE-F23456789012}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||
|
|
{B2C3D4E5-F6G7-8901-BCDE-F23456789012}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||
|
|
{B2C3D4E5-F6G7-8901-BCDE-F23456789012}.Release|Any CPU.Build.0 = Release|Any CPU
|
||
|
|
EndGlobalSection
|
||
|
|
GlobalSection(SolutionProperties) = preSolution
|
||
|
|
HideSolutionNode = FALSE
|
||
|
|
EndGlobalSection
|
||
|
|
EndGlobal
|