From 7050bad29e033f96768573e8887cb287063a95d0 Mon Sep 17 00:00:00 2001 From: Mattie Schraeder-Urbanowicz Date: Mon, 22 May 2017 17:15:41 -0500 Subject: [PATCH] Some cleanup --- CSharp_MARC Editor/CSharp_MARC Editor.csproj | 14 +- CSharp_MARC/CSharp_MARC.csproj | 235 ++++++++++--------- 2 files changed, 127 insertions(+), 122 deletions(-) diff --git a/CSharp_MARC Editor/CSharp_MARC Editor.csproj b/CSharp_MARC Editor/CSharp_MARC Editor.csproj index 0786fc1..369d254 100644 --- a/CSharp_MARC Editor/CSharp_MARC Editor.csproj +++ b/CSharp_MARC Editor/CSharp_MARC Editor.csproj @@ -76,23 +76,24 @@ prompt true true - MinimumRecommendedRules.ruleset + ..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\MinimumRecommendedRules.ruleset true + true CatCardIcon.ico - false + true - false + true - 0361C09EC21DCDA435CBB63C903FFFED317B13D7 + 95D99163F033D4BEE04EA3FB32B342198FB01B98 - CSharp_MARC_sn.pfx + CSharp_MARC_2017.pfx LocalIntranet @@ -101,6 +102,9 @@ true + + false + ..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll diff --git a/CSharp_MARC/CSharp_MARC.csproj b/CSharp_MARC/CSharp_MARC.csproj index f983da1..47be91e 100644 --- a/CSharp_MARC/CSharp_MARC.csproj +++ b/CSharp_MARC/CSharp_MARC.csproj @@ -1,120 +1,121 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {D76C0576-2B55-4B45-82F5-97FAD347676C} - Library - Properties - MARC - CSharp_MARC - v4.0 - - - 2.0 - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - true - true - 4 - false - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - true - true - 4 - - - false - - - CSharp_MARC_sn.pfx - - - - - - - - - - - - - - - - - - - - True - True - Resources.resx - - - - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - - Designer - - - - - - - + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {D76C0576-2B55-4B45-82F5-97FAD347676C} + Library + Properties + MARC + CSharp_MARC + v4.0 + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + prompt + true + true + 4 + false + true + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + prompt + true + true + 4 + + + true + + + CSharp_MARC_sn.pfx + + + + + + + + + + + + + + + + + + + + True + True + Resources.resx + + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + + + Designer + + + + + + + - - + + \ No newline at end of file