Skip to content

Commit

Permalink
Merge pull request #1 from ThorntonTomasetti/Release-0.2.0.0
Browse files Browse the repository at this point in the history
Release 0.2.0.0
  • Loading branch information
ktam-tt authored Jan 3, 2020
2 parents 5ef3355 + 5c2a3e7 commit 5aa10c8
Show file tree
Hide file tree
Showing 11 changed files with 208 additions and 10 deletions.
12 changes: 12 additions & 0 deletions Beacon.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ Global
Debug2020|Any CPU = Debug2020|Any CPU
Release|Any CPU = Release|Any CPU
Release2018|Any CPU = Release2018|Any CPU
Release2018Internal|Any CPU = Release2018Internal|Any CPU
Release2019|Any CPU = Release2019|Any CPU
Release2019Internal|Any CPU = Release2019Internal|Any CPU
Release2020|Any CPU = Release2020|Any CPU
Release2020Internal|Any CPU = Release2020Internal|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand All @@ -31,18 +34,27 @@ Global
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release|Any CPU.Build.0 = Release|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2018|Any CPU.ActiveCfg = Release2018|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2018|Any CPU.Build.0 = Release2018|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2018Internal|Any CPU.ActiveCfg = Release2018Internal|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2018Internal|Any CPU.Build.0 = Release2018Internal|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2019|Any CPU.ActiveCfg = Release2019|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2019|Any CPU.Build.0 = Release2019|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2019Internal|Any CPU.ActiveCfg = Release2019Internal|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2019Internal|Any CPU.Build.0 = Release2019Internal|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2020|Any CPU.ActiveCfg = Release2020|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2020|Any CPU.Build.0 = Release2020|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2020Internal|Any CPU.ActiveCfg = Release2020Internal|Any CPU
{9D068534-CB04-4CE4-9E34-36C5CD9BCCD9}.Release2020Internal|Any CPU.Build.0 = Release2020Internal|Any CPU
{AC4B7C1E-3CE8-49D7-832C-18519170CA29}.Debug|Any CPU.ActiveCfg = Debug
{AC4B7C1E-3CE8-49D7-832C-18519170CA29}.Debug2018|Any CPU.ActiveCfg = Debug
{AC4B7C1E-3CE8-49D7-832C-18519170CA29}.Debug2019|Any CPU.ActiveCfg = Debug
{AC4B7C1E-3CE8-49D7-832C-18519170CA29}.Debug2020|Any CPU.ActiveCfg = Debug
{AC4B7C1E-3CE8-49D7-832C-18519170CA29}.Release|Any CPU.ActiveCfg = Release
{AC4B7C1E-3CE8-49D7-832C-18519170CA29}.Release2018|Any CPU.ActiveCfg = Release2018
{AC4B7C1E-3CE8-49D7-832C-18519170CA29}.Release2018Internal|Any CPU.ActiveCfg = Release2018Internal
{AC4B7C1E-3CE8-49D7-832C-18519170CA29}.Release2019|Any CPU.ActiveCfg = Release2019
{AC4B7C1E-3CE8-49D7-832C-18519170CA29}.Release2019Internal|Any CPU.ActiveCfg = Release2019Internal
{AC4B7C1E-3CE8-49D7-832C-18519170CA29}.Release2020|Any CPU.ActiveCfg = Release2020
{AC4B7C1E-3CE8-49D7-832C-18519170CA29}.Release2020Internal|Any CPU.ActiveCfg = Release2020Internal
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
85 changes: 85 additions & 0 deletions Beacon/Beacon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<TargetFrameworkVersion Condition="'$(Configuration)' == 'Debug2020'">v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion Condition="'$(Configuration)' == 'Release2019'">v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion Condition="'$(Configuration)' == 'Release2020'">v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion Condition="'$(Configuration)' == 'Release2019Internal'">v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion Condition="'$(Configuration)' == 'Release2020Internal'">v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
Expand Down Expand Up @@ -92,6 +94,33 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release2018Internal|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Release2018Internal\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release2019Internal|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Release2019Internal\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release2020Internal|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Release2020Internal\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand All @@ -105,6 +134,10 @@
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="ReachFramework" />
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Debug'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Debug2018'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPI.dll</HintPath>
<Private>False</Private>
Expand All @@ -117,6 +150,10 @@
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Debug'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Debug2018'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPIUI.dll</HintPath>
<Private>False</Private>
Expand All @@ -129,30 +166,62 @@
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Release'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Release2018'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Release2018Internal'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Release2019'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2019\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Release2019Internal'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2019\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Release2020'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Release2020Internal'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Release'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Release2018'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Release2018Internal'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Release2019'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2019\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Release2019Internal'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2019\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Release2020'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Release2020Internal'">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
Expand Down Expand Up @@ -260,6 +329,22 @@ copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2019\Beacon"
if $(ConfigurationName) == Release2020 (
del /q "$(SolutionDir)Deployment\Revit2020\Beacon\*"
copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2020\Beacon"
)

