forked from alphaleonis/AlphaFS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AlphaFS.sln
42 lines (42 loc) · 1.98 KB
/
AlphaFS.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
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{478C6563-C321-4AB5-9D4D-ABFC9C88EBF0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlphaFS", "src\AlphaFS\AlphaFS.csproj", "{0E7FE1D8-9D72-4775-80EC-7828BDFB2BEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlphaFS.UnitTest", "tests\AlphaFS.UnitTest\AlphaFS.UnitTest.csproj", "{718992F4-788E-4560-BBB4-6BAED28BD3FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E7FE1D8-9D72-4775-80EC-7828BDFB2BEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E7FE1D8-9D72-4775-80EC-7828BDFB2BEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E7FE1D8-9D72-4775-80EC-7828BDFB2BEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E7FE1D8-9D72-4775-80EC-7828BDFB2BEB}.Release|Any CPU.Build.0 = Release|Any CPU
{718992F4-788E-4560-BBB4-6BAED28BD3FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{718992F4-788E-4560-BBB4-6BAED28BD3FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{718992F4-788E-4560-BBB4-6BAED28BD3FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{718992F4-788E-4560-BBB4-6BAED28BD3FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C47DAE2E-05E8-4554-B693-E0AF5BEF37CA}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = AlphaFS.vsmdi
EndGlobalSection
EndGlobal