generated from Unknown6656-Megacorp/.github
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnknown6656.Generics.csproj
More file actions
82 lines (77 loc) · 3.75 KB
/
Unknown6656.Generics.csproj
File metadata and controls
82 lines (77 loc) · 3.75 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<!--<TargetFramework>netcoreapp3.1</TargetFramework>-->
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<NullableContextOptions>enable</NullableContextOptions>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Library</OutputType>
<OutputPath>$(SolutionDir)bin</OutputPath>
<!-- <TrimMode>Link</TrimMode> -->
<Deterministic>true</Deterministic>
<PublishTrimmed>true</PublishTrimmed>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<DisableWinExeOutputInference>true</DisableWinExeOutputInference>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>unknown6656</Authors>
<Company>unknown6656</Company>
<Product>Unknown6656.Generics by Unknown6656</Product>
<Copyright>Copyright © 2016-$([System.DateTime]::Today.ToString(yyyy)), unknown6656</Copyright>
<PackageProjectUrl>https://github.com/Unknown6656-Megacorp/Unknown6656.Generics</PackageProjectUrl>
<RepositoryUrl>https://github.com/Unknown6656-Megacorp/Unknown6656.Generics</RepositoryUrl>
<PackageIcon>unknown6656-logo-1024.png</PackageIcon>
<PackageTags>unknown6656;generic;generics;linq;helper;util</PackageTags>
<PackageId>Unknown6656.Generics</PackageId>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<RepositoryType>Git</RepositoryType>
<Version>$([System.IO.File]::ReadAllText("$(SolutionDir)version.txt"))</Version>
<PackageVersion>$([System.IO.File]::ReadAllText("$(SolutionDir)version.txt"))</PackageVersion>
<AssemblyVersion>$([System.IO.File]::ReadAllText("$(SolutionDir)version.txt"))</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<None Include="unknown6656-logo-1024.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Unknown6656.IndexableProperties" Version="1.1.0" />
<PackageReference Include="Unknown6656.IndexableProperties" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
<ItemGroup>
<None Update="src/Cached.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>Cached.cs</LastGenOutput>
</None>
<None Update="src/LINQExtensions.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>LINQExtensions.cs</LastGenOutput>
</None>
<Compile Update="src/Cache.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>src/Cache.tt</DependentUpon>
</Compile>
<Compile Update="src/Cached.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Cached.tt</DependentUpon>
</Compile>
<Compile Update="src/LINQExtensions.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>LINQExtensions.tt</DependentUpon>
</Compile>
</ItemGroup>
</Project>