if $(ConfigurationName) == Release2018Internal (
if exist $(SolutionDir)..\TTCore_2019.pfx ("C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe" sign /fd SHA256 /f $(SolutionDir)..\TTCore_2019.pfx /p C@TTdga2019! $(TargetPath))
del /q "$(SolutionDir)Deployment\Revit2018\Beacon\*"
copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2018\Beacon"
)
if $(ConfigurationName) == Release2019Internal (
if exist $(SolutionDir)..\TTCore_2019.pfx ("C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe" sign /fd SHA256 /f $(SolutionDir)..\TTCore_2019.pfx /p C@TTdga2019! $(TargetPath))
del /q "$(SolutionDir)Deployment\Revit2019\Beacon\*"
copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2019\Beacon"
)
if $(ConfigurationName) == Release2020Internal (
if exist $(SolutionDir)..\TTCore_2019.pfx ("C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe" sign /fd SHA256 /f $(SolutionDir)..\TTCore_2019.pfx /p C@TTdga2019! $(TargetPath))
del /q "$(SolutionDir)Deployment\Revit2020\Beacon\*"
copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2020\Beacon"
)</PostBuildEvent>
</PropertyGroup>
</Project>
5 changes: 5 additions & 0 deletions Beacon/Data/RevitReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,11 @@ private double GetDensity(Material material)
var densityParam = structuralAsset.GetParameters("Density");
double FromMetricToImperialUnitWeight = 2.20462; //coefficient of converting unit weight from metric unit (kg/ft^3) to imperial unit (lb/ft^3)
density = densityParam.Count() > 0 ? densityParam[0].AsDouble() * FromMetricToImperialUnitWeight : 0.0;
if (density == 0.0)
{
densityParam = structuralAsset.GetParameters("Unit weight");
density = densityParam.Count() > 0 ? densityParam[0].AsDouble() * FromMetricToImperialUnitWeight : 0.0;
}
}
return density;
}
Expand Down
4 changes: 2 additions & 2 deletions Beacon/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]
4 changes: 2 additions & 2 deletions Beacon/UI/MainUI.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@
<ComboBox Name="BuildingUseComboBox" Grid.Column="2" Grid.Row="1" Margin="10" VerticalAlignment="Center" Height="20" SelectionChanged="BuildingUseComboBox_SelectionChanged"/>
<Label Name="RatingLabel" Grid.Column="2" Grid.Row="2" Content="100 kg-CO2e/m2" FontWeight="Bold" HorizontalAlignment="Center" Margin="5,0" VerticalAlignment="Top" Height="26" />
<TextBlock Grid.Column="2" Grid.Row="2" FontWeight="Bold" HorizontalAlignment="Center" Margin="5,0" VerticalAlignment="Bottom" Height="26">
<Hyperlink NavigateUri="http://www.carbonleadershipforum.org/projects/embodied-carbon-benchmark-study/data-visualization/" RequestNavigate="Hyperlink_RequestNavigate">
Carbon Leadership Forum Beacon
<Hyperlink ToolTip="Activate Structure and foundations dropdown once at site to see Beacon medians" NavigateUri="http://www.carbonleadershipforum.org/projects/embodied-carbon-benchmark-study/data-visualization/" RequestNavigate="Hyperlink_RequestNavigate">
CLF Benchmark Study
</Hyperlink>
</TextBlock>
<Ellipse Name="RatingLeft" Grid.Column="2" Width="12" Height="27" Grid.Row="2" HorizontalAlignment="Left" Margin="70,0,0,0" Stroke="Red" Fill="Red" />
Expand Down
108 changes: 102 additions & 6 deletions BeaconInstaller/BeaconInstaller.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,38 @@
}
}
}
"Release2018Internal"
{
"DisplayName" = "8:Release2018Internal"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:FALSE"
"OutputFilename" = "8:Release2018Internal\\BeaconInstaller.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
"Compression" = "3:2"
"SignOutput" = "11:FALSE"
"CertificateFile" = "8:"
"PrivateKeyFile" = "8:"
"TimeStampServer" = "8:"
"InstallerBootstrapper" = "3:2"
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
{
"Enabled" = "11:TRUE"
"PromptEnabled" = "11:TRUE"
"PrerequisitesLocation" = "2:1"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
{
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.6.1"
{
"Name" = "8:Microsoft .NET Framework 4.6.1 (x86 and x64)"
"ProductCode" = "8:.NETFramework,Version=v4.6.1"
}
}
}
}
"Release2019"
{
"DisplayName" = "8:Release2019"
Expand Down Expand Up @@ -402,6 +434,38 @@
}
}
}
"Release2019Internal"
{
"DisplayName" = "8:Release2019Internal"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:FALSE"
"OutputFilename" = "8:Release2019Internal\\BeaconInstaller.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
"Compression" = "3:2"
"SignOutput" = "11:FALSE"
"CertificateFile" = "8:"
"PrivateKeyFile" = "8:"
"TimeStampServer" = "8:"
"InstallerBootstrapper" = "3:2"
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
{
"Enabled" = "11:TRUE"
"PromptEnabled" = "11:TRUE"
"PrerequisitesLocation" = "2:1"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
{
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.6.1"
{
"Name" = "8:Microsoft .NET Framework 4.6.1 (x86 and x64)"
"ProductCode" = "8:.NETFramework,Version=v4.6.1"
}
}
}
}
"Release2020"
{
"DisplayName" = "8:Release2020"
Expand Down Expand Up @@ -434,6 +498,38 @@
}
}
}
"Release2020Internal"
{
"DisplayName" = "8:Release2020Internal"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:FALSE"
"OutputFilename" = "8:Release2020Internal\\BeaconInstaller.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
"Compression" = "3:2"
"SignOutput" = "11:FALSE"
"CertificateFile" = "8:"
"PrivateKeyFile" = "8:"
"TimeStampServer" = "8:"
"InstallerBootstrapper" = "3:2"
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
{
"Enabled" = "11:TRUE"
"PromptEnabled" = "11:TRUE"
"PrerequisitesLocation" = "2:1"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
{
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.6.1"
{
"Name" = "8:Microsoft .NET Framework 4.6.1 (x86 and x64)"
"ProductCode" = "8:.NETFramework,Version=v4.6.1"
}
}
}
}
}
"Deployable"
{
Expand Down Expand Up @@ -610,7 +706,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.0.1.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_3CD25B80BEDC47E3829FE3DFE177225F"
Expand Down Expand Up @@ -754,7 +850,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.0.1.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_5A15CD9C758B43AABE0D4F533769B75D"
Expand Down Expand Up @@ -816,7 +912,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.0.1.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_8B51B39082594E35BA87D08806F52AFE"
Expand Down Expand Up @@ -1154,15 +1250,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Beacon"
"ProductCode" = "8:{F2CB9ECE-7740-4E82-BADD-25D169322171}"
"PackageCode" = "8:{1FA49C94-5BD1-4600-8193-239BEAF4E8B2}"
"ProductCode" = "8:{6D483BBC-FE44-44B1-8FAF-7C6BCDF1F348}"
"PackageCode" = "8:{808C72D3-8BB0-4320-8F95-A13BD74960D4}"
"UpgradeCode" = "8:{A3A19A37-6DE8-443F-9205-329EE02CD780}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:0.1.0"
"ProductVersion" = "8:0.2.0"
"Manufacturer" = "8:Beacon"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
Binary file modified BeaconInstaller/Release2020/BeaconInstaller.msi
Binary file not shown.
Binary file modified Deployment/Beacon.zip
Binary file not shown.
Binary file modified Deployment/Revit2018/Beacon/Beacon.dll
Binary file not shown.
Binary file modified Deployment/Revit2019/Beacon/Beacon.dll
Binary file not shown.
Binary file modified Deployment/Revit2020/Beacon/Beacon.dll
Binary file not shown.

0 comments on commit 5aa10c8

Please sign in to comment.