From 051a95e37c20967fc6f5b02efbb0229eeaa86932 Mon Sep 17 00:00:00 2001 From: Ilses Date: Tue, 2 Aug 2016 00:59:45 -0700 Subject: [PATCH] Add Fody.Costra nuget to clean up exedir --- PogoLocationFeeder/FodyWeavers.xml | 4 +++ PogoLocationFeeder/PogoLocationFeeder.csproj | 28 +++++++++++++++++-- PogoLocationFeeder/packages.config | 2 ++ .../PogoLocationFeederTests.csproj | 2 ++ 4 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 PogoLocationFeeder/FodyWeavers.xml diff --git a/PogoLocationFeeder/FodyWeavers.xml b/PogoLocationFeeder/FodyWeavers.xml new file mode 100644 index 0000000..fd03302 --- /dev/null +++ b/PogoLocationFeeder/FodyWeavers.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/PogoLocationFeeder/PogoLocationFeeder.csproj b/PogoLocationFeeder/PogoLocationFeeder.csproj index 37208d7..66de19f 100644 --- a/PogoLocationFeeder/PogoLocationFeeder.csproj +++ b/PogoLocationFeeder/PogoLocationFeeder.csproj @@ -27,6 +27,8 @@ false false true + + AnyCPU @@ -145,12 +147,32 @@ + + + + + + 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}. + + + + + + + + + + + + + + - \ No newline at end of file + diff --git a/PogoLocationFeeder/packages.config b/PogoLocationFeeder/packages.config index 2a926e7..c13c6da 100644 --- a/PogoLocationFeeder/packages.config +++ b/PogoLocationFeeder/packages.config @@ -1,6 +1,8 @@  + + diff --git a/PogoLocationFeederTests/PogoLocationFeederTests.csproj b/PogoLocationFeederTests/PogoLocationFeederTests.csproj index a8465f0..d55f4e5 100644 --- a/PogoLocationFeederTests/PogoLocationFeederTests.csproj +++ b/PogoLocationFeederTests/PogoLocationFeederTests.csproj @@ -17,6 +17,8 @@ False UnitTest + + true