diff options
Diffstat (limited to 'cpp/test/uwp/msbuild/uwp.vcxproj')
-rw-r--r-- | cpp/test/uwp/msbuild/uwp.vcxproj | 1360 |
1 files changed, 1360 insertions, 0 deletions
diff --git a/cpp/test/uwp/msbuild/uwp.vcxproj b/cpp/test/uwp/msbuild/uwp.vcxproj new file mode 100644 index 00000000000..ac271a645bb --- /dev/null +++ b/cpp/test/uwp/msbuild/uwp.vcxproj @@ -0,0 +1,1360 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup Label="Globals"> + <ProjectGuid>{3CE71594-E3A4-4C38-9D0F-46E2A2076F6C}</ProjectGuid> + <RootNamespace>uwp</RootNamespace> + <DefaultLanguage>en-US</DefaultLanguage> + <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> + <AppContainerApplication>true</AppContainerApplication> + <ApplicationType>Windows Store</ApplicationType> + <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion> + <ApplicationTypeRevision>10.0</ApplicationTypeRevision> + <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|ARM"> + <Configuration>Debug</Configuration> + <Platform>ARM</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|ARM"> + <Configuration>Release</Configuration> + <Platform>ARM</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <Import Project="$(MSBuildThisFileDirectory)..\..\..\msbuild\ice.testuwp.props" /> + <Import Project="$(LOCALAPPDATA)\ZeroC\IceBuilder\IceBuilder.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> + <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|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> + <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)'=='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> + <PackageCertificateKeyFile>..\TestSuite_TemporaryKey.pfx</PackageCertificateKeyFile> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>..;Generated Files;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> + <ClCompile> + <AdditionalIncludeDirectories>..;Generated Files;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <AdditionalIncludeDirectories>..;Generated Files;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>..;Generated Files;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> + <ClCompile> + <AdditionalIncludeDirectories>..;Generated Files;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <AdditionalIncludeDirectories>..;Generated Files;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\App.xaml.h"> + <DependentUpon>..\App.xaml</DependentUpon> + </ClInclude> + <ClInclude Include="..\MainPage.xaml.h"> + <DependentUpon>..\MainPage.xaml</DependentUpon> + </ClInclude> + <ClInclude Include="ARM\Debug\Controller.h"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + </ClInclude> + <ClInclude Include="ARM\Release\Controller.h"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + </ClInclude> + <ClInclude Include="Win32\Debug\Controller.h"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + </ClInclude> + <ClInclude Include="Win32\Release\Controller.h"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + </ClInclude> + <ClInclude Include="x64\Debug\Controller.h"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + </ClInclude> + <ClInclude Include="x64\Release\Controller.h"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ApplicationDefinition Include="..\App.xaml"> + <SubType>Designer</SubType> + </ApplicationDefinition> + <Page Include="..\MainPage.xaml"> + <SubType>Designer</SubType> + </Page> + <Page Include="..\StandardStyles.xaml" /> + </ItemGroup> + <ItemGroup> + <AppxManifest Include="..\Package.appxmanifest"> + <SubType>Designer</SubType> + </AppxManifest> + </ItemGroup> + <ItemGroup> + <Image Include="Assets\LockScreenLogo.scale-200.png" /> + <Image Include="Assets\SplashScreen.scale-200.png" /> + <Image Include="Assets\Square150x150Logo.scale-200.png" /> + <Image Include="Assets\Square44x44Logo.scale-200.png" /> + <Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" /> + <Image Include="Assets\StoreLogo.png" /> + <Image Include="Assets\Wide310x150Logo.scale-200.png" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\App.xaml.cpp"> + <DependentUpon>..\App.xaml</DependentUpon> + </ClCompile> + <ClCompile Include="..\pch.cpp" /> + <ClCompile Include="..\MainPage.xaml.cpp"> + <DependentUpon>..\MainPage.xaml</DependentUpon> + </ClCompile> + <ClCompile Include="ARM\Debug\Controller.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="ARM\Release\Controller.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="Win32\Debug\Controller.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="Win32\Release\Controller.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="x64\Debug\Controller.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="x64\Release\Controller.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild> + </ClCompile> + </ItemGroup> + <ItemGroup> + <IceBuilder Include="..\Controller.ice" /> + </ItemGroup> + <ItemGroup> + <None Include="..\..\..\..\certs\cacert.der"> + <DeploymentContent>true</DeploymentContent> + </None> + </ItemGroup> + <ItemGroup> + <None Include="..\..\Common\msbuild\uwp\Win32\Debug\testcommon37uwp++11d.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\client\Win32\Debug\Ice_acm_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\server\Win32\Debug\Ice_acm_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\client\Win32\Debug\Ice_adapterDeactivation_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\collocated\Win32\Debug\Ice_adapterDeactivation_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\server\Win32\Debug\Ice_adapterDeactivation_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\client\Win32\Debug\Ice_admin_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\server\Win32\Debug\Ice_admin_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\client\Win32\Debug\Ice_ami_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\collocated\Win32\Debug\Ice_ami_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\server\Win32\Debug\Ice_ami_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\client\Win32\Debug\Ice_binding_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\server\Win32\Debug\Ice_binding_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\client\Win32\Debug\Ice_dispatcher_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\collocated\Win32\Debug\Ice_dispatcher_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\server\Win32\Debug\Ice_dispatcher_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\client\Win32\Debug\Ice_enums_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\server\Win32\Debug\Ice_enums_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\client\Win32\Debug\Ice_exceptions_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\collocated\Win32\Debug\Ice_exceptions_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\serveramd\Win32\Debug\Ice_exceptions_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\server\Win32\Debug\Ice_exceptions_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\client\Win32\Debug\Ice_facets_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\collocated\Win32\Debug\Ice_facets_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\server\Win32\Debug\Ice_facets_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hash\msbuild\uwp\Win32\Debug\Ice_hash_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\client\Win32\Debug\Ice_hold_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\server\Win32\Debug\Ice_hold_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\client\Win32\Debug\Ice_info_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\server\Win32\Debug\Ice_info_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\client\Win32\Debug\Ice_inheritance_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\collocated\Win32\Debug\Ice_inheritance_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\server\Win32\Debug\Ice_inheritance_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\client\Win32\Debug\Ice_invoke_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\server\Win32\Debug\Ice_invoke_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\client\Win32\Debug\Ice_location_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\server\Win32\Debug\Ice_location_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\client\Win32\Debug\Ice_metrics_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\collocated\Win32\Debug\Ice_metrics_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\serveramd\Win32\Debug\Ice_metrics_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\server\Win32\Debug\Ice_metrics_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\client\Win32\Debug\Ice_objects_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\collocated\Win32\Debug\Ice_objects_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\server\Win32\Debug\Ice_objects_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\client\Win32\Debug\Ice_operations_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\collocated\Win32\Debug\Ice_operations_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\serveramd\Win32\Debug\Ice_operations_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\server\Win32\Debug\Ice_operations_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\client\Win32\Debug\Ice_proxy_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\collocated\Win32\Debug\Ice_proxy_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\serveramd\Win32\Debug\Ice_proxy_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\server\Win32\Debug\Ice_proxy_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\client\Win32\Debug\Ice_retry_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\collocated\Win32\Debug\Ice_retry_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\server\Win32\Debug\Ice_retry_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\stream\msbuild\uwp\Win32\Debug\Ice_stream_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\client\Win32\Debug\Ice_timeout_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\server\Win32\Debug\Ice_timeout_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\client\Win32\Debug\Ice_udp_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\server\Win32\Debug\Ice_udp_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> + </None> + </ItemGroup> + <ItemGroup> + <None Include="..\..\Common\msbuild\uwp\Win32\Release\testcommon37uwp++11.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\client\Win32\Release\Ice_acm_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\server\Win32\Release\Ice_acm_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\client\Win32\Release\Ice_adapterDeactivation_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\collocated\Win32\Release\Ice_adapterDeactivation_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\server\Win32\Release\Ice_adapterDeactivation_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\client\Win32\Release\Ice_admin_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\server\Win32\Release\Ice_admin_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\client\Win32\Release\Ice_ami_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\collocated\Win32\Release\Ice_ami_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\server\Win32\Release\Ice_ami_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\client\Win32\Release\Ice_binding_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\server\Win32\Release\Ice_binding_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\client\Win32\Release\Ice_dispatcher_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\collocated\Win32\Release\Ice_dispatcher_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\server\Win32\Release\Ice_dispatcher_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\client\Win32\Release\Ice_enums_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\server\Win32\Release\Ice_enums_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\client\Win32\Release\Ice_exceptions_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\collocated\Win32\Release\Ice_exceptions_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\serveramd\Win32\Release\Ice_exceptions_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\server\Win32\Release\Ice_exceptions_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\client\Win32\Release\Ice_facets_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\collocated\Win32\Release\Ice_facets_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\server\Win32\Release\Ice_facets_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hash\msbuild\uwp\Win32\Release\Ice_hash_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\client\Win32\Release\Ice_hold_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\server\Win32\Release\Ice_hold_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\client\Win32\Release\Ice_info_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\server\Win32\Release\Ice_info_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\client\Win32\Release\Ice_inheritance_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\collocated\Win32\Release\Ice_inheritance_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\server\Win32\Release\Ice_inheritance_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\client\Win32\Release\Ice_invoke_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\server\Win32\Release\Ice_invoke_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\client\Win32\Release\Ice_location_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\server\Win32\Release\Ice_location_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\client\Win32\Release\Ice_metrics_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\collocated\Win32\Release\Ice_metrics_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\serveramd\Win32\Release\Ice_metrics_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\server\Win32\Release\Ice_metrics_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\client\Win32\Release\Ice_objects_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\collocated\Win32\Release\Ice_objects_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\server\Win32\Release\Ice_objects_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\client\Win32\Release\Ice_operations_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\collocated\Win32\Release\Ice_operations_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\serveramd\Win32\Release\Ice_operations_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\server\Win32\Release\Ice_operations_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\client\Win32\Release\Ice_proxy_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\collocated\Win32\Release\Ice_proxy_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\serveramd\Win32\Release\Ice_proxy_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\server\Win32\Release\Ice_proxy_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\client\Win32\Release\Ice_retry_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\collocated\Win32\Release\Ice_retry_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\server\Win32\Release\Ice_retry_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\stream\msbuild\uwp\Win32\Release\Ice_stream_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\client\Win32\Release\Ice_timeout_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\server\Win32\Release\Ice_timeout_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\client\Win32\Release\Ice_udp_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\server\Win32\Release\Ice_udp_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> + </None> + </ItemGroup> + <ItemGroup> + <None Include="..\..\Common\msbuild\uwp\x64\Debug\testcommon37uwp++11d.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\client\x64\Debug\Ice_acm_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\server\x64\Debug\Ice_acm_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\client\x64\Debug\Ice_adapterDeactivation_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\collocated\x64\Debug\Ice_adapterDeactivation_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\server\x64\Debug\Ice_adapterDeactivation_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\client\x64\Debug\Ice_admin_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\server\x64\Debug\Ice_admin_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\client\x64\Debug\Ice_ami_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\collocated\x64\Debug\Ice_ami_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\server\x64\Debug\Ice_ami_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\client\x64\Debug\Ice_binding_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\server\x64\Debug\Ice_binding_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\client\x64\Debug\Ice_dispatcher_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\collocated\x64\Debug\Ice_dispatcher_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\server\x64\Debug\Ice_dispatcher_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\client\x64\Debug\Ice_enums_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\server\x64\Debug\Ice_enums_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\client\x64\Debug\Ice_exceptions_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\collocated\x64\Debug\Ice_exceptions_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\serveramd\x64\Debug\Ice_exceptions_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\server\x64\Debug\Ice_exceptions_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\client\x64\Debug\Ice_facets_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\collocated\x64\Debug\Ice_facets_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\server\x64\Debug\Ice_facets_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hash\msbuild\uwp\x64\Debug\Ice_hash_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\client\x64\Debug\Ice_hold_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\server\x64\Debug\Ice_hold_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\client\x64\Debug\Ice_info_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\server\x64\Debug\Ice_info_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\client\x64\Debug\Ice_inheritance_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\collocated\x64\Debug\Ice_inheritance_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\server\x64\Debug\Ice_inheritance_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\client\x64\Debug\Ice_invoke_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\server\x64\Debug\Ice_invoke_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\client\x64\Debug\Ice_location_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\server\x64\Debug\Ice_location_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\client\x64\Debug\Ice_metrics_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\collocated\x64\Debug\Ice_metrics_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\serveramd\x64\Debug\Ice_metrics_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\server\x64\Debug\Ice_metrics_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\client\x64\Debug\Ice_objects_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\collocated\x64\Debug\Ice_objects_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\server\x64\Debug\Ice_objects_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\client\x64\Debug\Ice_operations_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\collocated\x64\Debug\Ice_operations_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\serveramd\x64\Debug\Ice_operations_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\server\x64\Debug\Ice_operations_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\client\x64\Debug\Ice_proxy_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\collocated\x64\Debug\Ice_proxy_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\serveramd\x64\Debug\Ice_proxy_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\server\x64\Debug\Ice_proxy_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\client\x64\Debug\Ice_retry_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\collocated\x64\Debug\Ice_retry_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\server\x64\Debug\Ice_retry_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\stream\msbuild\uwp\x64\Debug\Ice_stream_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\client\x64\Debug\Ice_timeout_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\server\x64\Debug\Ice_timeout_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\client\x64\Debug\Ice_udp_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\server\x64\Debug\Ice_udp_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> + </None> + </ItemGroup> + <ItemGroup> + <None Include="..\..\Common\msbuild\uwp\x64\Release\testcommon37uwp++11.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\client\x64\Release\Ice_acm_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\server\x64\Release\Ice_acm_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\client\x64\Release\Ice_adapterDeactivation_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\collocated\x64\Release\Ice_adapterDeactivation_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\server\x64\Release\Ice_adapterDeactivation_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\client\x64\Release\Ice_admin_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\server\x64\Release\Ice_admin_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\client\x64\Release\Ice_ami_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\collocated\x64\Release\Ice_ami_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\server\x64\Release\Ice_ami_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\client\x64\Release\Ice_binding_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\server\x64\Release\Ice_binding_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\client\x64\Release\Ice_dispatcher_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\collocated\x64\Release\Ice_dispatcher_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\server\x64\Release\Ice_dispatcher_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\client\x64\Release\Ice_enums_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\server\x64\Release\Ice_enums_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\client\x64\Release\Ice_exceptions_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\collocated\x64\Release\Ice_exceptions_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\serveramd\x64\Release\Ice_exceptions_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\server\x64\Release\Ice_exceptions_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\client\x64\Release\Ice_facets_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\collocated\x64\Release\Ice_facets_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\server\x64\Release\Ice_facets_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hash\msbuild\uwp\x64\Release\Ice_hash_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\client\x64\Release\Ice_hold_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\server\x64\Release\Ice_hold_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\client\x64\Release\Ice_info_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\server\x64\Release\Ice_info_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\client\x64\Release\Ice_inheritance_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\collocated\x64\Release\Ice_inheritance_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\server\x64\Release\Ice_inheritance_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\client\x64\Release\Ice_invoke_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\server\x64\Release\Ice_invoke_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\client\x64\Release\Ice_location_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\server\x64\Release\Ice_location_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\client\x64\Release\Ice_metrics_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\collocated\x64\Release\Ice_metrics_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\serveramd\x64\Release\Ice_metrics_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\server\x64\Release\Ice_metrics_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\client\x64\Release\Ice_objects_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\collocated\x64\Release\Ice_objects_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\server\x64\Release\Ice_objects_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\client\x64\Release\Ice_operations_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\collocated\x64\Release\Ice_operations_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\serveramd\x64\Release\Ice_operations_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\server\x64\Release\Ice_operations_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\client\x64\Release\Ice_proxy_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\collocated\x64\Release\Ice_proxy_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\serveramd\x64\Release\Ice_proxy_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\server\x64\Release\Ice_proxy_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\client\x64\Release\Ice_retry_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\collocated\x64\Release\Ice_retry_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\server\x64\Release\Ice_retry_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\stream\msbuild\uwp\x64\Release\Ice_stream_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\client\x64\Release\Ice_timeout_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\server\x64\Release\Ice_timeout_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\client\x64\Release\Ice_udp_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\server\x64\Release\Ice_udp_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + </None> + </ItemGroup> + <ItemGroup> + <None Include="..\..\Common\msbuild\uwp\ARM\Release\testcommon37uwp++11.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\client\ARM\Release\Ice_acm_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\server\ARM\Release\Ice_acm_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\client\ARM\Release\Ice_adapterDeactivation_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\collocated\ARM\Release\Ice_adapterDeactivation_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\server\ARM\Release\Ice_adapterDeactivation_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\client\ARM\Release\Ice_admin_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\server\ARM\Release\Ice_admin_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\client\ARM\Release\Ice_ami_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\collocated\ARM\Release\Ice_ami_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\server\ARM\Release\Ice_ami_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\client\ARM\Release\Ice_binding_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\server\ARM\Release\Ice_binding_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\client\ARM\Release\Ice_dispatcher_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\collocated\ARM\Release\Ice_dispatcher_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\server\ARM\Release\Ice_dispatcher_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\client\ARM\Release\Ice_enums_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\server\ARM\Release\Ice_enums_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\client\ARM\Release\Ice_exceptions_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\collocated\ARM\Release\Ice_exceptions_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\serveramd\ARM\Release\Ice_exceptions_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\server\ARM\Release\Ice_exceptions_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\client\ARM\Release\Ice_facets_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\collocated\ARM\Release\Ice_facets_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\server\ARM\Release\Ice_facets_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hash\msbuild\uwp\ARM\Release\Ice_hash_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\client\ARM\Release\Ice_hold_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\server\ARM\Release\Ice_hold_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\client\ARM\Release\Ice_info_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\server\ARM\Release\Ice_info_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\client\ARM\Release\Ice_inheritance_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\collocated\ARM\Release\Ice_inheritance_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\server\ARM\Release\Ice_inheritance_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\client\ARM\Release\Ice_invoke_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\server\ARM\Release\Ice_invoke_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\client\ARM\Release\Ice_location_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\server\ARM\Release\Ice_location_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\client\ARM\Release\Ice_metrics_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\collocated\ARM\Release\Ice_metrics_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\serveramd\ARM\Release\Ice_metrics_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\server\ARM\Release\Ice_metrics_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\client\ARM\Release\Ice_objects_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\collocated\ARM\Release\Ice_objects_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\server\ARM\Release\Ice_objects_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\client\ARM\Release\Ice_operations_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\collocated\ARM\Release\Ice_operations_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\serveramd\ARM\Release\Ice_operations_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\server\ARM\Release\Ice_operations_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\client\ARM\Release\Ice_proxy_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\collocated\ARM\Release\Ice_proxy_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\serveramd\ARM\Release\Ice_proxy_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\server\ARM\Release\Ice_proxy_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\client\ARM\Release\Ice_retry_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\collocated\ARM\Release\Ice_retry_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\server\ARM\Release\Ice_retry_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\stream\msbuild\uwp\ARM\Release\Ice_stream_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\client\ARM\Release\Ice_timeout_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\server\ARM\Release\Ice_timeout_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\client\ARM\Release\Ice_udp_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\server\ARM\Release\Ice_udp_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent> + </None> + </ItemGroup> + <ItemGroup> + <None Include="..\..\Common\msbuild\uwp\ARM\Debug\testcommon37uwp++11d.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\client\ARM\Debug\Ice_acm_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\acm\msbuild\uwp\server\ARM\Debug\Ice_acm_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\client\ARM\Debug\Ice_adapterDeactivation_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\collocated\ARM\Debug\Ice_adapterDeactivation_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\adapterDeactivation\msbuild\uwp\server\ARM\Debug\Ice_adapterDeactivation_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\client\ARM\Debug\Ice_admin_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\admin\msbuild\uwp\server\ARM\Debug\Ice_admin_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\client\ARM\Debug\Ice_ami_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\collocated\ARM\Debug\Ice_ami_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\ami\msbuild\uwp\server\ARM\Debug\Ice_ami_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\client\ARM\Debug\Ice_binding_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\binding\msbuild\uwp\server\ARM\Debug\Ice_binding_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\client\ARM\Debug\Ice_dispatcher_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\collocated\ARM\Debug\Ice_dispatcher_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\dispatcher\msbuild\uwp\server\ARM\Debug\Ice_dispatcher_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\client\ARM\Debug\Ice_enums_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\enums\msbuild\uwp\server\ARM\Debug\Ice_enums_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\client\ARM\Debug\Ice_exceptions_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\collocated\ARM\Debug\Ice_exceptions_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\serveramd\ARM\Debug\Ice_exceptions_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\exceptions\msbuild\uwp\server\ARM\Debug\Ice_exceptions_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\client\ARM\Debug\Ice_facets_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\collocated\ARM\Debug\Ice_facets_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\facets\msbuild\uwp\server\ARM\Debug\Ice_facets_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hash\msbuild\uwp\ARM\Debug\Ice_hash_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\client\ARM\Debug\Ice_hold_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\hold\msbuild\uwp\server\ARM\Debug\Ice_hold_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\client\ARM\Debug\Ice_info_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\info\msbuild\uwp\server\ARM\Debug\Ice_info_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\client\ARM\Debug\Ice_inheritance_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\collocated\ARM\Debug\Ice_inheritance_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\inheritance\msbuild\uwp\server\ARM\Debug\Ice_inheritance_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\client\ARM\Debug\Ice_invoke_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\invoke\msbuild\uwp\server\ARM\Debug\Ice_invoke_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\client\ARM\Debug\Ice_location_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\location\msbuild\uwp\server\ARM\Debug\Ice_location_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\client\ARM\Debug\Ice_metrics_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\collocated\ARM\Debug\Ice_metrics_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\serveramd\ARM\Debug\Ice_metrics_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\metrics\msbuild\uwp\server\ARM\Debug\Ice_metrics_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\client\ARM\Debug\Ice_objects_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\collocated\ARM\Debug\Ice_objects_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\objects\msbuild\uwp\server\ARM\Debug\Ice_objects_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\client\ARM\Debug\Ice_operations_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\collocated\ARM\Debug\Ice_operations_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\serveramd\ARM\Debug\Ice_operations_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\operations\msbuild\uwp\server\ARM\Debug\Ice_operations_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\client\ARM\Debug\Ice_proxy_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\collocated\ARM\Debug\Ice_proxy_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\serveramd\ARM\Debug\Ice_proxy_serveramd.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\proxy\msbuild\uwp\server\ARM\Debug\Ice_proxy_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\client\ARM\Debug\Ice_retry_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\collocated\ARM\Debug\Ice_retry_collocated.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\retry\msbuild\uwp\server\ARM\Debug\Ice_retry_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\stream\msbuild\uwp\ARM\Debug\Ice_stream_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\client\ARM\Debug\Ice_timeout_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\timeout\msbuild\uwp\server\ARM\Debug\Ice_timeout_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\client\ARM\Debug\Ice_udp_client.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + <None Include="..\..\Ice\udp\msbuild\uwp\server\ARM\Debug\Ice_udp_server.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent> + </None> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <Import Project="$(LOCALAPPDATA)\ZeroC\IceBuilder\IceBuilder.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> |