|
5 | 5 | <Configuration>Debug</Configuration>
|
6 | 6 | <Platform>ARM64</Platform>
|
7 | 7 | </ProjectConfiguration>
|
| 8 | + <ProjectConfiguration Include="Debug|Win32"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>Win32</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Release|ARM64">
|
9 | 13 | <Configuration>Release</Configuration>
|
10 | 14 | <Platform>ARM64</Platform>
|
|
13 | 17 | <Configuration>Debug</Configuration>
|
14 | 18 | <Platform>x64</Platform>
|
15 | 19 | </ProjectConfiguration>
|
| 20 | + <ProjectConfiguration Include="Release|Win32"> |
| 21 | + <Configuration>Release</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
16 | 24 | <ProjectConfiguration Include="Release|x64">
|
17 | 25 | <Configuration>Release</Configuration>
|
18 | 26 | <Platform>x64</Platform>
|
|
31 | 39 | <PlatformToolset>v143</PlatformToolset>
|
32 | 40 | <CharacterSet>Unicode</CharacterSet>
|
33 | 41 | </PropertyGroup>
|
| 42 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 43 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 44 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 45 | + <PlatformToolset>v143</PlatformToolset> |
| 46 | + <CharacterSet>Unicode</CharacterSet> |
| 47 | + </PropertyGroup> |
34 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
35 | 49 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
36 | 50 | <UseDebugLibraries>true</UseDebugLibraries>
|
|
43 | 57 | <PlatformToolset>v143</PlatformToolset>
|
44 | 58 | <CharacterSet>Unicode</CharacterSet>
|
45 | 59 | </PropertyGroup>
|
| 60 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 61 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 62 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 63 | + <PlatformToolset>v143</PlatformToolset> |
| 64 | + <CharacterSet>Unicode</CharacterSet> |
| 65 | + </PropertyGroup> |
46 | 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
47 | 67 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
48 | 68 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
57 | 77 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
58 | 78 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
59 | 79 | </ImportGroup>
|
| 80 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 81 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 82 | + </ImportGroup> |
60 | 83 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
|
61 | 84 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
62 | 85 | </ImportGroup>
|
63 | 86 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
64 | 87 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
65 | 88 | </ImportGroup>
|
| 89 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 90 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 91 | + </ImportGroup> |
66 | 92 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
|
67 | 93 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
68 | 94 | </ImportGroup>
|
|
73 | 99 | <IntDir>$(SolutionDir)VSFiles\intermediate\wdmaud2\$(Platform)\$(Configuration)\</IntDir>
|
74 | 100 | <TargetExt>.drv</TargetExt>
|
75 | 101 | </PropertyGroup>
|
| 102 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 103 | + <LinkIncremental>true</LinkIncremental> |
| 104 | + <OutDir>$(SolutionDir)VSFiles\$(Platform)\$(Configuration)\</OutDir> |
| 105 | + <IntDir>$(SolutionDir)VSFiles\intermediate\wdmaud2\$(Platform)\$(Configuration)\</IntDir> |
| 106 | + <TargetExt>.drv</TargetExt> |
| 107 | + </PropertyGroup> |
76 | 108 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
77 | 109 | <LinkIncremental>true</LinkIncremental>
|
78 | 110 | <OutDir>$(SolutionDir)VSFiles\$(Platform)\$(Configuration)\</OutDir>
|
|
85 | 117 | <IntDir>$(SolutionDir)VSFiles\intermediate\wdmaud2\$(Platform)\$(Configuration)\</IntDir>
|
86 | 118 | <TargetExt>.drv</TargetExt>
|
87 | 119 | </PropertyGroup>
|
| 120 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 121 | + <LinkIncremental>true</LinkIncremental> |
| 122 | + <OutDir>$(SolutionDir)VSFiles\$(Platform)\$(Configuration)\</OutDir> |
| 123 | + <IntDir>$(SolutionDir)VSFiles\intermediate\wdmaud2\$(Platform)\$(Configuration)\</IntDir> |
| 124 | + <TargetExt>.drv</TargetExt> |
| 125 | + </PropertyGroup> |
88 | 126 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
89 | 127 | <LinkIncremental>true</LinkIncremental>
|
90 | 128 | <OutDir>$(SolutionDir)VSFiles\$(Platform)\$(Configuration)\</OutDir>
|
|
108 | 146 | <RegisterOutput>false</RegisterOutput>
|
109 | 147 | </Link>
|
110 | 148 | </ItemDefinitionGroup>
|
| 149 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 150 | + <ClCompile> |
| 151 | + <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;WDMAUD2_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 152 | + <WarningLevel>Level3</WarningLevel> |
| 153 | + <PrecompiledHeader>Create</PrecompiledHeader> |
| 154 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 155 | + <LanguageStandard>stdcpp20</LanguageStandard> |
| 156 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(SolutionDir)VSFiles\intermediate\idl\$(Platform)\$(Configuration);$(ProjectDir)\..\Inc;$(SolutionDir)inc;$(SolutionDir)VSFiles\intermediate\MidiSrv\$(Platform)\$(Configuration);$(SolutionDir)VSFiles\intermediate\midi2.midisrvtransport\$(Platform)\$(Configuration)</AdditionalIncludeDirectories> |
| 157 | + </ClCompile> |
| 158 | + <Link> |
| 159 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 160 | + <SubSystem>Windows</SubSystem> |
| 161 | + <ModuleDefinitionFile>winmmdrv.def</ModuleDefinitionFile> |
| 162 | + <AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies);winmm.lib;onecoreuap.lib;avrt.lib;$(SolutionDir)VSFiles\$(Platform)\$(Configuration)\midixproc.lib;$(SolutionDir)VSFiles\$(Platform)\$(Configuration)\midisrvtransportlib.lib</AdditionalDependencies> |
| 163 | + <RegisterOutput>false</RegisterOutput> |
| 164 | + </Link> |
| 165 | + </ItemDefinitionGroup> |
111 | 166 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
112 | 167 | <ClCompile>
|
113 | 168 | <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;WDMAUD2_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
144 | 199 | <RegisterOutput>false</RegisterOutput>
|
145 | 200 | </Link>
|
146 | 201 | </ItemDefinitionGroup>
|
| 202 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 203 | + <ClCompile> |
| 204 | + <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;WDMAUD2_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 205 | + <WarningLevel>Level3</WarningLevel> |
| 206 | + <PrecompiledHeader>Create</PrecompiledHeader> |
| 207 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 208 | + <LanguageStandard>stdcpp20</LanguageStandard> |
| 209 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(SolutionDir)VSFiles\intermediate\idl\$(Platform)\$(Configuration);$(ProjectDir)\..\Inc;$(SolutionDir)inc;$(SolutionDir)VSFiles\intermediate\MidiSrv\$(Platform)\$(Configuration);$(SolutionDir)VSFiles\intermediate\midi2.midisrvtransport\$(Platform)\$(Configuration)</AdditionalIncludeDirectories> |
| 210 | + </ClCompile> |
| 211 | + <Link> |
| 212 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 213 | + <SubSystem>Windows</SubSystem> |
| 214 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 215 | + <OptimizeReferences>true</OptimizeReferences> |
| 216 | + <ModuleDefinitionFile>winmmdrv.def</ModuleDefinitionFile> |
| 217 | + <AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies);winmm.lib;onecoreuap.lib;avrt.lib;$(SolutionDir)VSFiles\$(Platform)\$(Configuration)\midixproc.lib;$(SolutionDir)VSFiles\$(Platform)\$(Configuration)\midisrvtransportlib.lib</AdditionalDependencies> |
| 218 | + <RegisterOutput>false</RegisterOutput> |
| 219 | + </Link> |
| 220 | + </ItemDefinitionGroup> |
147 | 221 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
148 | 222 | <ClCompile>
|
149 | 223 | <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;WDMAUD2_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
0 commit comments