-
Notifications
You must be signed in to change notification settings - Fork 1
/
DirectoryComparer.sln
22 lines (22 loc) · 1.34 KB
/
DirectoryComparer.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirectoryComparer.Console", "DirectoryComparer.Console\DirectoryComparer.Console.csproj", "{BC87F513-EDAB-47E6-93EB-14D7CEB7D36A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirectoryComparer.Console.Tests", "DirectoryComparer.Console.Tests\DirectoryComparer.Console.Tests.csproj", "{105C1824-067F-4D2D-93BA-BFE58267F634}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC87F513-EDAB-47E6-93EB-14D7CEB7D36A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC87F513-EDAB-47E6-93EB-14D7CEB7D36A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC87F513-EDAB-47E6-93EB-14D7CEB7D36A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC87F513-EDAB-47E6-93EB-14D7CEB7D36A}.Release|Any CPU.Build.0 = Release|Any CPU
{105C1824-067F-4D2D-93BA-BFE58267F634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{105C1824-067F-4D2D-93BA-BFE58267F634}.Debug|Any CPU.Build.0 = Debug|Any CPU
{105C1824-067F-4D2D-93BA-BFE58267F634}.Release|Any CPU.ActiveCfg = Release|Any CPU
{105C1824-067F-4D2D-93BA-BFE58267F634}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal