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

Commit

Permalink
Setting the startup object and changing the exe filename
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Nov 2, 2018
1 parent 93a1c03 commit 8541893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BCC.Submission/BCC.Submission.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1;net471</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>BCCSubmission</AssemblyName>
<StartupObject>BCC.Submission.Program</StartupObject>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8541893

Please sign in to comment.