-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCake.PathTildeHelper.sln
37 lines (37 loc) · 1.87 KB
/
Cake.PathTildeHelper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.PathTildeHelper", "Cake.PathTildeHelper\Cake.PathTildeHelper.csproj", "{0CCA7B1A-4D9D-4CCC-A65A-9FBE2968C09D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.PathTildeHelper.Tests", "Cake.PathTildeHelper.Tests\Cake.PathTildeHelper.Tests.csproj", "{86B38475-27ED-4CE7-BEA2-469E9AB096B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4E9F3375-6438-4C07-A51F-4DD6CD4D5210}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CCA7B1A-4D9D-4CCC-A65A-9FBE2968C09D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CCA7B1A-4D9D-4CCC-A65A-9FBE2968C09D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CCA7B1A-4D9D-4CCC-A65A-9FBE2968C09D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CCA7B1A-4D9D-4CCC-A65A-9FBE2968C09D}.Release|Any CPU.Build.0 = Release|Any CPU
{86B38475-27ED-4CE7-BEA2-469E9AB096B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86B38475-27ED-4CE7-BEA2-469E9AB096B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86B38475-27ED-4CE7-BEA2-469E9AB096B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86B38475-27ED-4CE7-BEA2-469E9AB096B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {290B1540-FD13-423E-9C93-3824F9BAAB73}
EndGlobalSection
EndGlobal