mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
8 lines
221 B
XML
8 lines
221 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<ArtifactsDir Condition="'$(ArtifactsDir)' == ''">$(RepoRoot)artifacts\</ArtifactsDir>
|
|
<VsixOutputPath>$(ArtifactsDir)VSIX\</VsixOutputPath>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|