Skip to content

Commit

Permalink
Rename Exanite.Core.CS12 project to Exanite.Core.CsLatest
Browse files Browse the repository at this point in the history
  • Loading branch information
Exanite committed Nov 14, 2024
1 parent 4249220 commit 4ddd8a6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Exanite.Core.CS12</AssemblyName>
<AssemblyName>Exanite.Core.CsLatest</AssemblyName>
<RootNamespace>Exanite.Core</RootNamespace>
<OutputPath>bin\$(MSBuildProjectName)\$(Configuration)</OutputPath>

Expand All @@ -24,10 +24,6 @@
<DefaultItemExcludes>
$(DefaultItemExcludes);
**/*.meta;
Components/**/*;
Editor/**/*;
Tracking/**/*;
Tests/**/*;
</DefaultItemExcludes>
</PropertyGroup>
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Exanite.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
$(DefaultItemExcludes);
**/*.meta;
Components/**/*;
CS12/**/*;
CsLatest/**/*;
Editor/**/*;
Tracking/**/*;
Tests/**/*;
</DefaultItemExcludes>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="CS12\Exanite.Core.CS12.csproj" />
<ProjectReference Include="CsLatest\Exanite.Core.CsLatest.csproj" />
</ItemGroup>
</Project>

0 comments on commit 4ddd8a6

Please sign in to comment.