Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dd-bim/City2BIM
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianClemen committed Mar 1, 2024
2 parents 5fc606a + fdf6a69 commit 4045d76
Show file tree
Hide file tree
Showing 32 changed files with 3,762 additions and 103 deletions.
7 changes: 7 additions & 0 deletions CityBIM/CityBIM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,12 @@
<Compile Remove="obj\x64\Revit2021_Debug\GUI\Properties\PropertyWindow.g.cs" />
<Compile Remove="obj\x64\Revit2021_Debug\GUI\XPlan2BIM\ImportXPlanDialog.g.cs" />
</ItemGroup>
<ItemGroup>
<Compile Update="ResourcePictures.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>ResourcePictures.resx</DependentUpon>
</Compile>
</ItemGroup>
<Import Project="..\CommonRevit\CommonRevit.projitems" Label="Shared" />
</Project>
73 changes: 41 additions & 32 deletions CityBIM/ResourcePictures.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions CityBIM/ResourcePictures.resx
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,7 @@
<data name="XPlan_32px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>img\XPlan_32px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="LoGeoRef50IsNotFulfilled" xml:space="preserve">
<value>LoGeoRef50 is not fulfilled</value>
</data>
</root>
2 changes: 1 addition & 1 deletion DataCatPlugin_Installer/Package.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<Directory Id="AutodeskDir" Name="Autodesk">
<Directory Id="RevitDir" Name="Revit">
<Directory Id="AddinDir" Name="Addins">
<Directory Id="YearDir" Name="2022">
<Directory Id="YearDir" Name="2023">
<Directory Id="APPLICATIONFOLDER" Name="DataCatPlugin">
</Directory>
</Directory>
Expand Down
Loading

0 comments on commit 4045d76

Please sign in to comment.