Skip to content

Commit

Permalink
create installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola1Davydov committed Aug 2, 2024
1 parent 699d46d commit c13cbc0
Show file tree
Hide file tree
Showing 105 changed files with 1,607 additions and 14 deletions.
15 changes: 1 addition & 14 deletions AnalyseTool/AnalyseTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,10 @@
<LangVersion>latest</LangVersion>
<PlatformTarget>x64</PlatformTarget>
<ImplicitUsings>true</ImplicitUsings>
<Configurations>Debug R20;Debug R21;Debug R22;Debug R23;Debug R24;Debug R25</Configurations>
<Configurations>Debug R23;Debug R24;Debug R25</Configurations>
<Configurations>$(Configurations);Release R20;Release R21;Release R22;Release R23;Release R24;Release R25</Configurations>
</PropertyGroup>

<PropertyGroup Condition="$(Configuration.Contains('R20'))">
<RevitVersion>2020</RevitVersion>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('R21'))">
<RevitVersion>2021</RevitVersion>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('R22'))">
<RevitVersion>2022</RevitVersion>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('R23'))">
<RevitVersion>2023</RevitVersion>
<TargetFramework>net48</TargetFramework>
Expand Down Expand Up @@ -61,5 +49,4 @@
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Resource>
</ItemGroup>

</Project>
Binary file added AnalyseTool/AnalyseToolPluginSetup.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<RevitAddIns>
<AddIn Type="Application">
<Name>RevitAddIn</Name>
<Assembly>AnalyseTool/AnalyseTool.dll</Assembly>
<AddInId>8F8F151B-8E8A-492A-B68C-736B9C385BFE</AddInId>
<FullClassName>AnalyseTool.App</FullClassName>
<VendorId>DavydovDevelopment</VendorId>
<VendorDescription>Nikolai Davydov</VendorDescription>
<VendorEmail>[email protected]</VendorEmail>
</AddIn>
</RevitAddIns>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions AnalyseTool/AnalyzeTool.bundle/Contents/2023/RevitAddIns.addin
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<RevitAddIns>
<AddIn Type="Application">
<Name>RevitAddIn</Name>
<Assembly>AnalyseTool/AnalyseTool.dll</Assembly>
<AddInId>8F8F151B-8E8A-492A-B68C-736B9C385BFE</AddInId>
<FullClassName>AnalyseTool.App</FullClassName>
<VendorId>DavydovDevelopment</VendorId>
<VendorDescription>Nikolai Davydov</VendorDescription>
<VendorEmail>[email protected]</VendorEmail>
</AddIn>
</RevitAddIns>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<RevitAddIns>
<AddIn Type="Application">
<Name>RevitAddIn</Name>
<Assembly>AnalyseTool/AnalyseTool.dll</Assembly>
<AddInId>8F8F151B-8E8A-492A-B68C-736B9C385BFE</AddInId>
<FullClassName>AnalyseTool.App</FullClassName>
<VendorId>DavydovDevelopment</VendorId>
<VendorDescription>Nikolai Davydov</VendorDescription>
<VendorEmail>[email protected]</VendorEmail>
</AddIn>
</RevitAddIns>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions AnalyseTool/AnalyzeTool.bundle/Contents/2024/RevitAddIns.addin
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<RevitAddIns>
<AddIn Type="Application">
<Name>RevitAddIn</Name>
<Assembly>AnalyseTool/AnalyseTool.dll</Assembly>
<AddInId>8F8F151B-8E8A-492A-B68C-736B9C385BFE</AddInId>
<FullClassName>AnalyseTool.App</FullClassName>
<VendorId>DavydovDevelopment</VendorId>
<VendorDescription>Nikolai Davydov</VendorDescription>
<VendorEmail>[email protected]</VendorEmail>
</AddIn>
</RevitAddIns>
Loading

0 comments on commit c13cbc0

Please sign in to comment.