Set version independent project name

This commit is contained in:
Simon Rozman 2018-08-31 14:24:19 +02:00
parent a950ec9f5c
commit 55ea9fa324
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{518777CC-0A59-4415-A12A-82751ED75343}</ProjectGuid>
<RootNamespace>stdex</RootNamespace>
<ProjectName>stdex</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

View File

@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{518777CC-0A59-4415-A12A-82751ED75343}</ProjectGuid>
<RootNamespace>stdex</RootNamespace>
<ProjectName>stdex</ProjectName>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />