Trivial csproj indentation cleanup
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<AssemblyName>PacketDump</AssemblyName>
|
||||
<PackageId>PacketDump</PackageId>
|
||||
<OutputType>Exe</OutputType>
|
||||
<PackageId>PacketDump</PackageId>
|
||||
<OutputType>Exe</OutputType>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<OutputPath>..\..\..\bin\</OutputPath>
|
||||
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
|
||||
@@ -18,8 +18,8 @@
|
||||
<ProjectReference Include="..\..\..\LibreMetaverse.Types\LibreMetaverse.Types.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\..\LICENSE.txt" Pack="true" PackagePath="\" />
|
||||
<None Include="..\..\..\README.md" Pack="true" PackagePath="\" />
|
||||
<None Include="..\..\..\data\logo.png" Pack="true" PackagePath="\" />
|
||||
<None Include="..\..\..\LICENSE.txt" Pack="true" PackagePath="\" />
|
||||
<None Include="..\..\..\README.md" Pack="true" PackagePath="\" />
|
||||
<None Include="..\..\..\data\logo.png" Pack="true" PackagePath="\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user