2024-12-30 16:01:39 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2024-12-30 22:54:38 -05:00
|
|
|
<Import Project="..\De4DotCommon.props" />
|
|
|
|
|
2024-12-30 16:01:39 +01:00
|
|
|
<PropertyGroup>
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-12-30 22:54:38 -05:00
|
|
|
<TargetFramework>net48</TargetFramework>
|
2025-01-11 23:49:06 -05:00
|
|
|
<Configurations>Debug;Release;WAIT_FOR_DEBUGGER</Configurations>
|
|
|
|
<Platforms>AnyCPU</Platforms>
|
2024-12-30 16:01:39 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\de4dot.cui\de4dot.cui.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|