2021-06-29 13:06:12 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" />
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 15.0</VCProjectVersion>
<ProjectGuid > {5ABA70DE-3A3F-41F6-A1F5-D1F74F54F9BB}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > overlaywindow</RootNamespace>
<WindowsTargetPlatformVersion > 10.0.18362.0</WindowsTargetPlatformVersion>
<ProjectName > VideoConferenceModule</ProjectName>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v142</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
<SpectreMitigation > Spectre</SpectreMitigation>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v142</PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
<SpectreMitigation > Spectre</SpectreMitigation>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project= "..\..\..\..\deps\spdlog.props" />
<ImportGroup Label= "ExtensionSettings" >
<Import Project= "..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" />
2021-09-13 14:00:44 +02:00
<Import Project= "..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
2021-06-29 13:06:12 +03:00
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<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" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<LinkIncremental > false</LinkIncremental>
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\modules\VideoConference\</OutDir>
<IntDir > $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\</IntDir>
2021-12-10 10:50:46 +01:00
<TargetName > PowerToys.VideoConferenceModule</TargetName>
2021-06-29 13:06:12 +03:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<LinkIncremental > true</LinkIncremental>
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\modules\VideoConference\</OutDir>
<IntDir > $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\</IntDir>
2021-12-10 10:50:46 +01:00
<TargetName > PowerToys.VideoConferenceModule</TargetName>
2021-06-29 13:06:12 +03:00
</PropertyGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
<PrecompiledHeader > Use</PrecompiledHeader>
<WarningLevel > Level3</WarningLevel>
<Optimization > MaxSpeed</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > NDEBUG;OVERLAYWINDOW_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
<RuntimeLibrary > MultiThreaded</RuntimeLibrary>
<AdditionalIncludeDirectories > ..\..\..\;..\..\;..\VideoConferenceShared\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<LanguageStandard > stdcpplatest</LanguageStandard>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateDebugInformation > true</GenerateDebugInformation>
<OutputFile > $(OutDir)$(TargetName)$(TargetExt)</OutputFile>
2021-07-23 16:59:22 +03:00
<AdditionalDependencies > shlwapi.lib;gdiplus.lib;dwmapi.lib;uxtheme.lib;shcore.lib;Wtsapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
2021-06-29 13:06:12 +03:00
</Link>
<PostBuildEvent >
<Command > xcopy /y /I "$(ProjectDir)Icons\*" "$(OutDir)Icons"
xcopy /y /I "$(ProjectDir)black.bmp*" "$(OutDir)"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<ClCompile >
<PrecompiledHeader > Use</PrecompiledHeader>
<WarningLevel > Level3</WarningLevel>
<Optimization > Disabled</Optimization>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > _DEBUG;OVERLAYWINDOW_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
<RuntimeLibrary > MultiThreadedDebug</RuntimeLibrary>
<AdditionalIncludeDirectories > ..\..\..\common\inc;..\..\..\common\Telemetry;..\..\..\;..\..\;..\VideoConferenceShared\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<LanguageStandard > stdcpplatest</LanguageStandard>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<OutputFile > $(OutDir)$(TargetName)$(TargetExt)</OutputFile>
2021-07-23 16:59:22 +03:00
<AdditionalDependencies > shlwapi.lib;gdiplus.lib;dwmapi.lib;uxtheme.lib;shcore.lib;Wtsapi32.lib;dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies>
2021-06-29 13:06:12 +03:00
</Link>
<PostBuildEvent >
<Command > xcopy /y /I "$(ProjectDir)Icons\*" "$(OutDir)Icons"
xcopy /y /I "$(ProjectDir)black.bmp*" "$(OutDir)"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup >
<ClInclude Include= "framework.h" />
<ClInclude Include= "Toolbar.h" />
<ClInclude Include= "pch.h" />
<ClInclude Include= "trace.h" />
<ClInclude Include= "VideoConferenceModule.h" />
</ItemGroup>
<ItemGroup >
<ClCompile Include= "dllmain.cpp" />
<ClCompile Include= "trace.cpp" />
<ClCompile Include= "Toolbar.cpp" />
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > Create</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include= "VideoConferenceModule.cpp" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\VideoConferenceShared\VideoConferenceShared.vcxproj" >
<Project > {459e0768-7ebd-4c41-bba1-6db3b3815e0a}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<None Include= "Icons\Off-NotInUse Dark.svg" />
<None Include= "Icons\Off-NotInUse Light.svg" />
<None Include= "Icons\Off-Off Dark.svg" />
<None Include= "Icons\Off-Off Light.svg" />
<None Include= "Icons\Off-On Dark.svg" />
<None Include= "Icons\Off-On Light.svg" />
<None Include= "Icons\On-NotInUse Dark.svg" />
<None Include= "Icons\On-NotInUse Light.svg" />
<None Include= "Icons\On-Off Dark.svg" />
<None Include= "Icons\On-Off Light.svg" />
<None Include= "Icons\On-On Dark.svg" />
<None Include= "Icons\On-On Light.svg" />
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<Image Include= "black.bmp" />
<Image Include= "Icons\Off-NotInUse Dark.png" />
<Image Include= "Icons\Off-NotInUse Light.png" />
<Image Include= "Icons\Off-Off Dark.png" />
<Image Include= "Icons\Off-Off Light.png" />
<Image Include= "Icons\Off-On Dark.png" />
<Image Include= "Icons\Off-On Light.png" />
<Image Include= "Icons\On-NotInUse Dark.png" />
<Image Include= "Icons\On-NotInUse Light.png" />
<Image Include= "Icons\On-Off Dark.png" />
<Image Include= "Icons\On-Off Light.png" />
<Image Include= "Icons\On-On Dark.png" />
<Image Include= "Icons\On-On Light.png" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<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>
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2021-09-13 14:00:44 +02:00
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
2021-06-29 13:06:12 +03:00
</Target>
<ItemGroup >
<ProjectReference Include= "..\..\..\common\Display\Display.vcxproj" >
<Project > {caba8dfb-823b-4bf2-93ac-3f31984150d9}</Project>
</ProjectReference>
<ProjectReference Include= "..\..\..\common\SettingsAPI\SetttingsAPI.vcxproj" >
<Project > {6955446d-23f7-4023-9bb3-8657f904af99}</Project>
</ProjectReference>
<ProjectReference Include= "..\..\..\common\Themes\Themes.vcxproj" >
<Project > {98537082-0fdb-40de-abd8-0dc5a4269bab}</Project>
</ProjectReference>
</ItemGroup>
</Project>