Skip to content

Commit

Permalink
SolutionDir 매크로를 msbuild에서 사용할 수 있도록 돕는 프로퍼티 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rkttu committed Nov 18, 2024
1 parent 3dfc610 commit e4a0a64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Directory.Build.Props
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Please do not delete, move, or rename this file (Directory.build.props); MSbuild will automatically read this file by convention. -->
<!-- https://stackoverflow.com/a/74789660 -->
<Project>
<PropertyGroup>
<SolutionDir Condition="'$(SolutionDir)'==''">$(MSBuildThisFileDirectory)</SolutionDir>
</PropertyGroup>
</Project>

0 comments on commit e4a0a64

Please sign in to comment.