Skip to content

Commit 07f6d61

Browse files
committed
Change common project props
1 parent 726417b commit 07f6d61

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/BuildSettings.Common.props

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@
77
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
88
<OutputPath>$(SolutionDir)bin\$(Configuration)</OutputPath>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10-
</PropertyGroup>
11-
<PropertyGroup>
1210
<Company>https://github.com/IllusionMods/KeelPlugins</Company>
1311
<Copyright>GPL-3.0 license, 2019</Copyright>
12+
<LangVersion>preview</LangVersion>
13+
<Deterministic>true</Deterministic>
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.Unity.Analyzers" Version="1.18" />
1717
</ItemGroup>
18+
<ItemGroup>
19+
<None Include="$(SolutionDir)\LICENSE" Link="LICENSE" Visible="false" CopyToOutputDirectory="PreserveNewest"/>
20+
<None Include="$(SolutionDir)\README.md" Link="README.md" Visible="false" CopyToOutputDirectory="PreserveNewest"/>
21+
</ItemGroup>
1822
<Import Project="SkipAllRefs.targets" />
1923
</Project>

0 commit comments

Comments
 (0)