Componentes.Internos.PluginSDK/Build/Build.properties

10 lines
385 B
Properties
Raw Normal View History

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Project Folders -->
<PropertyGroup>
<BaseFolder>$(MSBuildProjectDirectory)\..</BaseFolder>
<SourceFolder>$(BaseFolder)\Source</SourceFolder>
<PackageFolder>$(BaseFolder)\Packages</PackageFolder>
<OutputFolder>$(BaseFolder)\Lib\$(DelphiVersion)</OutputFolder>
</PropertyGroup>
</Project>