-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sandra.Templating.sln
30 lines (30 loc) · 1.62 KB
/
Sandra.Templating.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandra.Templating", "src\Sandra.Templating\Sandra.Templating.csproj", "{5C961C79-A8EC-4B98-82F0-9CC6FB4C1DD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandra.Templating.Tests", "tests\Sandra.Templating.Tests\Sandra.Templating.Tests.csproj", "{EAA4A794-37E2-45C5-AA2F-83339839C050}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Things", "Things", "{06AB0BF1-522E-48D3-80AB-EC9E0E5E97CA}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
.gitignore = .gitignore
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C961C79-A8EC-4B98-82F0-9CC6FB4C1DD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C961C79-A8EC-4B98-82F0-9CC6FB4C1DD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C961C79-A8EC-4B98-82F0-9CC6FB4C1DD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C961C79-A8EC-4B98-82F0-9CC6FB4C1DD4}.Release|Any CPU.Build.0 = Release|Any CPU
{EAA4A794-37E2-45C5-AA2F-83339839C050}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAA4A794-37E2-45C5-AA2F-83339839C050}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAA4A794-37E2-45C5-AA2F-83339839C050}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAA4A794-37E2-45C5-AA2F-83339839C050}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal