TSforge/TSforgeCLI/TSforgeCLI.csproj

22 lines
691 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net35</TargetFramework>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<PublishSingleFile>true</PublishSingleFile>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AssemblyName>TSforge</AssemblyName>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LibTSforge\LibTSforge.csproj" />
</ItemGroup>
</Project>