Skip to content

Commit 221043f

Browse files
author
Brian Beversdorf
committed
Do not generate assemblies while building
1 parent 09907c5 commit 221043f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Float.FileDownloader/Float.FileDownloader.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
1010
<PackageId>$(AssemblyName)</PackageId>
1111
<Title>$(AssemblyName)</Title>
12+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1213
<LangVersion>9.0</LangVersion>
1314
<ReleaseVersion>1.0.0</ReleaseVersion>
15+
<Version></Version>
1416
</PropertyGroup>
1517
<ItemGroup>
1618
<AdditionalFiles Include="$(SolutionDir)/stylecop.json" />

0 commit comments

Comments
 (0)