Paul Schneider 6 years ago
parent 406fbe1f52
commit b8a620ce7e
1 changed files with 4 additions and 4 deletions

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project
Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" >
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E7C9D6BF-54DC-4E18-8F25-C4BD4BE71ACC}</ProjectGuid>
<OutputType>Exe</OutputType>
<NuGetPackageImportStamp></NuGetPackageImportStamp>
<EnableDefaultCompileItems>true</EnableDefaultCompileItems>
<RootNamespace>cli</RootNamespace>
<AssemblyName>cli</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

Loading…