添加项目
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
<RevitVersion>2018</RevitVersion>
|
||||
<RootNamespace>ShrlAlgo.Addin.Test</RootNamespace>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DefineConstants>$(DefineConstants);REVIT2018</DefineConstants>
|
||||
@@ -22,6 +23,9 @@
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<DefineConstants>$(DefineConstants);REVIT2018</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<DefineConstants>$(DefineConstants);REVIT2018</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Remove="Biaui\**" />
|
||||
<EmbeddedResource Remove="Biaui\**" />
|
||||
|
||||
Reference in New Issue
Block a user