Skip to content

Commit f05bac7

Browse files
committed
Moved out
1 parent 6777b6a commit f05bac7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

all.sln renamed to src/Coaster.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CAD03D36-92E4-4E37-AC46-59FFC2F25660}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coaster.Tests", "src\Coaster.Tests\Coaster.Tests.csproj", "{CF25651D-4559-41CE-AF4C-AA6B3560CBC2}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coaster.Tests", "Coaster.Tests\Coaster.Tests.csproj", "{CF25651D-4559-41CE-AF4C-AA6B3560CBC2}"
99
EndProject
1010
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Funny", "Funny\Funny.csproj", "{74D57353-4A11-4F61-B3E0-A463121C2500}"
1111
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coaster", "src\Coaster\Coaster.csproj", "{F1F8DF9A-8604-4FF9-A6BA-928CC85AD3AF}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coaster", "Coaster\Coaster.csproj", "{F1F8DF9A-8604-4FF9-A6BA-928CC85AD3AF}"
1313
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Funny/Funny.csproj renamed to src/Funny/Funny.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<ProjectReference Include="..\src\Coaster\Coaster.csproj" />
9+
<ProjectReference Include="..\Coaster\Coaster.csproj" />
1010
</ItemGroup>
1111

1212
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)