Skip to content

Commit 448f29b

Browse files
add back user_local.props (DynamoDS#3054)
1 parent 1e4e4b8 commit 448f29b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ local.properties
4141
*.suo
4242
*.user
4343
*.sln.docstates
44-
/src/Config/user_local.props
4544

4645
# Build results
4746

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## 0.6.12
22
* Fix CurtainPanel.ByElements failing to return when there is a door or window present in the curtain wall
3-
* Stop tracking user_local.props in git so local setup for building DynamoRevit doesn't get pushed by mistake on remote server
43

54
## 0.6.11
65
* Update Dynamo Core to 3.0.4.7905

src/Config/user_local.props

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<RevitVersionNumber Condition=" '$(RevitVersionNumber)' == '' ">Preview Release</RevitVersionNumber>
5+
<REVIT_VERSION>Revit</REVIT_VERSION>
6+
<!-- local env -->
7+
<OutputPath Condition=" '$(OutputPath)' == '' ">$(SolutionDir)..\bin\$(Platform)\$(Configuration)\$(REVIT_VERSION)</OutputPath>
8+
<TestOutputPath Condition=" '$(TestOutputPath)' == '' ">$(OutputPath)</TestOutputPath>
9+
</PropertyGroup>
10+
<PropertyGroup>
11+
<REVITAPI Condition=" !Exists('$(REVITAPI)') ">E:\RevitVersion\2025\Releasex64_NET7_20230907\Releasex64</REVITAPI>
12+
</PropertyGroup>
13+
</Project>

0 commit comments

Comments
 (0)