-
Notifications
You must be signed in to change notification settings - Fork 0
/
UtilsLite.sln
49 lines (49 loc) · 2.3 KB
/
UtilsLite.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
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UtilsLite", "UtilsLite\UtilsLite.csproj", "{36EFDC49-2AF0-428B-AD4D-526ACDAB0B67}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{3F378BA6-5E55-4BE0-A196-6BB104F407F0}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UtilsLite.Tests", "UtilsLite.Tests\UtilsLite.Tests.csproj", "{5810D95B-274E-4E89-A57B-9325BA15481B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Logo", "Logo", "{D36A7D07-8681-489D-92F6-CBAAAEA59B8D}"
ProjectSection(SolutionItems) = preProject
Logo\logo-title.png = Logo\logo-title.png
Logo\logo-title.svg = Logo\logo-title.svg
Logo\logo.png = Logo\logo.png
Logo\logo.svg = Logo\logo.svg
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36EFDC49-2AF0-428B-AD4D-526ACDAB0B67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36EFDC49-2AF0-428B-AD4D-526ACDAB0B67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36EFDC49-2AF0-428B-AD4D-526ACDAB0B67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36EFDC49-2AF0-428B-AD4D-526ACDAB0B67}.Release|Any CPU.Build.0 = Release|Any CPU
{5810D95B-274E-4E89-A57B-9325BA15481B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5810D95B-274E-4E89-A57B-9325BA15481B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5810D95B-274E-4E89-A57B-9325BA15481B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5810D95B-274E-4E89-A57B-9325BA15481B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D36A7D07-8681-489D-92F6-CBAAAEA59B8D} = {3F378BA6-5E55-4BE0-A196-6BB104F407F0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {697F577A-84D6-41FC-83B0-535ABE0F552D}
EndGlobalSection
EndGlobal