Description:
Fix mismatched tag in csproj file for real.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -31,7 +31,6 | |||
|
31 | 31 | <!-- <ProjectReference Include="..\encompass-cs\encompass-cs\encompass-cs.csproj" /> --> |
|
32 | 32 | <ProjectReference Include="..\SpriteFontPlus\src\SpriteFontPlus.FNA.Core.csproj" /> |
|
33 | 33 | <ProjectReference Include="..\encompass-cs\encompass-cs\encompass-cs.csproj" /> |
|
34 | </ProjectReference> | |
|
35 | 34 | <ProjectReference Include="..\ImGui.NET\ImGui.NET.csproj"> |
|
36 | 35 | <!-- <Name>ImGui.NET</Name> --> |
|
37 | 36 | </ProjectReference> |
@@ -46,6 +45,7 | |||
|
46 | 45 | <HintPath>..\packages\Tracery.Net.1.0.0\lib\net452\Tracery.Net.dll</HintPath> |
|
47 | 46 | </Reference> |
|
48 | 47 | |
|
48 | </ItemGroup> | |
|
49 | 49 | <!-- <Import Project="..\build\CopyFNALibs.targets"/> --> |
|
50 | 50 | <ItemGroup> |
|
51 | 51 | <PackageReference Include="ImGui.NET" Version="1.78.0" /> |
You need to be logged in to leave comments.
Login now