mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Add debug/release props to WindowsUnicodeToolShim
This commit is contained in:
@@ -40,12 +40,14 @@
|
|||||||
<Import Project="..\WindowsUnicodeToolShim.props" />
|
<Import Project="..\WindowsUnicodeToolShim.props" />
|
||||||
<Import Project="..\PortabilityLayer.props" />
|
<Import Project="..\PortabilityLayer.props" />
|
||||||
<Import Project="..\Common.props" />
|
<Import Project="..\Common.props" />
|
||||||
|
<Import Project="..\Debug.props" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="..\WindowsUnicodeToolShim.props" />
|
<Import Project="..\WindowsUnicodeToolShim.props" />
|
||||||
<Import Project="..\PortabilityLayer.props" />
|
<Import Project="..\PortabilityLayer.props" />
|
||||||
<Import Project="..\Common.props" />
|
<Import Project="..\Common.props" />
|
||||||
|
<Import Project="..\Release.props" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup />
|
<PropertyGroup />
|
||||||
|
|||||||
Reference in New Issue
Block a user