File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments