DevicePortalTool/DevicePortalTool.csproj

116 строки
6.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A1A457E2-2559-4400-9C37-9ABC3D8D5D35}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>DevicePortalTool</RootNamespace>
<AssemblyName>DevicePortalTool</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject>DevicePortalTool.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Source\AppOperation.cs" />
<Compile Include="Source\AppxManifest.cs" />
<Compile Include="Source\PackageHelper.cs" />
<Compile Include="Source\ParameterHelper.cs" />
<Compile Include="WindowsDevicePortalWrapper\ApplicationManager.cs" />
<Compile Include="WindowsDevicePortalWrapper\CertificateHandling.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\AppCrashDumpCollection.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\AppDeployment.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\AppFileExplorer.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\DeviceManager.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\Dns-Sd.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\DumpCollection.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\Etw.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\Networking.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\OsInformation.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\PerformanceData.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\Power.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\RemoteControl.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\TaskManager.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\WiFiManagement.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\WindowsErrorReporting.cs" />
<Compile Include="WindowsDevicePortalWrapper\Core\WindowsPerformanceRecorder.cs" />
<Compile Include="WindowsDevicePortalWrapper\DefaultDevicePortalConnection.cs" />
<Compile Include="WindowsDevicePortalWrapper\DeviceInfo.cs" />
<Compile Include="WindowsDevicePortalWrapper\DevicePortal.cs" />
<Compile Include="WindowsDevicePortalWrapper\Events\ApplicationInstallStatus.cs" />
<Compile Include="WindowsDevicePortalWrapper\Events\ConnectionStatus.cs" />
<Compile Include="WindowsDevicePortalWrapper\Events\WebSocketMessageReceivedEventArgs.cs" />
<Compile Include="WindowsDevicePortalWrapper\Exceptions\DevicePortalException.cs" />
<Compile Include="WindowsDevicePortalWrapper\HoloLens\HolographicOs.cs" />
<Compile Include="WindowsDevicePortalWrapper\HoloLens\HolographicPerception.cs" />
<Compile Include="WindowsDevicePortalWrapper\HoloLens\HolographicThermal.cs" />
<Compile Include="WindowsDevicePortalWrapper\HoloLens\MixedRealityCapture.cs" />
<Compile Include="WindowsDevicePortalWrapper\HoloLens\PerceptionSimulationPlayback.cs" />
<Compile Include="WindowsDevicePortalWrapper\HoloLens\PerceptionSimulationRecording.cs" />
<Compile Include="WindowsDevicePortalWrapper\HttpMultipartFileContent.cs" />
<Compile Include="WindowsDevicePortalWrapper\HttpRest\HttpHeadersHelper.cs" />
<Compile Include="WindowsDevicePortalWrapper\HttpRest\RequestHelpers.cs" />
<Compile Include="WindowsDevicePortalWrapper\HttpRest\ResponseHelpers.cs" />
<Compile Include="WindowsDevicePortalWrapper\HttpRest\RestDelete.cs" />
<Compile Include="WindowsDevicePortalWrapper\HttpRest\RestGet.cs" />
<Compile Include="WindowsDevicePortalWrapper\HttpRest\RestPost.cs" />
<Compile Include="WindowsDevicePortalWrapper\HttpRest\RestPut.cs" />
<Compile Include="WindowsDevicePortalWrapper\HttpRest\WebSocket.cs" />
<Compile Include="WindowsDevicePortalWrapper\Interfaces\IDevicePortalConnection.cs" />
<Compile Include="WindowsDevicePortalWrapper\RestDelete.cs" />
<Compile Include="WindowsDevicePortalWrapper\RestGet.cs" />
<Compile Include="WindowsDevicePortalWrapper\RestPost.cs" />
<Compile Include="WindowsDevicePortalWrapper\RestPut.cs" />
<Compile Include="WindowsDevicePortalWrapper\UnvalidatedCert.cs" />
<Compile Include="WindowsDevicePortalWrapper\Utilities.cs" />
<Compile Include="WindowsDevicePortalWrapper\WebSocket.cs" />
<Compile Include="Source\Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>