discord-bot-game/Bot/Bot.fsproj
2022-04-13 12:04:59 +07:00

83 lines
4.1 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="Items.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="paket.references" />
<Compile Include="Prelude.fs" />
<Compile Include="GuildEnvironment.fs" />
<Compile Include="Messaging.fs" />
<Compile Include="GameTypes.fs" />
<Compile Include="GameHelpers.fs" />
<Compile Include="DbService.fs" />
<Compile Include="Analytics.fs" />
<Compile Include="PlayerInteractions.fs" />
<Compile Include="InviteTracker.fs" />
<Compile Include="XP.fs" />
<Compile Include="Embeds.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="Admin.fs" />
<Compile Include="Bot.fs" />
<!-- <Content Include="..\Images\SlotMachine\new\oldtv.png">-->
<!-- <Link>images\oldtv.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
<!-- <Content Include="..\Images\SlotMachine\new\sushi.png">-->
<!-- <Link>images\sushi.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
<!-- <Content Include="..\Images\SlotMachine\new\aneye.png">-->
<!-- <Link>images\aneye.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
<!-- <Content Include="..\Images\SlotMachine\new\anonmask.png">-->
<!-- <Link>images\anonmask.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
<!-- <Content Include="..\Images\SlotMachine\new\obey.png">-->
<!-- <Link>images\obey.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
<!-- <Content Include="..\Images\SlotMachine\new\circuitboard.png">-->
<!-- <Link>images\circuitboard.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
<!-- <Content Include="..\Images\SlotMachine\new\pills.png">-->
<!-- <Link>images\pills.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
<!-- <Content Include="..\Images\SlotMachine\new\rat.png">-->
<!-- <Link>images\rat.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
<!-- <Content Include="..\Images\SlotMachine\new\ramen.png">-->
<!-- <Link>images\ramen.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
<!-- <Content Include="..\Images\SlotMachine\new\pizza.png">-->
<!-- <Link>images\pizza.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
<!-- <Content Include="..\Images\SlotMachine\new\alcohol.png">-->
<!-- <Link>images\alcohol.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
<!-- <Content Include="..\Images\SlotMachine\new\bigbrother.png">-->
<!-- <Link>images\bigbrother.png</Link>-->
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>-->
<!-- </Content>-->
</ItemGroup>
<Import Project="..\.paket\Paket.Restore.targets" />
</Project>