Skip to content

Commit

Permalink
treeml -> tml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gagis committed Feb 29, 2024
1 parent 42edbed commit c8d7cd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@
<Import Project="..\packages\librasterimage.0.1.11\build\native\librasterimage.targets" Condition="Exists('..\packages\librasterimage.0.1.11\build\native\librasterimage.targets')" />
<Import Project="..\packages\libsvgdom.0.4.11\build\native\libsvgdom.targets" Condition="Exists('..\packages\libsvgdom.0.4.11\build\native\libsvgdom.targets')" />
<Import Project="..\packages\libsvgren.0.6.10\build\native\libsvgren.targets" Condition="Exists('..\packages\libsvgren.0.6.10\build\native\libsvgren.targets')" />
<Import Project="..\packages\libtreeml.0.2.13\build\native\libtreeml.targets" Condition="Exists('..\packages\libtreeml.0.2.13\build\native\libtreeml.targets')" />
<Import Project="..\packages\libtml.0.2.13\build\native\libtml.targets" Condition="Exists('..\packages\libtml.0.2.13\build\native\libtml.targets')" />
<Import Project="..\packages\libruis.0.5.213\build\native\libruis.targets" Condition="Exists('..\packages\libruis.0.5.213\build\native\libruis.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand All @@ -759,7 +759,7 @@
<Error Condition="!Exists('..\packages\librasterimage.0.1.11\build\native\librasterimage.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\librasterimage.0.1.11\build\native\librasterimage.targets'))" />
<Error Condition="!Exists('..\packages\libsvgdom.0.4.11\build\native\libsvgdom.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\libsvgdom.0.4.11\build\native\libsvgdom.targets'))" />
<Error Condition="!Exists('..\packages\libsvgren.0.6.10\build\native\libsvgren.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\libsvgren.0.6.10\build\native\libsvgren.targets'))" />
<Error Condition="!Exists('..\packages\libtreeml.0.2.13\build\native\libtreeml.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\libtreeml.0.2.13\build\native\libtreeml.targets'))" />
<Error Condition="!Exists('..\packages\libtml.0.2.13\build\native\libtml.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\libtml.0.2.13\build\native\libtml.targets'))" />
<Error Condition="!Exists('..\packages\libruis.0.5.213\build\native\libruis.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\libruis.0.5.213\build\native\libruis.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion msvs_solution/libruis-render-opengl/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<package id="libruis" version="0.5.213" targetFramework="native" />
<package id="libsvgdom" version="0.4.11" targetFramework="native" />
<package id="libsvgren" version="0.6.10" targetFramework="native" />
<package id="libtreeml" version="0.2.13" targetFramework="native" />
<package id="libtml" version="0.2.13" targetFramework="native" />
<package id="libutki" version="1.1.228" targetFramework="native" />
<package id="zlib_static" version="1.2.11.12" targetFramework="native" />
</packages>

0 comments on commit c8d7cd0

Please sign in to comment.