Commit 448f29b 1 parent 1e4e4b8 commit 448f29b Copy full SHA for 448f29b
File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ local.properties
41
41
* .suo
42
42
* .user
43
43
* .sln.docstates
44
- /src /Config /user_local.props
45
44
46
45
# Build results
47
46
Original file line number Diff line number Diff line change 1
1
## 0.6.12
2
2
* 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
4
3
5
4
## 0.6.11
6
5
* Update Dynamo Core to 3.0.4.7905
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments