-
Notifications
You must be signed in to change notification settings - Fork 0
/
LogSplit.sln
47 lines (47 loc) · 2.26 KB
/
LogSplit.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
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogSplit", "src\LogSplit\LogSplit.csproj", "{B923FC1C-89F1-4673-896B-73242EC8D37D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogSplit.Tests", "src\Tests\LogSplit.Tests\LogSplit.Tests.csproj", "{424A75AF-4B83-4821-B040-704B3B039C89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{40ED3F89-CF6D-47A2-B8D9-CF185882A40C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
LICENSE = LICENSE
LogSplit.nuspec = LogSplit.nuspec
pack.cmd = pack.cmd
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{043F8879-0B20-4316-94DD-F58AECC7A42E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B923FC1C-89F1-4673-896B-73242EC8D37D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B923FC1C-89F1-4673-896B-73242EC8D37D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B923FC1C-89F1-4673-896B-73242EC8D37D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B923FC1C-89F1-4673-896B-73242EC8D37D}.Release|Any CPU.Build.0 = Release|Any CPU
{424A75AF-4B83-4821-B040-704B3B039C89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{424A75AF-4B83-4821-B040-704B3B039C89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{424A75AF-4B83-4821-B040-704B3B039C89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{424A75AF-4B83-4821-B040-704B3B039C89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{424A75AF-4B83-4821-B040-704B3B039C89} = {043F8879-0B20-4316-94DD-F58AECC7A42E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F2109E3D-61DD-47FC-9316-B1229D0088A8}
EndGlobalSection
EndGlobal