Skip to content

Commit 18cbbcc

Browse files
authored
Merge pull request #24 from CCSI-Toolset/josh_update_04_21_2021
Josh update 04 21 2021
2 parents d3c29ef + 62b0d8e commit 18cbbcc

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

Master/AspenSinterGUI/SplashWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<RichTextBox MouseLeftButtonDown="Grid_close" Background="White" HorizontalAlignment="Stretch" Margin="0,0,0,0" Name="Instructions" VerticalAlignment="Stretch" Grid.Column="1" Grid.ColumnSpan="4" Grid.Row="2" Grid.RowSpan="3" FontSize="12" IsReadOnly="True" VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto">
3232
<FlowDocument>
3333
<Paragraph>
34-
SimSinter was produced under the DOE Carbon Capture Simulation Initiative (CCSI), and is copyright (c) 2012 - 2021 by the software owners: Oak Ridge Institute for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence Livermore National Security, LLC., The Regents of the University of California, through Lawrence Berkeley National Laboratory, Battelle Memorial Institute, Pacific Northwest Division through Pacific Northwest National Laboratory, Carnegie Mellon University, West Virginia University, Boston University, the Trustees of Princeton University, The University of Texas at Austin, URS Energy & Construction, Inc., et al.. All rights reserved.
34+
SimSinter was produced under the DOE Carbon Capture Simulation Initiative (CCSI), and is copyright (c) 2012 - 2021 by the software owners: Oak Ridge Institute for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence Livermore National Security, LLC., The Regents of the University of California, through Lawrence Berkeley National Laboratory, Battelle Memorial Institute, Pacific Northwest Division through Pacific Northwest National Laboratory, Carnegie Mellon University, West Virginia University, Boston University, the Trustees of Princeton University, The University of Texas at Austin, URS Energy and Construction, Inc., et al.. All rights reserved.
3535
</Paragraph>
3636

3737
<Table>

Master/SimSinterInstaller/SimSinter.wxs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product Id="FE0D0DCA-BCD7-4242-8647-35D2E4779588"
88
Name="SimSinter"
99
Language="1033"
10-
Version="1.6.0.0"
10+
Version="2.1.0.0"
1111
Manufacturer="CCSI"
1212
UpgradeCode="a9491f5b-eb5c-4fd4-8551-d7cf7992872c">
1313

@@ -59,7 +59,8 @@
5959
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
6060
<UIRef Id="WixUI_Mondo" />
6161
<UIRef Id="WixUI_ErrorProgressText" />
62-
<WixVariable Id="WixUILicenseRtf" Value="..\LICENSE.rtf" />
62+
<WixVariable Id="WixUILicenseRtf" Value="..\UC2\LICENSE.rtf" />
63+
6364

6465
</Product>
6566

Master/Sinter/Sinter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</PropertyGroup>
4545
<ItemGroup>
4646
<Reference Include="Interop.Happ">
47-
<HintPath>$(MSBuildProgramFiles32)\AspenTech\AprSystem V8.4\GUI\Xeq\Interop.Happ.dll</HintPath>
47+
<HintPath>$(MSBuildProgramFiles32)\AspenTech\AprSystem V10.0\GUI\Xeq\Interop.Happ.dll</HintPath>
4848
<EmbedInteropTypes>True</EmbedInteropTypes>
4949
</Reference>
5050
<Reference Include="Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">

Master/UC2/COPYRIGHT_LLNL.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
COPYRIGHT..

Master/UC2/UC2.vcxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@
170170
<None Include="udunits2\lib\udunits2-common.xml" />
171171
<None Include="udunits2\lib\udunits2-derived.xml" />
172172
<None Include="udunits2\lib\udunits2-prefixes.xml" />
173-
<None Include="udunits2\lib\udunits2.xml" />
173+
<None Include="udunits2\lib\udunits2.xml">
174+
<SubType>Designer</SubType>
175+
</None>
174176
<None Include="UnitCon.rgs" />
175177
<None Include="ReadMe.txt" />
176178
</ItemGroup>

0 commit comments

Comments
 (0)