Skip to content
This repository was archived by the owner on Jun 17, 2019. It is now read-only.

Commit 8541893

Browse files
Setting the startup object and changing the exe filename
1 parent 93a1c03 commit 8541893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BCC.Submission/BCC.Submission.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>netcoreapp2.1;net471</TargetFrameworks>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
7+
<AssemblyName>BCCSubmission</AssemblyName>
8+
<StartupObject>BCC.Submission.Program</StartupObject>
79
</PropertyGroup>
810

911
<ItemGroup>

0 commit comments

Comments
 (0)