Skip to content

Commit

Permalink
Minor tweaks for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVeld committed Aug 8, 2023
1 parent 68bee5e commit a9e4ca7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions CarboCroc/CarboCroc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="GH_IO">
Expand Down
6 changes: 2 additions & 4 deletions CarboLifeAPI/CarboLifeAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="LiveCharts">
<HintPath>..\..\..\CarboLifeCalc\LiveCharts.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\LiveCharts.0.9.7\lib\net45\LiveCharts.dll</HintPath>
</Reference>
<Reference Include="LiveCharts.Wpf">
<HintPath>..\..\..\CarboLifeCalc\LiveCharts.Wpf.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\LiveCharts.Wpf.0.9.7\lib\net45\LiveCharts.Wpf.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down
Binary file modified CarboLifeCalc/img/ico_CarboLife2D16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CarboLifeCalc/img/ico_CarboLife2D32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions CarboLifeRevit/CarboLifeRevit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CarboLifeRevit</RootNamespace>
<AssemblyName>CarboLifeRevit</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
Expand Down Expand Up @@ -53,7 +53,7 @@
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>ARM64</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions CarboLifeUI/CarboLifeUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
<ApplicationIcon>Resources\ico_CarboLife.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
<Reference Include="LiveCharts">
<HintPath>..\packages\LiveCharts.0.9.7\lib\net45\LiveCharts.dll</HintPath>
</Reference>
<Reference Include="LiveCharts.Wpf">
<HintPath>..\..\..\CarboLifeCalc\LiveCharts.Wpf.dll</HintPath>
<HintPath>..\packages\LiveCharts.Wpf.0.9.7\lib\net45\LiveCharts.Wpf.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down
2 changes: 1 addition & 1 deletion CarboLifeUI/UI/CarboLifeMainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ private void Window_Loaded(object sender, RoutedEventArgs e)
System.Drawing.Rectangle resolution = System.Windows.Forms.Screen.PrimaryScreen.Bounds;
int height = resolution.Height;

if(height > 744)
if(height > 768)
{
this.Height = (height - 100);

Expand Down
2 changes: 1 addition & 1 deletion CarboLifeUI/UI/Overview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<RowDefinition Height="30"/>
<RowDefinition Height="0.8*"/>
<RowDefinition Height="30"/>
<RowDefinition Height="330"/>
<RowDefinition Height="340"/>
<RowDefinition Height="5"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
Expand Down

0 comments on commit a9e4ca7

Please sign in to comment.