From a038587224d6bd5557e872e2ad95f6120f5676d2 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Thu, 1 Jan 2015 23:07:14 +0800 Subject: [PATCH] Fix typo --- .gitignore | 1 + .../Storage/{JsonStrorage.cs => JsonStorage.cs} | 0 Wox.Infrastructure/Wox.Infrastructure.csproj | 2 +- Wox.sln | 2 +- Wox/Wox.csproj | 9 +++++++++ 5 files changed, 12 insertions(+), 2 deletions(-) rename Wox.Infrastructure/Storage/{JsonStrorage.cs => JsonStorage.cs} (100%) diff --git a/.gitignore b/.gitignore index 89f4435724..fc8205cacb 100644 --- a/.gitignore +++ b/.gitignore @@ -120,3 +120,4 @@ Wox/Images/Thumbs.db Wox/Wox.csproj *.sublime-* +*.dgml diff --git a/Wox.Infrastructure/Storage/JsonStrorage.cs b/Wox.Infrastructure/Storage/JsonStorage.cs similarity index 100% rename from Wox.Infrastructure/Storage/JsonStrorage.cs rename to Wox.Infrastructure/Storage/JsonStorage.cs diff --git a/Wox.Infrastructure/Wox.Infrastructure.csproj b/Wox.Infrastructure/Wox.Infrastructure.csproj index 7c84bf829c..d862f7774a 100644 --- a/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -61,7 +61,7 @@ - + diff --git a/Wox.sln b/Wox.sln index 7ef3724a6f..3886f50076 100644 --- a/Wox.sln +++ b/Wox.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 +VisualStudioVersion = 12.0.30723.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wox.Test", "Wox.Test\Wox.Test.csproj", "{FF742965-9A80-41A5-B042-D6C7D3A21708}" EndProject diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj index 86c2fdaba7..a29c659958 100644 --- a/Wox/Wox.csproj +++ b/Wox/Wox.csproj @@ -60,6 +60,15 @@ + + ..\packages\Exceptionless.1.5.2121\lib\net35\Exceptionless.dll + + + ..\packages\Exceptionless.1.5.2121\lib\net35\Exceptionless.Models.dll + + + ..\packages\Exceptionless.Wpf.1.5.2121\lib\net35\Exceptionless.Wpf.dll + False ..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll