Skip to content

Commit

Permalink
Updated MLib binaries to release version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirkster99 committed Mar 10, 2018
1 parent 57b7ead commit d9566a3
Show file tree
Hide file tree
Showing 23 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/Apps/ExplorerTestMLib/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
xmlns:behav="clr-namespace:ExplorerTestMLib.Demos.Behaviors"

mc:Ignorable="d"
Title="MainWindow" Height="350" Width="525">
Title="MainWindow" Height="350" Width="525"
ShowIcon="False"
>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
Expand Down
Empty file.
Binary file not shown.
Binary file modified source/Apps/NuGet_TestClient/ThemedExplorer/Binaries/MLib.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,14 @@
<Name>ExplorerLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Images\Open_48x.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\Open_64x.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\Open_32x.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

xmlns:MWindow="clr-namespace:MWindowLib;assembly=MWindowLib"

Icon="Images/Open_32x.png"
Title="Explorer" Height="350" Width="525">
<Grid xmlns:views="clr-namespace:ExplorerLib.Views;assembly=ExplorerLib">
<views:TreeListItemView DataContext="{Binding FolderTreeView}" />
Expand Down
Binary file modified source/Binaries/MLib.dll
Binary file not shown.
Binary file modified source/Binaries/MWindowDialogLib.dll
Binary file not shown.
Binary file modified source/Binaries/MWindowInterfacesLib.dll
Binary file not shown.
Binary file modified source/Binaries/MWindowLib.dll
Binary file not shown.
Binary file modified source/Binaries/de-DE/MWindowDialogLib.resources.dll
Binary file not shown.
Binary file modified source/Binaries/es-ES/MWindowDialogLib.resources.dll
Binary file not shown.
Binary file modified source/Binaries/fr-FR/MWindowDialogLib.resources.dll
Binary file not shown.
Binary file modified source/Binaries/hi/MWindowDialogLib.resources.dll
Binary file not shown.
Binary file modified source/Binaries/it-IT/MWindowDialogLib.resources.dll
Binary file not shown.
Binary file modified source/Binaries/nl-NL/MWindowDialogLib.resources.dll
Binary file not shown.
Binary file modified source/Binaries/zh-Hans/MWindowDialogLib.resources.dll
Binary file not shown.
1 change: 1 addition & 0 deletions source/FSC.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Binaries", "Binaries", "{F2
ProjectSection(SolutionItems) = preProject
Binaries\Microsoft.Expression.Interactions.dll = Binaries\Microsoft.Expression.Interactions.dll
Binaries\MLib.dll = Binaries\MLib.dll
Binaries\MWindowDialogLib.dll = Binaries\MWindowDialogLib.dll
Binaries\MWindowInterfacesLib.dll = Binaries\MWindowInterfacesLib.dll
Binaries\MWindowLib.dll = Binaries\MWindowLib.dll
Binaries\System.Windows.Interactivity.dll = Binaries\System.Windows.Interactivity.dll
Expand Down

0 comments on commit d9566a3

Please sign in to comment.