NAK_CVR_Mods/Stickers/Stickers.csproj
2024-08-25 06:31:47 -05:00

40 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>TRACE;TRACE;UNITY_2017_1_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2019_3_OR_NEWER;USE_BURST;USE_NEWMATHS;USE_BURST_REALLY;</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Folder Include="ThirdParty\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\decalery_shaders.assets">
<LogicalName>decalery_shaders.assets</LogicalName>
</EmbeddedResource>
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-eraser.png" />
<EmbeddedResource Include="Resources\Gohsantosadrive_Icons\Stickers-eraser.png" />
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-folder.png" />
<EmbeddedResource Include="Resources\Gohsantosadrive_Icons\Stickers-folder.png" />
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-headset.png" />
<EmbeddedResource Include="Resources\Gohsantosadrive_Icons\Stickers-headset.png" />
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-magic-wand.png" />
<EmbeddedResource Include="Resources\Gohsantosadrive_Icons\Stickers-magic-wand.png" />
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-pencil.png" />
<EmbeddedResource Include="Resources\Gohsantosadrive_Icons\Stickers-pencil.png" />
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-puzzle.png" />
<EmbeddedResource Include="Resources\Gohsantosadrive_Icons\Stickers-puzzle.png" />
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-rubbish-bin.png" />
<EmbeddedResource Include="Resources\Gohsantosadrive_Icons\Stickers-rubbish-bin.png" />
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-alphabet.png" />
<EmbeddedResource Include="Resources\Gohsantosadrive_Icons\Stickers-alphabet.png" />
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-magnifying-glass.png" />
<EmbeddedResource Include="Resources\Gohsantosadrive_Icons\Stickers-magnifying-glass.png" />
</ItemGroup>
<ItemGroup>
<Reference Include="BTKUILib">
<HintPath>..\.ManagedLibs\BTKUILib.dll</HintPath>
</Reference>
</ItemGroup>
</Project>