summaryrefslogtreecommitdiff
path: root/TSforgeCLI/TSforgeCLI.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'TSforgeCLI/TSforgeCLI.csproj')
-rw-r--r--TSforgeCLI/TSforgeCLI.csproj8
1 files changed, 3 insertions, 5 deletions
diff --git a/TSforgeCLI/TSforgeCLI.csproj b/TSforgeCLI/TSforgeCLI.csproj
index 1cd89a9..df04f93 100644
--- a/TSforgeCLI/TSforgeCLI.csproj
+++ b/TSforgeCLI/TSforgeCLI.csproj
@@ -3,17 +3,15 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net35</TargetFramework>
- <IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
- <PublishSingleFile>true</PublishSingleFile>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AssemblyName>TSforge</AssemblyName>
- <PlatformTarget>AnyCPU</PlatformTarget>
+ <IncludeSourceRevisionInInformationalVersion>False</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
-
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
</PropertyGroup>
-
+
<ItemGroup>
<ProjectReference Include="..\LibTSforge\LibTSforge.csproj" />
</ItemGroup>