-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathFatZebra Library.sln
More file actions
62 lines (62 loc) · 3.4 KB
/
Copy pathFatZebra Library.sln
File metadata and controls
62 lines (62 loc) · 3.4 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FatZebra", "FatZebra\FatZebra.csproj", "{D163D20E-C258-4CC3-9DFC-0F933B1E9F1C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{93EA9538-89A5-4814-B80C-CD78D203E332}"
ProjectSection(SolutionItems) = preProject
FatZebra Library.vsmdi = FatZebra Library.vsmdi
Local.testsettings = Local.testsettings
README.md = README.md
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FatZebra.Tests", "FatZebra.Tests\FatZebra.Tests.csproj", "{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Debug|x86.ActiveCfg = Debug|Any CPU
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Debug|x86.Build.0 = Debug|Any CPU
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Release|Any CPU.Build.0 = Release|Any CPU
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Release|x86.ActiveCfg = Release|Any CPU
{AB1B7BA4-7D41-4DB0-9AE7-075409A6BBBA}.Release|x86.Build.0 = Release|Any CPU
{D163D20E-C258-4CC3-9DFC-0F933B1E9F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D163D20E-C258-4CC3-9DFC-0F933B1E9F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D163D20E-C258-4CC3-9DFC-0F933B1E9F1C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D163D20E-C258-4CC3-9DFC-0F933B1E9F1C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{D163D20E-C258-4CC3-9DFC-0F933B1E9F1C}.Debug|x86.ActiveCfg = Debug|Any CPU
{D163D20E-C258-4CC3-9DFC-0F933B1E9F1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D163D20E-C258-4CC3-9DFC-0F933B1E9F1C}.Release|Any CPU.Build.0 = Release|Any CPU
{D163D20E-C258-4CC3-9DFC-0F933B1E9F1C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{D163D20E-C258-4CC3-9DFC-0F933B1E9F1C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{D163D20E-C258-4CC3-9DFC-0F933B1E9F1C}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = FatZebra\FatZebra.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = FatZebra Library.vsmdi
EndGlobalSection
EndGlobal