提交 7a93c369 编写于 作者: J Jared Parsons

Fix VB defines

Preprocessor symbols in VB need to be combined with a comma, not a
semicolon.
上级 b04cdb7a
......@@ -63,14 +63,14 @@
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugType>full</DebugType>
<DefineConstants>$(DefineConstants);ARM</DefineConstants>
<DefineConstants>$(DefineConstants),ARM</DefineConstants>
<PlatformTarget>ARM</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<Optimize>true</Optimize>
<DefineTrace>true</DefineTrace>
<DebugType>pdbonly</DebugType>
<DefineConstants>$(DefineConstants);ARM</DefineConstants>
<DefineConstants>$(DefineConstants),ARM</DefineConstants>
<PlatformTarget>ARM</PlatformTarget>
</PropertyGroup>
<ItemGroup>
......
......@@ -65,7 +65,7 @@
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>ConsoleClassifier.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DefineConstants>$(DefineConstants);_MyType="Empty"</DefineConstants>
<DefineConstants>$(DefineConstants),_MyType="Empty"</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
......
......@@ -15,7 +15,7 @@
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition="'$(MSBuildAssemblyNameFragment)' == 'v12.0'">
<DefineConstants>$(DefineConstants);MSBUILD12</DefineConstants>
<DefineConstants>$(DefineConstants),MSBUILD12</DefineConstants>
</PropertyGroup>
<ItemGroup Label="File References">
<Reference Include="Microsoft.Build, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册