mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 06:26:09 -07:00
22 lines
No EOL
919 B
XML
22 lines
No EOL
919 B
XML
<Project>
|
|
<!-- <PropertyGroup>
|
|
<MSBuildProjectExtensionsPath>$(SolutionDir)\obj\$(Configuration)\$(MSBuildProjectName)\</MSBuildProjectExtensionsPath>
|
|
<IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\$(MSBuildProjectName)\</IntermediateOutputPath>
|
|
<OutputPath>$(SolutionDir)\build\$(Configuration)\$(AssemblyName)\</OutputPath>
|
|
<OutDir>$(OutputPath)</OutDir>
|
|
</PropertyGroup> -->
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Version>0.9.3.0</Version>
|
|
<AssemblyVersion>0.9.3.0</AssemblyVersion>
|
|
<FileVersion>0.9.3.0</FileVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Nerdbank.GitVersioning" Condition="!Exists('packages.config')">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<Version>3.6.133</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
</Project> |