-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathRampastring.Tools.csproj
More file actions
40 lines (40 loc) · 1.87 KB
/
Rampastring.Tools.csproj
File metadata and controls
40 lines (40 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;netstandard2.0;net48</TargetFrameworks>
<Title>Rampastring.Tools</Title>
<Description>Rampastring's Generally Useful Library</Description>
<Company>Rampastring</Company>
<Product>Rampastring.Tools</Product>
<Copyright>Copyright © Rami 'Rampastring' Pasanen 2016-2025</Copyright>
<Trademark></Trademark>
<AssemblyName>Rampastring.Tools</AssemblyName>
<RootNamespace>Rampastring.Tools</RootNamespace>
<ComVisible>false</ComVisible>
<CLSCompliant>false</CLSCompliant>
<AnalysisLevel>preview-all</AnalysisLevel>
<LangVersion>preview</LangVersion>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<Platforms>AnyCPU</Platforms>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<ComVisible>false</ComVisible>
<CLSCompliant>false</CLSCompliant>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>Rampastring.Tools</PackageId>
<PackageTags></PackageTags>
<PackageProjectUrl>https://github.com/Rampastring/Rampastring.Tools</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageLicenseExpression></PackageLicenseExpression>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.2.138-beta" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
</Project>