Skip to content

Commit

Permalink
import the csproj.user file in KSPCommon.props
Browse files Browse the repository at this point in the history
first jab at addressing #32
  • Loading branch information
drewcassidy committed Sep 20, 2024
1 parent 2701fb8 commit 00c2cd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion KSPCommon.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<PropertyGroup>
<KSPCommonPropsImported>true</KSPCommonPropsImported>
</PropertyGroup>


<!-- import the csproj.user file. This might not be a good idea -->
<Import Project="$(MSBuildProjectFullPath).user" Condition="Exists('$(MSBuildProjectFullPath).user')"/>

<!--import solution-wide props if it exists -->
<Import Condition=" Exists('$(SolutionDir)$(SolutionName).props') " Project="$(SolutionDir)$(SolutionName).props"/>

Expand Down

0 comments on commit 00c2cd6

Please sign in to comment.