|
|
@@ -27,28 +27,28 @@
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <PlatformToolset>v140</PlatformToolset>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <PlatformToolset>v140</PlatformToolset>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <PlatformToolset>v140</PlatformToolset>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <PlatformToolset>v140</PlatformToolset>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
@@ -108,6 +108,8 @@
|
|
|
<LocalDebuggerEnvironment>$(MONO_PATH_ENV)
|
|
|
$(MONO_CFG_DIR_ENV)
|
|
|
$(MONO_TOOLCHAIN_PATH_ENV)
|
|
|
+$(MONO_LOG_LEVEL_ENV)
|
|
|
+$(MONO_LOG_MASK_ENV)
|
|
|
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
@@ -118,6 +120,8 @@ $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
|
|
<LocalDebuggerEnvironment>$(MONO_PATH_ENV)
|
|
|
$(MONO_CFG_DIR_ENV)
|
|
|
$(MONO_TOOLCHAIN_PATH_ENV)
|
|
|
+$(MONO_LOG_LEVEL_ENV)
|
|
|
+$(MONO_LOG_MASK_ENV)
|
|
|
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
@@ -128,6 +132,8 @@ $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
|
|
<LocalDebuggerEnvironment>$(MONO_PATH_ENV)
|
|
|
$(MONO_CFG_DIR_ENV)
|
|
|
$(MONO_TOOLCHAIN_PATH_ENV)
|
|
|
+$(MONO_LOG_LEVEL_ENV)
|
|
|
+$(MONO_LOG_MASK_ENV)
|
|
|
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
@@ -138,6 +144,8 @@ $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
|
|
<LocalDebuggerEnvironment>$(MONO_PATH_ENV)
|
|
|
$(MONO_CFG_DIR_ENV)
|
|
|
$(MONO_TOOLCHAIN_PATH_ENV)
|
|
|
+$(MONO_LOG_LEVEL_ENV)
|
|
|
+$(MONO_LOG_MASK_ENV)
|
|
|
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|