1234567891011121314151617181920212223242526 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <AssemblyName>Vinno.vCloud.Common.Terminal</AssemblyName>
- <RootNamespace>Vinno.vCloud.Common.Terminal</RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Common\Vinno.IUS.Common.Network.Standard\Vinno.IUS.Common.Network.csproj" />
- <ProjectReference Include="..\..\Common\Vinno.vCloud.Common.Storage.Standard\Vinno.vCloud.Common.Storage.csproj" />
- <ProjectReference Include="..\..\Common\Vinno.vCloud.Push.Configuration.Standard\Vinno.vCloud.Push.Configuration.csproj" />
- <ProjectReference Include="..\..\Protocol\Vinno.vCloud.Protocol.Standard\Vinno.vCloud.Protocol.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="SQLite.Net">
- <HintPath>..\..\packages\SQLite.Net.Core-PCL.3.1.1\lib\portable-win8+net45+wp8+wpa81+MonoAndroid1+MonoTouch1\SQLite.Net.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="LiveVideoNew\" />
- </ItemGroup>
- </Project>
|