|
17 | 17 | <Configuration>Release</Configuration> |
18 | 18 | <Platform>x64</Platform> |
19 | 19 | </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="UnityEditorDebug|Win32"> |
| 21 | + <Configuration>UnityEditorDebug</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="UnityEditorDebug|x64"> |
| 25 | + <Configuration>UnityEditorDebug</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
| 28 | + <ProjectConfiguration Include="UnityEditor|Win32"> |
| 29 | + <Configuration>UnityEditor</Configuration> |
| 30 | + <Platform>Win32</Platform> |
| 31 | + </ProjectConfiguration> |
| 32 | + <ProjectConfiguration Include="UnityEditor|x64"> |
| 33 | + <Configuration>UnityEditor</Configuration> |
| 34 | + <Platform>x64</Platform> |
| 35 | + </ProjectConfiguration> |
20 | 36 | </ItemGroup> |
21 | 37 | <ItemGroup> |
22 | 38 | <ClCompile Include="Src\AudioCapture.cpp" /> |
|
54 | 70 | <WholeProgramOptimization>true</WholeProgramOptimization> |
55 | 71 | <CharacterSet>Unicode</CharacterSet> |
56 | 72 | </PropertyGroup> |
| 73 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditor|Win32'" Label="Configuration"> |
| 74 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 75 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 76 | + <PlatformToolset>v143</PlatformToolset> |
| 77 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 78 | + <CharacterSet>Unicode</CharacterSet> |
| 79 | + </PropertyGroup> |
| 80 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditorDebug|Win32'" Label="Configuration"> |
| 81 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 82 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 83 | + <PlatformToolset>v143</PlatformToolset> |
| 84 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 85 | + <CharacterSet>Unicode</CharacterSet> |
| 86 | + </PropertyGroup> |
57 | 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
58 | 88 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
59 | 89 | <UseDebugLibraries>true</UseDebugLibraries> |
|
67 | 97 | <WholeProgramOptimization>true</WholeProgramOptimization> |
68 | 98 | <CharacterSet>Unicode</CharacterSet> |
69 | 99 | </PropertyGroup> |
| 100 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditor|x64'" Label="Configuration"> |
| 101 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 102 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 103 | + <PlatformToolset>v143</PlatformToolset> |
| 104 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 105 | + <CharacterSet>Unicode</CharacterSet> |
| 106 | + </PropertyGroup> |
| 107 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditorDebug|x64'" Label="Configuration"> |
| 108 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 109 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 110 | + <PlatformToolset>v143</PlatformToolset> |
| 111 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 112 | + <CharacterSet>Unicode</CharacterSet> |
| 113 | + </PropertyGroup> |
70 | 114 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
71 | 115 | <ImportGroup Label="ExtensionSettings"> |
72 | 116 | </ImportGroup> |
|
78 | 122 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
79 | 123 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
80 | 124 | </ImportGroup> |
| 125 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditor|Win32'" Label="PropertySheets"> |
| 126 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 127 | + </ImportGroup> |
| 128 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditorDebug|Win32'" Label="PropertySheets"> |
| 129 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 130 | + </ImportGroup> |
81 | 131 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
82 | 132 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
83 | 133 | </ImportGroup> |
84 | 134 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
85 | 135 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
86 | 136 | </ImportGroup> |
| 137 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditor|x64'" Label="PropertySheets"> |
| 138 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 139 | + </ImportGroup> |
| 140 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditorDebug|x64'" Label="PropertySheets"> |
| 141 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 142 | + </ImportGroup> |
87 | 143 | <PropertyGroup Label="UserMacros" /> |
88 | 144 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
89 | 145 | <ClCompile> |
|
121 | 177 | <AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies);Winmm.lib;Avrt.lib</AdditionalDependencies> |
122 | 178 | </Link> |
123 | 179 | </ItemDefinitionGroup> |
| 180 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditor|Win32'"> |
| 181 | + <ClCompile> |
| 182 | + <WarningLevel>Level3</WarningLevel> |
| 183 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 184 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 185 | + <SDLCheck>true</SDLCheck> |
| 186 | + <PreprocessorDefinitions>WIN32;NDEBUG;AC2_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 187 | + <ConformanceMode>true</ConformanceMode> |
| 188 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 189 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 190 | + </ClCompile> |
| 191 | + <Link> |
| 192 | + <SubSystem>Windows</SubSystem> |
| 193 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 194 | + <OptimizeReferences>true</OptimizeReferences> |
| 195 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 196 | + <EnableUAC>false</EnableUAC> |
| 197 | + <AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies);Winmm.lib;Avrt.lib</AdditionalDependencies> |
| 198 | + </Link> |
| 199 | + </ItemDefinitionGroup> |
| 200 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditorDebug|Win32'"> |
| 201 | + <ClCompile> |
| 202 | + <WarningLevel>Level3</WarningLevel> |
| 203 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 204 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 205 | + <SDLCheck>true</SDLCheck> |
| 206 | + <PreprocessorDefinitions>WIN32;NDEBUG;AC2_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 207 | + <ConformanceMode>true</ConformanceMode> |
| 208 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 209 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 210 | + </ClCompile> |
| 211 | + <Link> |
| 212 | + <SubSystem>Windows</SubSystem> |
| 213 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 214 | + <OptimizeReferences>true</OptimizeReferences> |
| 215 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 216 | + <EnableUAC>false</EnableUAC> |
| 217 | + <AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies);Winmm.lib;Avrt.lib</AdditionalDependencies> |
| 218 | + </Link> |
| 219 | + </ItemDefinitionGroup> |
124 | 220 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
125 | 221 | <ClCompile> |
126 | 222 | <WarningLevel>Level3</WarningLevel> |
|
157 | 253 | <AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies);Winmm.lib;Avrt.lib</AdditionalDependencies> |
158 | 254 | </Link> |
159 | 255 | </ItemDefinitionGroup> |
| 256 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditor|x64'"> |
| 257 | + <ClCompile> |
| 258 | + <WarningLevel>Level3</WarningLevel> |
| 259 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 260 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 261 | + <SDLCheck>true</SDLCheck> |
| 262 | + <PreprocessorDefinitions>NDEBUG;AC2_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 263 | + <ConformanceMode>true</ConformanceMode> |
| 264 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 265 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 266 | + </ClCompile> |
| 267 | + <Link> |
| 268 | + <SubSystem>Windows</SubSystem> |
| 269 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 270 | + <OptimizeReferences>true</OptimizeReferences> |
| 271 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 272 | + <EnableUAC>false</EnableUAC> |
| 273 | + <AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies);Winmm.lib;Avrt.lib</AdditionalDependencies> |
| 274 | + </Link> |
| 275 | + </ItemDefinitionGroup> |
| 276 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='UnityEditorDebug|x64'"> |
| 277 | + <ClCompile> |
| 278 | + <WarningLevel>Level3</WarningLevel> |
| 279 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 280 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 281 | + <SDLCheck>true</SDLCheck> |
| 282 | + <PreprocessorDefinitions>NDEBUG;AC2_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 283 | + <ConformanceMode>true</ConformanceMode> |
| 284 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 285 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 286 | + </ClCompile> |
| 287 | + <Link> |
| 288 | + <SubSystem>Windows</SubSystem> |
| 289 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 290 | + <OptimizeReferences>true</OptimizeReferences> |
| 291 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 292 | + <EnableUAC>false</EnableUAC> |
| 293 | + <AdditionalDependencies>$(CoreLibraryDependencies);%(AdditionalDependencies);Winmm.lib;Avrt.lib</AdditionalDependencies> |
| 294 | + </Link> |
| 295 | + </ItemDefinitionGroup> |
160 | 296 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
161 | 297 | <ImportGroup Label="ExtensionTargets"> |
162 | 298 | </ImportGroup> |
|
0 commit comments