Skip to content

Commit 5202766

Browse files
committed
chore(sln): add solution file
1 parent c4b8634 commit 5202766

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

jsonapi-dotnet-core-demo.sln

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26124.0
5+
MinimumVisualStudioVersion = 15.0.26124.0
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoListAPI", "TodoListAPI\TodoListAPI.csproj", "{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Debug|x64 = Debug|x64
12+
Debug|x86 = Debug|x86
13+
Release|Any CPU = Release|Any CPU
14+
Release|x64 = Release|x64
15+
Release|x86 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Debug|Any CPU.Build.0 = Debug|Any CPU
23+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Debug|x64.ActiveCfg = Debug|x64
24+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Debug|x64.Build.0 = Debug|x64
25+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Debug|x86.ActiveCfg = Debug|x86
26+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Debug|x86.Build.0 = Debug|x86
27+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Release|Any CPU.ActiveCfg = Release|Any CPU
28+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Release|Any CPU.Build.0 = Release|Any CPU
29+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Release|x64.ActiveCfg = Release|x64
30+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Release|x64.Build.0 = Release|x64
31+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Release|x86.ActiveCfg = Release|x86
32+
{4A2DB243-E24F-4F51-B352-23C1F6BB9A75}.Release|x86.Build.0 = Release|x86
33+
EndGlobalSection
34+
EndGlobal

0 commit comments

Comments
 (0)