Skip to content

Commit 7c7df24

Browse files
committed
Move projects to src and test folders as is common now.
1 parent fe47846 commit 7c7df24

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,7 @@ $RECYCLE.BIN/
166166
.DS_Store
167167

168168
# NuGet package store
169-
packages/
169+
packages/
170+
171+
# Jetbrains Rider things.
172+
.idea/**

JsonLD.sln

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "json-ld.net", "src\json-ld.
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "json-ld.net.tests", "test\json-ld.net.tests\json-ld.net.tests.csproj", "{05CBE0E2-FBD2-40D1-BD9A-D30BD7ACF219}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8D83EC18-10BB-4C6E-A34A-AC183AD6D814}"
11+
EndProject
12+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8010CF28-BCB3-4DC2-901F-3118B2AAD142}"
13+
EndProject
14+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{4B8ED350-355A-4D30-9F63-B13FBFDBD9E8}"
15+
ProjectSection(SolutionItems) = preProject
16+
.gitignore = .gitignore
17+
EndProjectSection
18+
EndProject
1019
Global
1120
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1221
Debug|Any CPU = Debug|Any CPU
@@ -28,4 +37,8 @@ Global
2837
GlobalSection(ExtensibilityGlobals) = postSolution
2938
SolutionGuid = {F10834B6-ACA3-4C86-892B-368D0B68ED83}
3039
EndGlobalSection
40+
GlobalSection(NestedProjects) = preSolution
41+
{E1AB2A29-D1E4-45A1-9076-8255916F5693} = {8D83EC18-10BB-4C6E-A34A-AC183AD6D814}
42+
{05CBE0E2-FBD2-40D1-BD9A-D30BD7ACF219} = {8010CF28-BCB3-4DC2-901F-3118B2AAD142}
43+
EndGlobalSection
3144
EndGlobal

0 commit comments

Comments
 (0)