mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Language: Fixed build warnings
This commit is contained in:
parent
8ad5232ab7
commit
73bea71c22
@ -7,9 +7,6 @@
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<Import Project="$(SolutionDir)\Rainmeter.props" />
|
||||
<PropertyGroup>
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
@ -26,9 +23,10 @@
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<NoEntryPoint>true</NoEntryPoint>
|
||||
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
|
||||
</Link>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>_UNICODE;UNICODE</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<NullTerminateStrings>true</NullTerminateStrings>
|
||||
</ResourceCompile>
|
||||
</ItemDefinitionGroup>
|
||||
@ -39,7 +37,7 @@
|
||||
<NoEntryPoint>true</NoEntryPoint>
|
||||
</Link>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>_UNICODE;UNICODE</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<NullTerminateStrings>true</NullTerminateStrings>
|
||||
</ResourceCompile>
|
||||
</ItemDefinitionGroup>
|
||||
@ -49,9 +47,10 @@
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<NoEntryPoint>true</NoEntryPoint>
|
||||
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
|
||||
</Link>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>_UNICODE;UNICODE</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<NullTerminateStrings>true</NullTerminateStrings>
|
||||
</ResourceCompile>
|
||||
</ItemDefinitionGroup>
|
||||
@ -62,7 +61,7 @@
|
||||
<NoEntryPoint>true</NoEntryPoint>
|
||||
</Link>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>_UNICODE;UNICODE</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<NullTerminateStrings>true</NullTerminateStrings>
|
||||
</ResourceCompile>
|
||||
</ItemDefinitionGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user