Skip to content

Commit 6109504

Browse files
committed
Add solution assembly information
1 parent dae6f5d commit 6109504

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Flow.Launcher.Command/Flow.Launcher.Command.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
@@ -40,4 +40,8 @@
4040
<Content Include="app.ico" />
4141
</ItemGroup>
4242

43+
<ItemGroup>
44+
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
45+
</ItemGroup>
46+
4347
</Project>

0 commit comments

Comments
 (0)