Skip to content

Commit

Permalink
Update project declarations
Browse files Browse the repository at this point in the history
Signed-off-by: Emilian Roman <[email protected]>
  • Loading branch information
MirisWisdom committed Feb 8, 2023
1 parent 1db2978 commit f29af9b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/GShade.Nuke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
<Nullable>enable</Nullable>
<AssemblyName>gshade-nuke</AssemblyName>
<RootNamespace>Miris.GShade.Nuke</RootNamespace>
<Company>Miris Wisdom</Company>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\bin\Debug\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>..\bin\Release\</OutputPath>
</PropertyGroup>

</Project>

0 comments on commit f29af9b

Please sign in to comment.