Vinno.vCloud.Common.Terminal.csproj 1.0 KB

1234567891011121314151617181920212223242526
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <AssemblyName>Vinno.vCloud.Common.Terminal</AssemblyName>
  5. <RootNamespace>Vinno.vCloud.Common.Terminal</RootNamespace>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\..\Common\Vinno.IUS.Common.Network.Standard\Vinno.IUS.Common.Network.csproj" />
  9. <ProjectReference Include="..\..\Common\Vinno.vCloud.Common.Storage.Standard\Vinno.vCloud.Common.Storage.csproj" />
  10. <ProjectReference Include="..\..\Common\Vinno.vCloud.Push.Configuration.Standard\Vinno.vCloud.Push.Configuration.csproj" />
  11. <ProjectReference Include="..\..\Protocol\Vinno.vCloud.Protocol.Standard\Vinno.vCloud.Protocol.csproj" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Reference Include="SQLite.Net">
  15. <HintPath>..\..\packages\SQLite.Net.Core-PCL.3.1.1\lib\portable-win8+net45+wp8+wpa81+MonoAndroid1+MonoTouch1\SQLite.Net.dll</HintPath>
  16. </Reference>
  17. </ItemGroup>
  18. <ItemGroup>
  19. <Folder Include="LiveVideoNew\" />
  20. </ItemGroup>
  21. </Project>