1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{60C3C457-D35A-4343-A906-01CF666DC75E}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >BatchRvt.Addin.Revit2023</RootNamespace >
11
+ <AssemblyName >BatchRvtAddin2023</AssemblyName >
12
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <Deterministic >true</Deterministic >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <OutputPath >bin\x64\Debug\</OutputPath >
19
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
20
+ <DebugType >full</DebugType >
21
+ <PlatformTarget >x64</PlatformTarget >
22
+ <LangVersion >7.3</LangVersion >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <OutputPath >bin\x64\Release\</OutputPath >
28
+ <DefineConstants >TRACE</DefineConstants >
29
+ <Optimize >true</Optimize >
30
+ <DebugType >pdbonly</DebugType >
31
+ <PlatformTarget >x64</PlatformTarget >
32
+ <LangVersion >7.3</LangVersion >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
35
+ </PropertyGroup >
36
+ <ItemGroup >
37
+ <Reference Include =" IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
38
+ <SpecificVersion >False</SpecificVersion >
39
+ <HintPath >..\References\IronPython-2.7.3\IronPython.dll</HintPath >
40
+ </Reference >
41
+ <Reference Include =" IronPython.Modules, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
42
+ <SpecificVersion >False</SpecificVersion >
43
+ <HintPath >..\References\IronPython-2.7.3\IronPython.Modules.dll</HintPath >
44
+ </Reference >
45
+ <Reference Include =" Microsoft.Dynamic, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
46
+ <SpecificVersion >False</SpecificVersion >
47
+ <HintPath >..\References\IronPython-2.7.3\Microsoft.Dynamic.dll</HintPath >
48
+ </Reference >
49
+ <Reference Include =" Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
50
+ <SpecificVersion >False</SpecificVersion >
51
+ <HintPath >..\References\IronPython-2.7.3\Microsoft.Scripting.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" Microsoft.Scripting.Metadata, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
54
+ <SpecificVersion >False</SpecificVersion >
55
+ <HintPath >..\References\IronPython-2.7.3\Microsoft.Scripting.Metadata.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" RevitAPI" >
58
+ <HintPath >..\References\Revit\2023\RevitAPI.dll</HintPath >
59
+ <Private >False</Private >
60
+ </Reference >
61
+ <Reference Include =" RevitAPIUI" >
62
+ <HintPath >..\References\Revit\2023\RevitAPIUI.dll</HintPath >
63
+ <Private >False</Private >
64
+ </Reference >
65
+ <Reference Include =" System" />
66
+ <Reference Include =" System.Core" />
67
+ <Reference Include =" System.Windows.Forms" />
68
+ <Reference Include =" Microsoft.CSharp" />
69
+ </ItemGroup >
70
+ <ItemGroup >
71
+ <Compile Include =" ..\Common\GlobalAssemblyInfo.cs" >
72
+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
73
+ </Compile >
74
+ <Compile Include =" BatchRvtAddinApplication.cs" />
75
+ <Compile Include =" Properties\AssemblyInfo.cs" />
76
+ </ItemGroup >
77
+ <ItemGroup >
78
+ <ProjectReference Include =" ..\BatchRvtScriptHost\BatchRvtScriptHost.csproj" >
79
+ <Project >{673d1fb5-cfb2-4bdf-9609-c43979dd7197}</Project >
80
+ <Name >BatchRvtScriptHost</Name >
81
+ </ProjectReference >
82
+ </ItemGroup >
83
+ <ItemGroup >
84
+ <Content Include =" BatchRvtAddin2023.addin" />
85
+ </ItemGroup >
86
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
87
+ <PropertyGroup >
88
+ <PostBuildEvent >call "$(ProjectDir)..\AddinDeployment\DeployAddin.bat" "$(ProjectDir)" "$(TargetDir)" "2023"</PostBuildEvent >
89
+ </PropertyGroup >
90
+ </Project >
0 commit comments