208 lines
10 KiB
XML
208 lines
10 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>{5C83270B-1086-494D-BCAF-0E773CC598AB}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>ClientDemo</RootNamespace>
|
|
<AssemblyName>ClientDemo</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</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>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ManageLiteAV" Condition="'$(Platform)' == 'x64'">
|
|
<HintPath>SDK\CSharp\Win64\lib\ManageLiteAV.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ManageLiteAV" Condition="'$(Platform)' == 'AnyCPU'">
|
|
<HintPath>SDK\CSharp\Win64\lib\ManageLiteAV.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ManageLiteAV" Condition="'$(Platform)' == 'x86'">
|
|
<HintPath>SDK\CSharp\Win32\lib\ManageLiteAV.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="zlib.net, Version=1.0.3.0, Culture=neutral, PublicKeyToken=47d7877cb3620160">
|
|
<HintPath>..\packages\zlib.net.1.0.4.0\lib\zlib.net.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Compile Include="TLSSigAPIv2.cs" />
|
|
<Compile Include="TRTCCloudCallback.cs" />
|
|
<Compile Include="TXLiteAVVideoView.cs" />
|
|
<Compile Include="Util.cs" />
|
|
<Page Include="MainWindow.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="TRTC_SDK\Win32\lib\liteav.lib" />
|
|
<None Include="TRTC_SDK\Win64\lib\liteav.lib" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-core-file-l1-2-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-core-file-l2-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-core-localization-l1-2-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-core-processthreads-l1-1-1.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-core-synch-l1-2-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-core-timezone-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-core-xstate-l2-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-crt-convert-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-crt-environment-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-crt-filesystem-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-crt-heap-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-crt-locale-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-crt-math-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-crt-runtime-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-crt-stdio-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-crt-string-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-crt-time-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\api-ms-win-crt-utility-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\liteav.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\LiteAvAudioHook.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\LiteAvAudioHookService.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\ManageLiteAV.dll" />
|
|
<Resource Include="TRTC_SDK\Win32\lib\ManageLiteAV.xml" />
|
|
<Content Include="TRTC_SDK\Win32\lib\msvcp140.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\TRAE.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\ucrtbase.dll" />
|
|
<Content Include="TRTC_SDK\Win32\lib\vcruntime140.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-core-file-l1-2-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-core-file-l2-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-core-localization-l1-2-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-core-processthreads-l1-1-1.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-core-synch-l1-2-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-core-timezone-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-core-xstate-l2-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-crt-convert-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-crt-environment-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-crt-filesystem-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-crt-heap-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-crt-locale-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-crt-math-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-crt-runtime-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-crt-stdio-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-crt-string-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-crt-time-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\api-ms-win-crt-utility-l1-1-0.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\liteav.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\LiteAvAudioHook.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\LiteAvAudioHookService.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\ManageLiteAV.dll" />
|
|
<Resource Include="TRTC_SDK\Win64\lib\ManageLiteAV.xml" />
|
|
<Content Include="TRTC_SDK\Win64\lib\msvcp140.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\TRAE.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\ucrtbase.dll" />
|
|
<Content Include="TRTC_SDK\Win64\lib\vcruntime140.dll" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>set Platform=Win64
|
|
SETLOCAL ENABLEDELAYEDEXPANSION
|
|
if $(PlatformName)==x86 (
|
|
set Platform=Win32
|
|
)
|
|
copy /Y "$(ProjectDir)TRTC_SDK\!Platform!\lib\*.dll" "$(ProjectDir)$(OutDir)"
|
|
ENDLOCAL</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |