-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommandLineToolbox.sln
More file actions
45 lines (45 loc) · 2.73 KB
/
Copy pathCommandLineToolbox.sln
File metadata and controls
45 lines (45 loc) · 2.73 KB
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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineToolbox", "CommandLineToolbox\CommandLineToolbox.csproj", "{7BEEE736-A0DB-49A8-BF9D-46644CED11EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineTools", "CommandLineTools\CommandLineTools.csproj", "{2FFB168D-C10F-4DAA-BB66-F2D82C9A7AAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineTools.Windows", "CommandLineTools.Windows\CommandLineTools.Windows.csproj", "{C295A060-021A-47F8-8047-49F91B1EF5AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChecksumApp", "ChecksumApp\ChecksumApp.csproj", "{94F27B4C-2F66-4A58-9AA9-0B8736CF9F54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BEEE736-A0DB-49A8-BF9D-46644CED11EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BEEE736-A0DB-49A8-BF9D-46644CED11EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BEEE736-A0DB-49A8-BF9D-46644CED11EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BEEE736-A0DB-49A8-BF9D-46644CED11EA}.Release|Any CPU.Build.0 = Release|Any CPU
{2FFB168D-C10F-4DAA-BB66-F2D82C9A7AAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FFB168D-C10F-4DAA-BB66-F2D82C9A7AAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FFB168D-C10F-4DAA-BB66-F2D82C9A7AAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FFB168D-C10F-4DAA-BB66-F2D82C9A7AAA}.Release|Any CPU.Build.0 = Release|Any CPU
{C295A060-021A-47F8-8047-49F91B1EF5AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C295A060-021A-47F8-8047-49F91B1EF5AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C295A060-021A-47F8-8047-49F91B1EF5AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C295A060-021A-47F8-8047-49F91B1EF5AB}.Release|Any CPU.Build.0 = Release|Any CPU
{94F27B4C-2F66-4A58-9AA9-0B8736CF9F54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94F27B4C-2F66-4A58-9AA9-0B8736CF9F54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94F27B4C-2F66-4A58-9AA9-0B8736CF9F54}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{94F27B4C-2F66-4A58-9AA9-0B8736CF9F54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94F27B4C-2F66-4A58-9AA9-0B8736CF9F54}.Release|Any CPU.Build.0 = Release|Any CPU
{94F27B4C-2F66-4A58-9AA9-0B8736CF9F54}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5AF92804-D716-4CEF-AB20-91CB642FC137}
EndGlobalSection
EndGlobal