diff --git a/hots-quick-build-finder/FodyWeavers.xml b/hots-quick-build-finder/FodyWeavers.xml index 2e6d4a7..c6e1b7c 100644 --- a/hots-quick-build-finder/FodyWeavers.xml +++ b/hots-quick-build-finder/FodyWeavers.xml @@ -1,5 +1,4 @@  - - + \ No newline at end of file diff --git a/hots-quick-build-finder/Properties/AssemblyInfo.cs b/hots-quick-build-finder/Properties/AssemblyInfo.cs index ae63bde..1ead9fc 100644 --- a/hots-quick-build-finder/Properties/AssemblyInfo.cs +++ b/hots-quick-build-finder/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -51,5 +51,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.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] diff --git a/hots-quick-build-finder/hots-quick-build-finder.csproj b/hots-quick-build-finder/hots-quick-build-finder.csproj index 714404e..50d640f 100644 --- a/hots-quick-build-finder/hots-quick-build-finder.csproj +++ b/hots-quick-build-finder/hots-quick-build-finder.csproj @@ -40,6 +40,10 @@ Resources\icon.ico + + ..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll + False + ..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.dll True @@ -174,16 +178,9 @@ - + - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - @@ -220,6 +217,18 @@ foreach (var item in filesToCleanup) + + copy $(TargetPath) $(SolutionDir) + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + +