Skip to content

Commit 5abd8b4

Browse files
committed
Introduce project-specific solution file
Previously, this repository was part of the `Topics-Library` (soon to be `OnTopic-Library`) repository. As it has been split off, however, the previous `sln` file was left behind since it included a long commit history that wasn't specific to `OnTopic.Web.Mvc`. This fresh version is specific to `OnTopic.Web.Mvc`, and acknowledges that while this is legacy code, it is a new solution.
1 parent 608261a commit 5abd8b4

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

OnTopic.Web.Mvc.sln

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 16
3+
VisualStudioVersion = 16.0.29215.179
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnTopic.Web.Mvc", "OnTopic.Web.Mvc\OnTopic.Web.Mvc.csproj", "{3B3CE34D-B5E5-47CA-BFEF-E6740650F378}"
6+
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0D5A35CE-F5A4-4DDF-8938-8B1116CDF58E}"
8+
ProjectSection(SolutionItems) = preProject
9+
.gitignore = .gitignore
10+
GitVersion.yml = GitVersion.yml
11+
README.md = README.md
12+
EndProjectSection
13+
EndProject
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnTopic.Web.Mvc.Tests", "OnTopic.Web.Mvc.Tests\OnTopic.Web.Mvc.Tests.csproj", "{2AC4B63B-16D3-4398-BAEB-E9EF3A7636A8}"
15+
EndProject
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnTopic.Web.Mvc.Host", "OnTopic.Web.Mvc.Host\OnTopic.Web.Mvc.Host.csproj", "{ECA95F46-BE8F-4CD3-BF67-56A747E2C2F4}"
17+
EndProject
18+
Global
19+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
20+
Debug|Any CPU = Debug|Any CPU
21+
Release|Any CPU = Release|Any CPU
22+
EndGlobalSection
23+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
24+
{3B3CE34D-B5E5-47CA-BFEF-E6740650F378}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{3B3CE34D-B5E5-47CA-BFEF-E6740650F378}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+
{3B3CE34D-B5E5-47CA-BFEF-E6740650F378}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{3B3CE34D-B5E5-47CA-BFEF-E6740650F378}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{2AC4B63B-16D3-4398-BAEB-E9EF3A7636A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{2AC4B63B-16D3-4398-BAEB-E9EF3A7636A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{2AC4B63B-16D3-4398-BAEB-E9EF3A7636A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{ECA95F46-BE8F-4CD3-BF67-56A747E2C2F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32+
{ECA95F46-BE8F-4CD3-BF67-56A747E2C2F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
33+
{ECA95F46-BE8F-4CD3-BF67-56A747E2C2F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
34+
EndGlobalSection
35+
GlobalSection(SolutionProperties) = preSolution
36+
HideSolutionNode = FALSE
37+
EndGlobalSection
38+
GlobalSection(ExtensibilityGlobals) = postSolution
39+
SolutionGuid = {9E9FBF9F-CE4C-4721-B099-58A561875E1B}
40+
EndGlobalSection
41+
EndGlobal

0 commit comments

Comments
 (0)