summaryrefslogtreecommitdiff
path: root/csharp/xamarin/controller/controller.UWP/controller.UWP.csproj
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-09-12 14:48:57 +0200
committerJose <jose@zeroc.com>2018-09-12 14:48:57 +0200
commitf9801ab21989e330015ffa274493e775671fe865 (patch)
tree99f7cf77ab7863117aa8ee7f2f8047afc6351d58 /csharp/xamarin/controller/controller.UWP/controller.UWP.csproj
parentMissing C++ header include (diff)
downloadice-f9801ab21989e330015ffa274493e775671fe865.tar.bz2
ice-f9801ab21989e330015ffa274493e775671fe865.tar.xz
ice-f9801ab21989e330015ffa274493e775671fe865.zip
Make test controllers layout more consistent
Close #184
Diffstat (limited to 'csharp/xamarin/controller/controller.UWP/controller.UWP.csproj')
-rw-r--r--csharp/xamarin/controller/controller.UWP/controller.UWP.csproj187
1 files changed, 0 insertions, 187 deletions
diff --git a/csharp/xamarin/controller/controller.UWP/controller.UWP.csproj b/csharp/xamarin/controller/controller.UWP/controller.UWP.csproj
deleted file mode 100644
index 5101ccaa4d5..00000000000
--- a/csharp/xamarin/controller/controller.UWP/controller.UWP.csproj
+++ /dev/null
@@ -1,187 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProjectGuid>{00218ACB-5695-4935-BAE1-F47B13989E9B}</ProjectGuid>
- <OutputType>AppContainerExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>controller.UWP</RootNamespace>
- <AssemblyName>controller.UWP</AssemblyName>
- <DefaultLanguage>en-US</DefaultLanguage>
- <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
- <TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
- <TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
- <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
- <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <PackageCertificateKeyFile>controller.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
- <PackageCertificateThumbprint>28A113377FFC465A2670468B58F20BEBACAF4D9D</PackageCertificateThumbprint>
- <AppxBundlePlatforms>x64</AppxBundlePlatforms>
- <GenerateAppInstallerFile>False</GenerateAppInstallerFile>
- <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
- <AppxBundle>Never</AppxBundle>
- <AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
- <AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\ARM\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
- <NoWarn>;2008</NoWarn>
- <DebugType>full</DebugType>
- <PlatformTarget>ARM</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
- <OutputPath>bin\ARM\Release\</OutputPath>
- <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
- <Optimize>true</Optimize>
- <NoWarn>;2008</NoWarn>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>ARM</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <Prefer32Bit>true</Prefer32Bit>
- <UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
- <NoWarn>;2008</NoWarn>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
- <Optimize>true</Optimize>
- <NoWarn>;2008</NoWarn>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <Prefer32Bit>true</Prefer32Bit>
- <UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
- <NoWarn>;2008</NoWarn>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
- <Optimize>true</Optimize>
- <NoWarn>;2008</NoWarn>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <Prefer32Bit>true</Prefer32Bit>
- <UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- </Compile>
- <Compile Include="MainPage.xaml.cs">
- <DependentUpon>MainPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <AppxManifest Include="Package.appxmanifest">
- <SubType>Designer</SubType>
- </AppxManifest>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Assets\LargeTile.scale-100.png" />
- <Content Include="Assets\LargeTile.scale-200.png" />
- <Content Include="Assets\LargeTile.scale-400.png" />
- <Content Include="Assets\SmallTile.scale-100.png" />
- <Content Include="Assets\SmallTile.scale-200.png" />
- <Content Include="Assets\SmallTile.scale-400.png" />
- <Content Include="Assets\SplashScreen.scale-100.png" />
- <Content Include="Assets\SplashScreen.scale-200.png" />
- <Content Include="Assets\SplashScreen.scale-400.png" />
- <Content Include="Assets\Square150x150Logo.scale-100.png" />
- <Content Include="Assets\Square150x150Logo.scale-200.png" />
- <Content Include="Assets\Square150x150Logo.scale-400.png" />
- <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-16.png" />
- <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-256.png" />
- <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-48.png" />
- <Content Include="Assets\Square44x44Logo.scale-100.png" />
- <Content Include="Assets\Square44x44Logo.scale-200.png" />
- <Content Include="Assets\Square44x44Logo.scale-400.png" />
- <Content Include="Assets\Square44x44Logo.targetsize-16.png" />
- <Content Include="Assets\Square44x44Logo.targetsize-256.png" />
- <Content Include="Assets\Square44x44Logo.targetsize-48.png" />
- <Content Include="Assets\StoreLogo.scale-100.png" />
- <Content Include="Assets\StoreLogo.scale-200.png" />
- <Content Include="Assets\StoreLogo.scale-400.png" />
- <Content Include="Assets\Wide310x150Logo.scale-100.png" />
- <Content Include="Assets\Wide310x150Logo.scale-200.png" />
- <Content Include="Assets\Wide310x150Logo.scale-400.png" />
- <Content Include="Properties\Default.rd.xml" />
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Page Include="MainPage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Xamarin.Forms" Version="3.0.0.561731" />
- <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.1" />
- </ItemGroup>
- <Choose>
- <When Condition="'$(ICE_BIN_DIST)' == 'all'">
- <ItemGroup>
- <PackageReference Include="zeroc.ice.net" Version="3.7.1" />
- </ItemGroup>
- </When>
- <Otherwise>
- <ItemGroup>
- <Reference Include="..\..\..\lib\netstandard2.0\Ice.dll" />
- <Reference Include="..\..\..\lib\netstandard2.0\IceSSL.dll" />
- <Reference Include="..\..\..\lib\netstandard2.0\IceDiscovery.dll" />
- </ItemGroup>
- </Otherwise>
- </Choose>
- <ItemGroup>
- <ProjectReference Include="..\..\..\test\TestCommon\msbuild\testcommon\netstandard2.0\testcommon.csproj">
- <Project>{a62bf5e3-ad66-4edb-9bba-3e9bd6148425}</Project>
- <Name>testcommon</Name>
- </ProjectReference>
- <ProjectReference Include="..\controller\controller.csproj">
- <Project>{D86C4CA0-7EF8-4A9B-B42F-CB2FBBC7B68F}</Project>
- <Name>controller</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="controller.UWP_TemporaryKey.pfx" />
- </ItemGroup>
- <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
- <VisualStudioVersion>14.0</VisualStudioVersion>
- </PropertyGroup>
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
-</Project> \ No newline at end of file