-
Notifications
You must be signed in to change notification settings - Fork 5
/
TheFreezeTeamBlog.sln
61 lines (61 loc) · 3.38 KB
/
TheFreezeTeamBlog.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
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{349E3EEA-1190-411D-A344-B6A4773E3283}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
LICENSE = LICENSE
Readme.md = Readme.md
Run.ps1 = Run.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.Statiq", "Source\TimeWarp.Statiq\TimeWarp.Statiq.csproj", "{75E8D2C5-6920-407B-9C5E-C9B6F5B9C52D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1AD9B731-594E-425D-885A-8842D32C7A83}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.Statiq.Tests", "Source\TimeWarp.Statiq.Tests\TimeWarp.Statiq.Tests.csproj", "{05B09504-ABF3-4763-B9C1-C9D511A74000}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheFreezeTeam.com", "Source\TheFreezeTeam.com\TheFreezeTeam.com.csproj", "{E71BF436-357E-4DA2-A9CD-945A0A524AC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheFreezeTeam.Com.Tailwind", "Source\TheFreezeTeam.Com.Tailwind\TheFreezeTeam.Com.Tailwind.csproj", "{E112A4C1-A719-447A-A938-C97BF8541BBA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75E8D2C5-6920-407B-9C5E-C9B6F5B9C52D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75E8D2C5-6920-407B-9C5E-C9B6F5B9C52D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75E8D2C5-6920-407B-9C5E-C9B6F5B9C52D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75E8D2C5-6920-407B-9C5E-C9B6F5B9C52D}.Release|Any CPU.Build.0 = Release|Any CPU
{05B09504-ABF3-4763-B9C1-C9D511A74000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05B09504-ABF3-4763-B9C1-C9D511A74000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05B09504-ABF3-4763-B9C1-C9D511A74000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05B09504-ABF3-4763-B9C1-C9D511A74000}.Release|Any CPU.Build.0 = Release|Any CPU
{E71BF436-357E-4DA2-A9CD-945A0A524AC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E71BF436-357E-4DA2-A9CD-945A0A524AC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E71BF436-357E-4DA2-A9CD-945A0A524AC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E71BF436-357E-4DA2-A9CD-945A0A524AC2}.Release|Any CPU.Build.0 = Release|Any CPU
{E112A4C1-A719-447A-A938-C97BF8541BBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E112A4C1-A719-447A-A938-C97BF8541BBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E112A4C1-A719-447A-A938-C97BF8541BBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E112A4C1-A719-447A-A938-C97BF8541BBA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{05B09504-ABF3-4763-B9C1-C9D511A74000} = {1AD9B731-594E-425D-885A-8842D32C7A83}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B5AA21F-40EE-4ADB-836A-35B11B8A4D89}
EndGlobalSection
EndGlobal