chore: merge from main
This commit is contained in:
commit
80d831b617
1 changed files with 1 additions and 4 deletions
|
|
@ -55,11 +55,8 @@
|
||||||
<ItemGroup Condition="'$(UseRaylibCsPackage)' != 'true'">
|
<ItemGroup Condition="'$(UseRaylibCsPackage)' != 'true'">
|
||||||
<ProjectReference Include="..\Raylib-cs\Raylib-cs.csproj"/>
|
<ProjectReference Include="..\Raylib-cs\Raylib-cs.csproj"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="..\Raylib-cs\Raylib-cs.targets" Condition="'$(UseRaylibCsPackage)' != 'true'"/>
|
|
||||||
|
|
||||||
<ItemGroup Condition="'$(UseRaylibCsPackage)' == 'true'">
|
<Import Project="..\Raylib-cs\Raylib-cs.targets" Condition="'$(UseRaylibCsPackage)' != 'true'"/>
|
||||||
<PackageReference Include="Raylib-cs" Version="$(RaylibCsVersion)"/>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'browser-wasm'">
|
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'browser-wasm'">
|
||||||
<WasmExtraFilesToDeploy Include="Web/index.html" TargetPath="index.html"/>
|
<WasmExtraFilesToDeploy Include="Web/index.html" TargetPath="index.html"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue