0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 14:50:44 -05:00
assembly-tool/DumpLib/DumpLib.csproj

36 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<RootNamespace>DumpLib</RootNamespace>
<Version>1.0.0</Version>
<LangVersion>latestmajor</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Configurations>Debug;Release;WAIT_FOR_DEBUGGER</Configurations>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<None Update="DUMPDATA\botReqData.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="DUMPDATA\config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="DUMPDATA\raidSettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="DUMPDATA\endRaid.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="DUMPDATA\raidConfig.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>