Vinno.FIS.TRTCClient.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{4F0150C2-B5C0-48C4-AD72-1007D7AA32A1}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Vinno.FIS.TRTCClient</RootNamespace>
  10. <AssemblyName>Vinno.FIS.TRTCClient</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>..\Bin\Vinno.FIS.TRTCClient\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>..\Bin\Vinno.FIS.TRTCClient\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <Prefer32Bit>false</Prefer32Bit>
  40. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="AForge">
  44. <HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
  45. </Reference>
  46. <Reference Include="AForge.Video">
  47. <HintPath>..\packages\AForge.Video.2.2.5\lib\AForge.Video.dll</HintPath>
  48. </Reference>
  49. <Reference Include="AForge.Video.DirectShow">
  50. <HintPath>..\packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll</HintPath>
  51. </Reference>
  52. <Reference Include="DirectShowLib-2005">
  53. <HintPath>..\packages\DirectShow.Net.2.1\DirectShowLib-2005.dll</HintPath>
  54. </Reference>
  55. <Reference Include="LibYuvSharp">
  56. <HintPath>..\packages\Lennox.LibYuvSharp.1.1.2\lib\net461\LibYuvSharp.dll</HintPath>
  57. </Reference>
  58. <Reference Include="ManageLiteAV">
  59. <HintPath>..\packages\TRTC\Win64\lib\ManageLiteAV.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="System.Net.Http" />
  74. <Reference Include="System.Xaml">
  75. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  76. </Reference>
  77. <Reference Include="WindowsBase" />
  78. <Reference Include="PresentationCore" />
  79. <Reference Include="PresentationFramework" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ApplicationDefinition Include="App.xaml">
  83. <Generator>MSBuild:Compile</Generator>
  84. <SubType>Designer</SubType>
  85. </ApplicationDefinition>
  86. <Compile Include="CameraDetector.cs" />
  87. <Compile Include="ImageSender\Camera1280X720SenderV2.cs" />
  88. <Compile Include="ImageSender\Camera1920X1080SenderV2.cs" />
  89. <Compile Include="ImageSender\Camera320X240SenderV2.cs" />
  90. <Compile Include="ImageSender\Camera480X360SenderV2.cs" />
  91. <Compile Include="ImageSender\Camera640X360SenderV2.cs" />
  92. <Compile Include="ImageSender\Camera640X480SenderV2.cs" />
  93. <Compile Include="ImageSender\Camera960X540SenderV2.cs" />
  94. <Compile Include="ImageSender\Camera960X720SenderV2.cs" />
  95. <Compile Include="ImageSender\CameraImageSenderV2.cs" />
  96. <Compile Include="ImageSender\TRTCVideoFrameData.cs" />
  97. <Compile Include="ImageSender\ImageSenderBaseV2.cs" />
  98. <Compile Include="Captures\AForgeCapturer.cs" />
  99. <Compile Include="Captures\Capturer.cs" />
  100. <Compile Include="Captures\DirectShowCapturer.cs" />
  101. <Compile Include="Captures\TRTCImageFrameData.cs" />
  102. <Compile Include="LocalVideoRenderCallback.cs" />
  103. <Compile Include="RemoteUserLeaveRoomArgs.cs" />
  104. <Compile Include="RemoteVideoRenderCallback.cs" />
  105. <Compile Include="TRTCChatRoom.cs" />
  106. <Compile Include="TRTCDeviceInfo.cs" />
  107. <Compile Include="TRTCPusher.cs" />
  108. <Compile Include="VideoFrameArrivedArgs.cs" />
  109. <Page Include="MainWindow.xaml">
  110. <Generator>MSBuild:Compile</Generator>
  111. <SubType>Designer</SubType>
  112. </Page>
  113. <Compile Include="App.xaml.cs">
  114. <DependentUpon>App.xaml</DependentUpon>
  115. <SubType>Code</SubType>
  116. </Compile>
  117. <Compile Include="MainWindow.xaml.cs">
  118. <DependentUpon>MainWindow.xaml</DependentUpon>
  119. <SubType>Code</SubType>
  120. </Compile>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Compile Include="Properties\AssemblyInfo.cs">
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Compile Include="Properties\Resources.Designer.cs">
  127. <AutoGen>True</AutoGen>
  128. <DesignTime>True</DesignTime>
  129. <DependentUpon>Resources.resx</DependentUpon>
  130. </Compile>
  131. <Compile Include="Properties\Settings.Designer.cs">
  132. <AutoGen>True</AutoGen>
  133. <DependentUpon>Settings.settings</DependentUpon>
  134. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  135. </Compile>
  136. <EmbeddedResource Include="Properties\Resources.resx">
  137. <Generator>ResXFileCodeGenerator</Generator>
  138. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  139. </EmbeddedResource>
  140. <None Include="Properties\Settings.settings">
  141. <Generator>SettingsSingleFileGenerator</Generator>
  142. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  143. </None>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <None Include="App.config" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <ProjectReference Include="..\Vinno.FIS.TRTCClient.Common\Vinno.FIS.TRTCClient.Common.csproj">
  150. <Project>{aa18f5ed-2ea1-4f58-963c-d610a629907f}</Project>
  151. <Name>Vinno.FIS.TRTCClient.Common</Name>
  152. </ProjectReference>
  153. </ItemGroup>
  154. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  155. <PropertyGroup>
  156. <PostBuildEvent>
  157. </PostBuildEvent>
  158. </PropertyGroup>
  159. </Project>