diff options
Diffstat (limited to 'TSforgeCLI/TSforgeCLI.csproj')
| -rw-r--r-- | TSforgeCLI/TSforgeCLI.csproj | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/TSforgeCLI/TSforgeCLI.csproj b/TSforgeCLI/TSforgeCLI.csproj new file mode 100644 index 0000000..1cd89a9 --- /dev/null +++ b/TSforgeCLI/TSforgeCLI.csproj @@ -0,0 +1,21 @@ +<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> |
