2022-04-12 20:31:56 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-10-22 20:30:05 -05:00
|
|
|
<PropertyGroup>
|
2025-01-02 14:18:27 -06:00
|
|
|
<OutputType>Exe</OutputType>
|
2019-10-22 20:30:05 -05:00
|
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
|
|
|
<OutputPath>..\..\bin\</OutputPath>
|
2024-12-29 10:24:45 -06:00
|
|
|
<TargetFrameworks>net481;net8.0;net9.0</TargetFrameworks>
|
2024-08-08 12:00:02 -05:00
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2025-01-02 14:18:27 -06:00
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
<PackageId>VivoxTest</PackageId>
|
|
|
|
|
<RootNamespace>VoiceTest</RootNamespace>
|
2019-10-22 20:30:05 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\LibreMetaverse\LibreMetaverse.csproj" />
|
2025-01-02 14:18:27 -06:00
|
|
|
<ProjectReference Include="..\..\LibreMetaverse.Types\LibreMetaverse.Types.csproj" />
|
2024-10-31 08:13:31 -05:00
|
|
|
<ProjectReference Include="..\..\LibreMetaverse.Voice.Vivox\LibreMetaverse.Voice.Vivox.csproj" />
|
2019-10-22 20:30:05 -05:00
|
|
|
</ItemGroup>
|
2021-12-29 14:49:56 -06:00
|
|
|
<ItemGroup>
|
2025-01-02 14:18:27 -06:00
|
|
|
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
|
|
|
|
|
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
|
|
|
|
|
<None Include="..\..\data\logo.png" Pack="true" PackagePath="\" />
|
2021-12-29 14:49:56 -06:00
|
|
|
</ItemGroup>
|
2019-10-22 20:30:05 -05:00
|
|
|
</Project>
|