Skip to content

Commit

Permalink
Merge pull request #25 from VeyronSakai/refactor/dir-structure
Browse files Browse the repository at this point in the history
Refactor directory structure
  • Loading branch information
VeyronSakai authored Apr 8, 2024
2 parents e68089a + eacefd5 commit 34e2ffd
Show file tree
Hide file tree
Showing 26 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VContainerAnalyzer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VContainerAnalyzer", "VContainerAnalyzer\VContainerAnalyzer.csproj", "{1FA708B1-87F8-4244-89E4-26087BB74760}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VContainerAnalyzer", "src\VContainerAnalyzer\VContainerAnalyzer.csproj", "{1FA708B1-87F8-4244-89E4-26087BB74760}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VContainerAnalyzer.Test", "VContainerAnalyzer.Test\VContainerAnalyzer.Test.csproj", "{4ECDB3FA-0F8F-4EEB-A0F1-3A19167F3B89}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VContainerAnalyzer.Test", "tests\VContainerAnalyzer.Test\VContainerAnalyzer.Test.csproj", "{4ECDB3FA-0F8F-4EEB-A0F1-3A19167F3B89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<None Include="../README.md" Pack="true" PackagePath="/"/>
<None Include="../../README.md" Pack="true" PackagePath="/"/>
</ItemGroup>

<!-- Apply this analyzer myself to this project -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\VContainerAnalyzer\VContainerAnalyzer.csproj">
<ProjectReference Include="..\..\src\VContainerAnalyzer\VContainerAnalyzer.csproj">
<PrivateAssets>all</PrivateAssets>
<!-- If enabling the target analyzer in this test project, set ReferenceOutputAssembly="false" and OutputItemType="Analyzer".
See https://www.meziantou.net/referencing-an-analyzer-from-a-project.htm -->
Expand Down

0 comments on commit 34e2ffd

Please sign in to comment.