50 lines
1.9 KiB
XML
50 lines
1.9 KiB
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<Authors>Alan Brault</Authors>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<IsTrimmable>false</IsTrimmable>
|
|
<LangVersion>12</LangVersion>
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
<Nullable>enable</Nullable>
|
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
|
<Version>0.0.1</Version>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
|
<CodeAnalysisTreatWarningsAsErrors>false</CodeAnalysisTreatWarningsAsErrors>
|
|
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<DebugType>embedded</DebugType>
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
<PackageProjectUrl>https://git.visus.io/alan.brault/MapperSourceGenSample</PackageProjectUrl>
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://git.visus.io/alan.brault/MapperSourceGenSample.git</RepositoryUrl>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(CI)' == 'true'">
|
|
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
|
<RestoreLockedMode>true</RestoreLockedMode>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<BeforePack>$(BeforePack);IncludeAnalyzersInPackage</BeforePack>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
|
|
<_Parameter1>$(AssemblyName).Tests</_Parameter1>
|
|
</AssemblyAttribute>
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
|
|
<_Parameter1>DynamicProxyGenAssembly2</_Parameter1>
|
|
</AssemblyAttribute>
|
|
</ItemGroup>
|
|
|
|
</Project>
|