-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathFizzler.sln
47 lines (47 loc) · 2.05 KB
/
Fizzler.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 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8FC1F69B-FAFC-484C-984B-78FA7E224BCB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.sh = build.sh
COPYING.txt = COPYING.txt
Directory.Build.props = Directory.Build.props
global.json = global.json
pack.cmd = pack.cmd
pack.sh = pack.sh
README.md = README.md
test.cmd = test.cmd
test.sh = test.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fizzler", "src\Fizzler.csproj", "{939036D6-29FD-46E4-B6CD-52618F51081B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fizzler.Tests", "tests\Fizzler.Tests.csproj", "{3C0C905E-47D4-4616-8B09-C3CECB12598F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{939036D6-29FD-46E4-B6CD-52618F51081B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{939036D6-29FD-46E4-B6CD-52618F51081B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{939036D6-29FD-46E4-B6CD-52618F51081B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{939036D6-29FD-46E4-B6CD-52618F51081B}.Release|Any CPU.Build.0 = Release|Any CPU
{3C0C905E-47D4-4616-8B09-C3CECB12598F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C0C905E-47D4-4616-8B09-C3CECB12598F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C0C905E-47D4-4616-8B09-C3CECB12598F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C0C905E-47D4-4616-8B09-C3CECB12598F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5312DB20-C237-4BCC-82CD-FE82768BC363}
EndGlobalSection
EndGlobal