Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Refactor directory structure" #26

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\VContainerAnalyzer\VContainerAnalyzer.csproj">
<ProjectReference Include="..\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
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", "src\VContainerAnalyzer\VContainerAnalyzer.csproj", "{1FA708B1-87F8-4244-89E4-26087BB74760}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VContainerAnalyzer", "VContainerAnalyzer\VContainerAnalyzer.csproj", "{1FA708B1-87F8-4244-89E4-26087BB74760}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VContainerAnalyzer.Test", "tests\VContainerAnalyzer.Test\VContainerAnalyzer.Test.csproj", "{4ECDB3FA-0F8F-4EEB-A0F1-3A19167F3B89}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VContainerAnalyzer.Test", "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