2020-02-24 23:56:27 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
|
|
2020-01-27 20:03:44 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2020-02-24 23:56:27 +08:00
|
|
|
|
<TargetFramework>net48</TargetFramework>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<ApplicationIcon>CWPeds.ico</ApplicationIcon>
|
|
|
|
|
<Copyright>dexyfex</Copyright>
|
|
|
|
|
<Company>dexyfex software</Company>
|
|
|
|
|
<Authors>dexyfex</Authors>
|
2020-01-27 20:03:44 +08:00
|
|
|
|
<AssemblyName>CodeWalker Ped Viewer</AssemblyName>
|
|
|
|
|
</PropertyGroup>
|
2020-02-24 23:56:27 +08:00
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
2020-01-27 20:03:44 +08:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
2020-02-24 23:56:27 +08:00
|
|
|
|
|
2020-02-24 18:25:52 +08:00
|
|
|
|
<ItemGroup>
|
2020-02-24 23:56:27 +08:00
|
|
|
|
<ProjectReference Include="..\CodeWalker\CodeWalker.csproj" />
|
2020-02-24 18:25:52 +08:00
|
|
|
|
</ItemGroup>
|
2020-02-24 23:56:27 +08:00
|
|
|
|
|
2020-01-27 20:03:44 +08:00
|
|
|
|
</Project>
|