Skip to content

Commit

Permalink
Created v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Wennergren committed Dec 29, 2017
1 parent 568fb16 commit 7d7ee19
Show file tree
Hide file tree
Showing 24 changed files with 182 additions and 42 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@

/RepositoryManager.Tests/TestRepos
/Reports
/.axoCover
24 changes: 23 additions & 1 deletion ATray.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATray", "ATray\ATray.csproj", "{096B868B-82CE-4E60-951D-E82102288EE3}"
EndProject
Expand All @@ -16,49 +16,71 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{096B868B-82CE-4E60-951D-E82102288EE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{096B868B-82CE-4E60-951D-E82102288EE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{096B868B-82CE-4E60-951D-E82102288EE3}.Debug|x64.ActiveCfg = Debug|x64
{096B868B-82CE-4E60-951D-E82102288EE3}.Debug|x64.Build.0 = Debug|x64
{096B868B-82CE-4E60-951D-E82102288EE3}.Debug|x86.ActiveCfg = Debug|x86
{096B868B-82CE-4E60-951D-E82102288EE3}.Debug|x86.Build.0 = Debug|x86
{096B868B-82CE-4E60-951D-E82102288EE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{096B868B-82CE-4E60-951D-E82102288EE3}.Release|Any CPU.Build.0 = Release|Any CPU
{096B868B-82CE-4E60-951D-E82102288EE3}.Release|x64.ActiveCfg = Release|x64
{096B868B-82CE-4E60-951D-E82102288EE3}.Release|x64.Build.0 = Release|x64
{096B868B-82CE-4E60-951D-E82102288EE3}.Release|x86.ActiveCfg = Release|x86
{096B868B-82CE-4E60-951D-E82102288EE3}.Release|x86.Build.0 = Release|x86
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Debug|x64.ActiveCfg = Debug|x64
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Debug|x64.Build.0 = Debug|x64
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Debug|x86.ActiveCfg = Debug|Any CPU
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Debug|x86.Build.0 = Debug|Any CPU
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Release|Any CPU.Build.0 = Release|Any CPU
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Release|x64.ActiveCfg = Release|x64
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Release|x64.Build.0 = Release|x64
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Release|x86.ActiveCfg = Release|Any CPU
{88398646-F6E8-45A6-B2C0-0051CABDDB37}.Release|x86.Build.0 = Release|Any CPU
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Debug|x64.ActiveCfg = Debug|x64
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Debug|x64.Build.0 = Debug|x64
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Debug|x86.ActiveCfg = Debug|Any CPU
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Debug|x86.Build.0 = Debug|Any CPU
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Release|Any CPU.Build.0 = Release|Any CPU
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Release|x64.ActiveCfg = Release|x64
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Release|x64.Build.0 = Release|x64
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Release|x86.ActiveCfg = Release|Any CPU
{AF17156F-6B10-4A3A-94BA-890B8E3855D3}.Release|x86.Build.0 = Release|Any CPU
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Debug|x64.ActiveCfg = Debug|x64
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Debug|x64.Build.0 = Debug|x64
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Debug|x86.ActiveCfg = Debug|Any CPU
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Debug|x86.Build.0 = Debug|Any CPU
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Release|Any CPU.Build.0 = Release|Any CPU
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Release|x64.ActiveCfg = Release|x64
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Release|x64.Build.0 = Release|x64
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Release|x86.ActiveCfg = Release|Any CPU
{CE8A8517-F382-4E34-8AE8-EB4DDC35D4C3}.Release|x86.Build.0 = Release|Any CPU
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Debug|x64.ActiveCfg = Debug|x64
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Debug|x64.Build.0 = Debug|x64
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Debug|x86.ActiveCfg = Debug|Any CPU
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Debug|x86.Build.0 = Debug|Any CPU
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Release|Any CPU.Build.0 = Release|Any CPU
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Release|x64.ActiveCfg = Release|x64
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Release|x64.Build.0 = Release|x64
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Release|x86.ActiveCfg = Release|Any CPU
{4126CFB4-BDA7-48A3-B6C7-A065A0546A43}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
Expand Down
21 changes: 20 additions & 1 deletion ATray/ATray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,26 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="DeltaCompressionDotNet, Version=1.1.0.0, Culture=neutral, PublicKeyToken=1d14d6e5194e7f4a, processorArchitecture=MSIL">
<HintPath>..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.dll</HintPath>
Expand Down Expand Up @@ -179,7 +199,6 @@
<SubType>Component</SubType>
</Compile>
<Compile Include="Helpers.cs" />
<Compile Include="LASTINPUTINFO.cs" />
<Compile Include="MainWindow.cs">
<SubType>Form</SubType>
</Compile>
Expand Down
1 change: 0 additions & 1 deletion ATray/Activity/MonthActivities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System.IO;
using System.Linq;
using System.Text;
using System.Windows.Forms;

/// <summary>
/// A collection of all activity during a month.
Expand Down
1 change: 0 additions & 1 deletion ATray/AutoStart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
using System;
using System.IO;
using System.Windows.Forms;
using Microsoft.Win32;

/// <summary>
Expand Down
5 changes: 1 addition & 4 deletions ATray/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
using System.Drawing.Design;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Forms;
using System.Windows.Forms.Design;
using Microsoft.Win32;

/// <summary>
/// All configurable values should go here
Expand Down Expand Up @@ -57,11 +55,10 @@ private void ValidateLoadedValues()
{
if(_autostart.IsSetToAutoStart() != StartAtLogin)
_autostart.SetStartup(StartAtLogin);

#if DEBUG
if (string.IsNullOrWhiteSpace(SharedActivityStorage)) return;
var sharedPath = Path.GetFullPath(SharedActivityStorage);
if (sharedPath.Last()!=Path.DirectorySeparatorChar) sharedPath += Path.DirectorySeparatorChar;
if (sharedPath.Last() != Path.DirectorySeparatorChar) sharedPath += Path.DirectorySeparatorChar;
if (!sharedPath.EndsWith("DEBUG") && Directory.Exists(sharedPath))
{
sharedPath.Split(new[] {'/'}, StringSplitOptions.RemoveEmptyEntries);
Expand Down
1 change: 0 additions & 1 deletion ATray/Dialogs/ActivityHistoryForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Linq;
using System.Windows.Forms;
using Activity;
using NuGet;

public partial class ActivityHistoryForm : Form
{
Expand Down
1 change: 0 additions & 1 deletion ATray/Dialogs/ActivityHistoryFormDrawing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Linq;
using Activity;
using NuGet;
Expand Down
6 changes: 0 additions & 6 deletions ATray/Dialogs/DiskUsageForm.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace ATray.Dialogs
Expand Down
4 changes: 1 addition & 3 deletions ATray/FloatingLabel.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Drawing;

namespace ATray
namespace ATray
{
using System;
using System.Runtime.InteropServices;
Expand Down
9 changes: 0 additions & 9 deletions ATray/LASTINPUTINFO.cs

This file was deleted.

3 changes: 0 additions & 3 deletions ATray/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@
using System.IO;
using System.IO.Pipes;
using System.Runtime.InteropServices;
using System.Security.AccessControl;
using System.Security.Principal;
using System.Text;
using System.Windows.Forms;
using Activity;
using Dialogs;
using Microsoft.Win32;
using Newtonsoft.Json;
using RepositoryManager;
Expand Down
6 changes: 3 additions & 3 deletions ATray/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("ATray")]
[assembly: AssemblyDescription("A tray app that does stuuf, e.g. tells you to get up and move arount every 20 minutes")]
[assembly: AssemblyDescription("A tray app that does stuff, e.g. tells you to get up and move arount every 20 minutes")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Jokedst")]
[assembly: AssemblyProduct("ATray")]
Expand All @@ -15,5 +15,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("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
Binary file added ATray/Releases/ATray-1.1.0-delta.nupkg
Binary file not shown.
Binary file added ATray/Releases/ATray-1.1.0-full.nupkg
Binary file not shown.
4 changes: 3 additions & 1 deletion ATray/Releases/RELEASES
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ AB5648C57EF494015F21EA4F9FA1D0B247A9CAB3 ATray-1.0.3-delta.nupkg 25956
AD29B90CB6A8CFCD811878B3B4EDD026EC9BDEBB ATray-1.0.5-delta.nupkg 47696
178264C75DC02CDC4A58693508902D13AFC81330 ATray-1.0.5-full.nupkg 7109920
CD902307C82795A331D47100286B1D9A8BD3159B ATray-1.0.6-delta.nupkg 2913720
6AF4102B2403BB8BECAF4742418CF5AEBA58777F ATray-1.0.6-full.nupkg 7277747
6AF4102B2403BB8BECAF4742418CF5AEBA58777F ATray-1.0.6-full.nupkg 7277747
9C3106CCE1EC1529ACFF0BC89403B6EDAE344727 ATray-1.1.0-delta.nupkg 80380
3B903448EF422ABA45E33A57F9C4B37BFBC95968 ATray-1.1.0-full.nupkg 7290863
Binary file modified ATray/Releases/Setup.exe
Binary file not shown.
Binary file modified ATray/Releases/Setup.msi
Binary file not shown.
19 changes: 12 additions & 7 deletions ATray/WindowsInternals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
namespace ATray
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.Caching;
using System.Runtime.InteropServices;
using System.Text;
using RepositoryManager;

/// <summary>
/// WinAPI functions
Expand All @@ -32,7 +30,7 @@ internal static class WindowsInternals
private static extern int GetModuleFileNameEx(IntPtr hProcess, IntPtr hModule, StringBuilder lpFilename, int nSize);

[DllImport("user32.dll")]
private static extern bool GetLastInputInfo(ref LASTINPUTINFO plii);
private static extern bool GetLastInputInfo(ref LastUserInput plii);

[DllImport(@"User32", SetLastError = true, EntryPoint = "RegisterPowerSettingNotification", CallingConvention = CallingConvention.StdCall)]
private static extern IntPtr RegisterPowerSettingNotification(IntPtr hRecipient, ref Guid PowerSettingGuid, int Flags);
Expand Down Expand Up @@ -199,11 +197,11 @@ public static string GetCommandLine(int pid)
/// <returns>User idle time in miliseconds</returns>
public static uint GetIdleTime()
{
var lastInPut = new LASTINPUTINFO();
lastInPut.cbSize = (uint)Marshal.SizeOf(lastInPut);
GetLastInputInfo(ref lastInPut);
var lastUserInput = new LastUserInput();
lastUserInput.StructSize = (uint)Marshal.SizeOf(lastUserInput);
GetLastInputInfo(ref lastUserInput);

return (uint)Environment.TickCount - lastInPut.dwTime;
return (uint)Environment.TickCount - lastUserInput.LastActivityMillisecond;
}

// This structure is sent when the PBT_POWERSETTINGSCHANGE message is sent.
Expand All @@ -215,5 +213,12 @@ internal struct POWERBROADCAST_SETTING
public uint DataLength;
//public byte Data;
}

/// <summary> When the user was last active at the computer </summary>
internal struct LastUserInput
{
public uint StructSize;
public uint LastActivityMillisecond;
}
}
}
18 changes: 18 additions & 0 deletions Atray.Tests/Atray.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
Expand Down
18 changes: 18 additions & 0 deletions RepositoryManager.Tests/RepositoryManager.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
Expand Down
19 changes: 19 additions & 0 deletions RepositoryManager/RepositoryManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,25 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>bin\Debug\RepositoryManager.xml</DocumentationFile>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="CredentialManagement, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CredentialManagement.1.0.2\lib\net35\CredentialManagement.dll</HintPath>
Expand Down
Loading

0 comments on commit 7d7ee19

Please sign in to comment.