2021-06-29 13:06:12 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2022-05-11 16:38:12 +02:00
<Import Project= "..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.props')" />
2021-06-29 13:06:12 +03:00
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
2022-05-11 13:35:18 +03:00
<ProjectConfiguration Include= "Debug|ARM64" >
<Configuration > Debug</Configuration>
<Platform > ARM64</Platform>
</ProjectConfiguration>
2021-06-29 13:06:12 +03:00
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
2022-05-11 13:35:18 +03:00
<ProjectConfiguration Include= "Release|ARM64" >
<Configuration > Release</Configuration>
<Platform > ARM64</Platform>
</ProjectConfiguration>
2021-06-29 13:06:12 +03:00
</ItemGroup>
<ItemDefinitionGroup >
<Link >
2021-07-23 16:59:22 +03:00
<AdditionalDependencies > mfplat.lib;Mfsensorgroup.lib;Mf.lib;Shlwapi.lib;Strmiids.lib;%(AdditionalDependencies);</AdditionalDependencies>
2021-06-29 13:06:12 +03:00
</Link>
</ItemDefinitionGroup>
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<Keyword > Win32Proj</Keyword>
<ProjectGuid > {459e0768-7ebd-4c41-bba1-6db3b3815e0a}</ProjectGuid>
<RootNamespace > VideoConferenceShared</RootNamespace>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup >
<ConfigurationType > StaticLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
2022-02-07 06:08:30 -08:00
<PlatformToolset > v143</PlatformToolset>
2021-06-29 13:06:12 +03:00
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Platform)'!='Win32'" >
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\modules\VideoConference\</OutDir>
<IntDir > $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition= "'$(Platform)'=='Win32'" >
<OutDir > ..\..\..\..\x86\$(Configuration)\modules\VideoConference\</OutDir>
<IntDir > ..\..\..\..\x86\$(Configuration)\obj\$(ProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup >
<LinkIncremental > true</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup >
<ClCompile >
<PrecompiledHeader > NotUsing</PrecompiledHeader>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Debug'" >
<ClCompile >
<WarningLevel > Level4</WarningLevel>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > _DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
<RuntimeLibrary > MultiThreadedDebug</RuntimeLibrary>
<TreatWarningAsError > true</TreatWarningAsError>
<AdditionalIncludeDirectories > $(SolutionDir)\src\;</AdditionalIncludeDirectories>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
<Lib >
<TreatLibWarningAsErrors > true</TreatLibWarningAsErrors>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Release'" >
<ClCompile >
<WarningLevel > Level4</WarningLevel>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
<RuntimeLibrary > MultiThreaded</RuntimeLibrary>
<TreatWarningAsError > true</TreatWarningAsError>
<AdditionalIncludeDirectories > $(SolutionDir)\src\;</AdditionalIncludeDirectories>
<DebugInformationFormat Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
<Lib >
<TreatLibWarningAsErrors > true</TreatLibWarningAsErrors>
</Lib>
</ItemDefinitionGroup>
<ItemGroup >
<ClCompile Include= "CameraStateUpdateChannels.cpp" />
<ClCompile Include= "Logging.cpp" />
<ClCompile Include= "SerializedSharedMemory.cpp" />
<ClCompile Include= "naming.cpp" />
<ClCompile Include= "username.cpp" />
<ClCompile Include= "MicrophoneDevice.cpp" />
<ClCompile Include= "VideoCaptureDeviceList.cpp" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "CameraStateUpdateChannels.h" />
2021-07-23 16:59:22 +03:00
<ClInclude Include= "DLLProviderHelpers.h" />
2021-06-29 13:06:12 +03:00
<ClInclude Include= "Logging.h" />
2021-07-23 16:59:22 +03:00
<ClInclude Include= "MediaFoundationAPIProvider.h" />
2021-06-29 13:06:12 +03:00
<ClInclude Include= "SerializedSharedMemory.h" />
<ClInclude Include= "naming.h" />
<ClInclude Include= "MicrophoneDevice.h" />
<ClInclude Include= "VideoCaptureDeviceList.h" />
<ClInclude Include= "username.h" />
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2022-05-11 16:38:12 +02:00
<Import Project= "..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets')" />
2022-06-28 14:30:57 +01:00
<Import Project= "..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
2021-06-29 13:06:12 +03:00
</ImportGroup>
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2022-05-11 16:38:12 +02:00
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2022-06-28 14:30:57 +01:00
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
2021-06-29 13:06:12 +03:00
</Target>
</Project>