feat: samples default to local project reference, and can optionally use the nuget package; feat: ported new raylib official examples
This commit is contained in:
parent
60ad2e7fb1
commit
4b42a6f17c
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@
|
||||||
|
|
||||||
<Import Project="..\Raylib-cs\Raylib-cs.targets" Condition="'$(UseRaylibCsPackage)' != 'true'"/>
|
<Import Project="..\Raylib-cs\Raylib-cs.targets" Condition="'$(UseRaylibCsPackage)' != 'true'"/>
|
||||||
|
|
||||||
|
<ItemGroup 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"/>
|
||||||
<WasmExtraFilesToDeploy Include="Web/main.js" TargetPath="main.js"/>
|
<WasmExtraFilesToDeploy Include="Web/main.js" TargetPath="main.js"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue