-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathTababular.sln
43 lines (43 loc) · 2.07 KB
/
Tababular.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tababular", "Tababular\Tababular.csproj", "{94EDA166-33F2-4D88-B5B4-268429254205}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tababular.Tests", "Tababular.Tests\Tababular.Tests.csproj", "{512230FE-18E5-4C59-9AE8-6432B0A6143A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "stuff", "stuff", "{D6C5120D-809A-41A0-9B0C-4149C88C56E1}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{BB6EFF8C-E12C-4B6A-AB53-6BFEE4A5CC86}"
ProjectSection(SolutionItems) = preProject
scripts\build.cmd = scripts\build.cmd
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94EDA166-33F2-4D88-B5B4-268429254205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94EDA166-33F2-4D88-B5B4-268429254205}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94EDA166-33F2-4D88-B5B4-268429254205}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94EDA166-33F2-4D88-B5B4-268429254205}.Release|Any CPU.Build.0 = Release|Any CPU
{512230FE-18E5-4C59-9AE8-6432B0A6143A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{512230FE-18E5-4C59-9AE8-6432B0A6143A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{512230FE-18E5-4C59-9AE8-6432B0A6143A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{512230FE-18E5-4C59-9AE8-6432B0A6143A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC8EE34B-6F42-4342-BDE1-B52E5407D906}
EndGlobalSection
EndGlobal