Skip to content

Commit

Permalink
Move test project up one
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-Krueger committed Nov 21, 2023
1 parent 0aef2c7 commit 656fb8a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions PersonalWebsite.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{5C1BD6EE-E
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0E1DCD8B-741E-4F88-82B6-CDFC23764950}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersonalWebsite.Tests", "tests\PersonalWebsite.Tests\PersonalWebsite.Tests.csproj", "{B332051A-A249-44BD-98B5-2EA196F0E1BE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersonalWebsite.Tests", "tests\PersonalWebsite.Tests.csproj", "{0774718A-A532-4803-A454-2A8FAA129AD2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -34,10 +34,10 @@ Global
{FF3F22B1-516B-4987-8704-3A3916D7B7D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF3F22B1-516B-4987-8704-3A3916D7B7D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF3F22B1-516B-4987-8704-3A3916D7B7D1}.Release|Any CPU.Build.0 = Release|Any CPU
{B332051A-A249-44BD-98B5-2EA196F0E1BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B332051A-A249-44BD-98B5-2EA196F0E1BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B332051A-A249-44BD-98B5-2EA196F0E1BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B332051A-A249-44BD-98B5-2EA196F0E1BE}.Release|Any CPU.Build.0 = Release|Any CPU
{0774718A-A532-4803-A454-2A8FAA129AD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0774718A-A532-4803-A454-2A8FAA129AD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0774718A-A532-4803-A454-2A8FAA129AD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0774718A-A532-4803-A454-2A8FAA129AD2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -48,6 +48,6 @@ Global
GlobalSection(NestedProjects) = preSolution
{FF3F22B1-516B-4987-8704-3A3916D7B7D1} = {14AD5ADA-948B-4058-A8E8-78E0AAECE583}
{8AA58461-338C-4993-8609-7A1DB7E30129} = {9DD78E52-82A3-44DD-A2D4-C610B9EFAC82}
{B332051A-A249-44BD-98B5-2EA196F0E1BE} = {0E1DCD8B-741E-4F88-82B6-CDFC23764950}
{0774718A-A532-4803-A454-2A8FAA129AD2} = {0E1DCD8B-741E-4F88-82B6-CDFC23764950}
EndGlobalSection
EndGlobal
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\PersonalWebsite.csproj" />
<ProjectReference Include="..\src\PersonalWebsite.csproj" />
</ItemGroup>

</Project>
File renamed without changes.

0 comments on commit 656fb8a

Please sign in to comment.