2018-02-08 02:39:31 +03:00
|
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
|
|
|
<PackageProjectUrl>https://github.com/mono/t4</PackageProjectUrl>
|
2019-03-06 01:26:09 +03:00
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
2022-10-05 06:44:23 +03:00
|
|
|
<Authors>Mikayla Hutchinson</Authors>
|
2018-02-08 02:39:31 +03:00
|
|
|
<PackageTags>T4, templating</PackageTags>
|
2022-10-06 08:52:10 +03:00
|
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
2018-02-08 02:39:31 +03:00
|
|
|
<PackageOutputPath>$(MSBuildThisFileDirectory)packages\$(Configuration)</PackageOutputPath>
|
2022-10-06 08:52:10 +03:00
|
|
|
<EnablePackageValidation>true</EnablePackageValidation>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-02-03 12:40:12 +03:00
|
|
|
<LangVersion>10.0</LangVersion>
|
|
|
|
<AnalysisLevel>latest-Recommended</AnalysisLevel>
|
2022-10-06 08:52:10 +03:00
|
|
|
<CheckEolTargetFramework>False</CheckEolTargetFramework>
|
2018-02-08 02:39:31 +03:00
|
|
|
</PropertyGroup>
|
2022-10-05 23:26:00 +03:00
|
|
|
|
2018-12-11 08:11:55 +03:00
|
|
|
<ItemGroup>
|
2023-10-02 01:01:18 +03:00
|
|
|
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" PrivateAssets="all" />
|
2018-12-11 08:11:55 +03:00
|
|
|
</ItemGroup>
|
2022-01-26 10:10:52 +03:00
|
|
|
|
2021-05-18 03:05:31 +03:00
|
|
|
<!-- reproducible build -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
|
|
<DebugType>embedded</DebugType>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
|
|
|
|
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2023-10-02 01:01:18 +03:00
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
|
2021-05-18 03:05:31 +03:00
|
|
|
</ItemGroup>
|
2022-10-05 23:26:00 +03:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-10-06 08:52:10 +03:00
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)TextTemplating.snk</AssemblyOriginatorKeyFile>
|
2022-10-05 23:26:00 +03:00
|
|
|
<T4PublicKey>0024000004800000940000000602000000240000525341310004000001000100490b59506a03eb5fc5524722a6526eff804b7880a968a581a0bbb73cd6ab93c7b94a14150cb4ea40f610bebf607cea5e8a93ef25d124983300f4bdfe44859430a20a4ed2ac32cfd3a6f0aa12702df819b7799cc0fcf077eea706a27252d59a8a10e5164c2cdddd6680ca76b02ca244e83c1a8cc44b2691052b93ab30bcc613ad</T4PublicKey>
|
|
|
|
</PropertyGroup>
|
2022-10-06 08:52:10 +03:00
|
|
|
|
2022-01-25 23:33:20 +03:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<InternalsVisibleTo>
|
|
|
|
<Key>$(T4PublicKey)</Key>
|
|
|
|
</InternalsVisibleTo>
|
|
|
|
</ItemDefinitionGroup>
|
2018-02-08 02:39:31 +03:00
|
|
|
</Project>
|