forked from pyrevitlabs/pyRevit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyrevit-common.props
More file actions
30 lines (30 loc) · 1.35 KB
/
Copy pathpyrevit-common.props
File metadata and controls
30 lines (30 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version='1.0' encoding='utf-8'?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
<PropertyGroup>
<Version>6.5.3.26176</Version>
<Copyright>2014-2026</Copyright>
<Company>pyRevitLabs.io</Company>
</PropertyGroup>
<PropertyGroup>
<PyRevitRootDir>$(MSBuildThisFileDirectory)\..\</PyRevitRootDir>
<PyRevitBinDir>$(PyRevitRootDir)\bin\</PyRevitBinDir>
<PyRevitDistDir>$(PyRevitRootDir)\dist\</PyRevitDistDir>
<OutputPath>$(PyRevitDistDir)</OutputPath>
</PropertyGroup>
<PropertyGroup>
<ProductVersion>3.10</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<OutputType>Package</OutputType>
<DefineSolutionProperties>false</DefineSolutionProperties>
<DefineConstants>$(DefineConstants);PyRevitBinDir=$(PyRevitBinDir)</DefineConstants>
<DefineConstants>$(DefineConstants);Version=$(Version)</DefineConstants>
<DefineConstants>$(DefineConstants);Company=$(Company)</DefineConstants>
<DefineConstants>$(DefineConstants);Language=1033</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
<WarningLevel>0</WarningLevel>
</PropertyGroup>
</Project>