Skip to content

Commit

Permalink
add back user_local.props (DynamoDS#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaStanica authored Mar 12, 2024
1 parent 1e4e4b8 commit 448f29b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ local.properties
*.suo
*.user
*.sln.docstates
/src/Config/user_local.props

# Build results

Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## 0.6.12
* Fix CurtainPanel.ByElements failing to return when there is a door or window present in the curtain wall
* Stop tracking user_local.props in git so local setup for building DynamoRevit doesn't get pushed by mistake on remote server

## 0.6.11
* Update Dynamo Core to 3.0.4.7905
Expand Down
13 changes: 13 additions & 0 deletions src/Config/user_local.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<RevitVersionNumber Condition=" '$(RevitVersionNumber)' == '' ">Preview Release</RevitVersionNumber>
<REVIT_VERSION>Revit</REVIT_VERSION>
<!-- local env -->
<OutputPath Condition=" '$(OutputPath)' == '' ">$(SolutionDir)..\bin\$(Platform)\$(Configuration)\$(REVIT_VERSION)</OutputPath>
<TestOutputPath Condition=" '$(TestOutputPath)' == '' ">$(OutputPath)</TestOutputPath>
</PropertyGroup>
<PropertyGroup>
<REVITAPI Condition=" !Exists('$(REVITAPI)') ">E:\RevitVersion\2025\Releasex64_NET7_20230907\Releasex64</REVITAPI>
</PropertyGroup>
</Project>

0 comments on commit 448f29b

Please sign in to comment.