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 | <!-- <ProjectReference Include="..\encompass-cs\encompass-cs\encompass-cs.csproj" /> --> |
|
31 | <!-- <ProjectReference Include="..\encompass-cs\encompass-cs\encompass-cs.csproj" /> --> |
|
32 | <ProjectReference Include="..\SpriteFontPlus\src\SpriteFontPlus.FNA.Core.csproj" /> |
|
32 | <ProjectReference Include="..\SpriteFontPlus\src\SpriteFontPlus.FNA.Core.csproj" /> |
|
33 | <ProjectReference Include="..\encompass-cs\encompass-cs\encompass-cs.csproj" /> |
|
33 | <ProjectReference Include="..\encompass-cs\encompass-cs\encompass-cs.csproj" /> |
|
34 | </ProjectReference> |
|
||
|
35 | <ProjectReference Include="..\ImGui.NET\ImGui.NET.csproj"> |
|
34 | <ProjectReference Include="..\ImGui.NET\ImGui.NET.csproj"> |
|
36 | <!-- <Name>ImGui.NET</Name> --> |
|
35 | <!-- <Name>ImGui.NET</Name> --> |
|
37 | </ProjectReference> |
|
36 | </ProjectReference> |
@@ -46,6 +45,7 | |||||
|
46 | <HintPath>..\packages\Tracery.Net.1.0.0\lib\net452\Tracery.Net.dll</HintPath> |
|
45 | <HintPath>..\packages\Tracery.Net.1.0.0\lib\net452\Tracery.Net.dll</HintPath> |
|
47 | </Reference> |
|
46 | </Reference> |
|
48 |
|
47 | ||
|
|
48 | </ItemGroup> | ||
|
49 | <!-- <Import Project="..\build\CopyFNALibs.targets"/> --> |
|
49 | <!-- <Import Project="..\build\CopyFNALibs.targets"/> --> |
|
50 | <ItemGroup> |
|
50 | <ItemGroup> |
|
51 | <PackageReference Include="ImGui.NET" Version="1.78.0" /> |
|
51 | <PackageReference Include="ImGui.NET" Version="1.78.0" /> |
You need to be logged in to leave comments.
Login now