Skip to content

Commit

Permalink
Remove redundant item groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Emik03 committed Oct 30, 2024
1 parent 29c5265 commit bb6c492
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion wawa.DDL/wawa.DDL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<UseUnityCoreModule>true</UseUnityCoreModule>
</PropertyGroup>
<ItemGroup>
<Compile Remove="$(Morsels)/Compile/Source/References/*/**/*.cs"/>
<ProjectReference Include="../wawa.Optionals/wawa.Optionals.csproj"/>
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions wawa.Editors/wawa.Editors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
<PropertyGroup>
<TargetFramework>net35</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="$(Morsels)/Compile/Source/References/*/**/*.cs"/>
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions wawa.Extensions/wawa.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@
<TargetFramework>net35</TargetFramework>
<UseUnityCoreModule>true</UseUnityCoreModule>
</PropertyGroup>
<ItemGroup>
<Compile Remove="$(Morsels)/Compile/Source/References/*/**/*.cs"/>
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion wawa.IO/wawa.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../wawa.DDL/wawa.DDL.csproj"/>
<Compile Remove="$(Morsels)/Compile/Source/References/*/**/*.cs"/>
<ProjectReference Include="../wawa.Optionals/wawa.Optionals.csproj"/>
</ItemGroup>
</Project>
2 changes: 0 additions & 2 deletions wawa.Modules/wawa.Modules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<ProjectReference Include="../wawa.IO/wawa.IO.csproj"/>
<ProjectReference Include="../wawa.DDL/wawa.DDL.csproj"/>
<ProjectReference Include="../wawa.Unity/wawa.Unity.csproj"/>
<Compile Remove="$(Morsels)/Compile/Source/References/*/**/*.cs"/>
<ProjectReference Include="../wawa.Optionals/wawa.Optionals.csproj"/>
<Compile Include="$(Morsels)/Compile/Source/References/Emik/Collections/Generics/Matrix.cs" Link="Source/References/Emik/Collections/Generics/Matrix.cs"/>
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions wawa.Optionals/wawa.Optionals.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@
<IsKtane>false</IsKtane>
<TargetFrameworks>net35;netstandard2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Compile Remove="$(Morsels)/Compile/Source/References/*/**/*.cs"/>
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion wawa.Recall/wawa.Recall.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../wawa.DDL/wawa.DDL.csproj"/>
<Compile Remove="$(Morsels)/Compile/Source/References/*/**/*.cs"/>
<ProjectReference Include="../wawa.Optionals/wawa.Optionals.csproj"/>
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions wawa.Schemas/wawa.Schemas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@
<IsKtane>false</IsKtane>
<TargetFrameworks>net35;netstandard2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Compile Remove="$(Morsels)/Compile/Source/References/*/**/*.cs"/>
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion wawa.TwitchPlays/wawa.TwitchPlays.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<ProjectReference Include="../wawa.DDL/wawa.DDL.csproj"/>
<ProjectReference Include="../wawa.Unity/wawa.Unity.csproj"/>
<ProjectReference Include="../wawa.Modules/wawa.Modules.csproj"/>
<Compile Remove="$(Morsels)/Compile/Source/References/*/**/*.cs"/>
<ProjectReference Include="../wawa.Optionals/wawa.Optionals.csproj"/>
</ItemGroup>
</Project>

0 comments on commit bb6c492

Please sign in to comment.