Skip to content

Commit

Permalink
Updated configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mahara committed Jun 24, 2024
1 parent 5c5c8cb commit 9e705b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Solution.Build.Properties.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
-->

<PropertyGroup>
<BuildConfigurationFolderName Condition="'$(BuildConfigurationFolderName)' == ''">build</BuildConfigurationFolderName>
<SourceCodeFolderName Condition="'$(SourceCodeFolderName)' == ''">src</SourceCodeFolderName>
<ArtifactsFolderName Condition="'$(ArtifactsFolderName)' == ''">artifacts</ArtifactsFolderName>
<IntermediateOutputFolderName Condition="'$(IntermediateOutputFolderName)' == ''">obj</IntermediateOutputFolderName>
<OutputFolderName Condition="'$(OutputFolderName)' == ''">bin</OutputFolderName>
<PackageOutputFolderName Condition="'$(PackageOutputFolderName)' == ''">packages</PackageOutputFolderName>
<BuildConfigurationFolderName>build</BuildConfigurationFolderName>
<SourceCodeFolderName>src</SourceCodeFolderName>
<ArtifactsFolderName>artifacts</ArtifactsFolderName>
<IntermediateOutputFolderName>obj</IntermediateOutputFolderName>
<OutputFolderName>bin</OutputFolderName>
<PackageOutputFolderName>packages</PackageOutputFolderName>
</PropertyGroup>

</Project>
1 change: 1 addition & 0 deletions build/Solution.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
<UseCommonOutputDirectory Condition="'$(UseCommonOutputDirectory)' == ''">false</UseCommonOutputDirectory>

<BuildConfigurationFolderName Condition="'$(BuildConfigurationFolderName)' == ''">build</BuildConfigurationFolderName>
<SourceCodeFolderName Condition="'$(SourceCodeFolderName)' == ''">src</SourceCodeFolderName>
<ArtifactsFolderName Condition="'$(ArtifactsFolderName)' == ''">artifacts</ArtifactsFolderName>
<IntermediateOutputFolderName Condition="'$(IntermediateOutputFolderName)' == ''">obj</IntermediateOutputFolderName>
<OutputFolderName Condition="'$(OutputFolderName)' == ''">bin</OutputFolderName>
Expand Down

0 comments on commit 9e705b2

Please sign in to comment.