36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
|
<RootNamespace>Degenz</RootNamespace>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="paket.references" />
|
|
<Compile Include="Prelude.fs" />
|
|
<Compile Include="GuildEnvironment.fs" />
|
|
<Compile Include="Messaging.fs" />
|
|
<Compile Include="GameTypes.fs" />
|
|
<Compile Include="DbService.fs" />
|
|
<Compile Include="GameHelpers.fs" />
|
|
<Compile Include="Analytics.fs" />
|
|
<Compile Include="PlayerInteractions.fs" />
|
|
<Compile Include="XP.fs" />
|
|
<Compile Include="Embeds.fs" />
|
|
<Compile Include="InviteTracker.fs" />
|
|
<Compile Include="Games\SlotMachine.fs" />
|
|
<Compile Include="Games\Thief.fs" />
|
|
<Compile Include="Games\RockPaperScissors.fs" />
|
|
<Compile Include="Games\Store.fs" />
|
|
<Compile Include="Games\Trainer.fs" />
|
|
<Compile Include="Games\HackerBattle.fs" />
|
|
<Compile Include="Whitelist.fs" />
|
|
<Compile Include="Admin.fs" />
|
|
<Compile Include="Bot.fs" />
|
|
<None Include="Scripts\GetWhitelisted.fsx" />
|
|
<None Include="Scripts\Airdrop.fsx" />
|
|
</ItemGroup>
|
|
<Import Project="..\.paket\Paket.Restore.targets" />
|
|
</Project>
|