Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gro-ove/actools
Browse files Browse the repository at this point in the history
  • Loading branch information
gro-ove committed Sep 12, 2018
2 parents 5b17168 + 2d7dcbd commit eedca5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AcManager.sln
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6414BBD0-671D-45D3-99B4-17943FB2FEB0}
RESX_SortFileContentOnSave = False
SolutionGuid = {6414BBD0-671D-45D3-99B4-17943FB2FEB0}
EndGlobalSection
EndGlobal
7 changes: 6 additions & 1 deletion FirstFloor.ModernUI/FirstFloor.ModernUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Blend.Interctivity.WPF.v4.0.1.0.3\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
</Reference>
<Reference Include="SmartThreadPool">
<HintPath>..\Libraries\SmartThreadPool\SmartThreadPool.dll</HintPath>
</Reference>
Expand All @@ -83,7 +86,9 @@
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Blend.Interctivity.WPF.v4.0.1.0.3\lib\net40\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
Expand Down
1 change: 1 addition & 0 deletions FirstFloor.ModernUI/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Blend.Interctivity.WPF.v4.0" version="1.0.3" targetFramework="net452" />
<package id="JetBrains.Annotations" version="10.4.0" targetFramework="net452" />
</packages>

0 comments on commit eedca5d

Please sign in to comment.