Skip to content

Commit

Permalink
[Core] Move stuff to Solution Items
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan04 committed Mar 26, 2024
1 parent 416a341 commit 234f657
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions KonataNT.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KonataNT.Proto.Test", "Kona
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KonataNT.Test", "KonataNT.Test\KonataNT.Test.csproj", "{0B132267-886C-41DB-92B1-069E7F8B0B0A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0FBC8C8D-9FF8-4375-926E-ABDC475F9317}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
5 changes: 0 additions & 5 deletions KonataNT/KonataNT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,5 @@
<ProjectReference Include="..\KonataNT.Proto\KonataNT.Proto.csproj" />
<ProjectReference Include="..\KonataNT.Proto.Generator\KonataNT.Proto.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
</ItemGroup>

<ItemGroup>
<None Include="..\README.md"/>
<None Include="..\LICENSE"/>
</ItemGroup>

</Project>

0 comments on commit 234f657

Please sign in to comment.