From 4b7b6d5b7bb97eeab44840eb86b171261b972ecc Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Tue, 23 Aug 2016 13:42:57 +0200 Subject: [PATCH] Windows: Removed property With the current configuration, this property is ignored, so using the default value is fine. --- cmd/dotty/dotty.vcxproj | 2 -- cmd/edgepaint/edgepaint.vcxproj | 2 -- cmd/gvmap/gvmap.vcxproj | 2 -- cmd/lneato/lneato.vcxproj | 2 -- cmd/mingle/mingle.vcxproj | 2 -- cmd/smyrna/smyrna.vcxproj | 2 -- cmd/tools/acyclic.vcxproj | 2 -- cmd/tools/gc.vcxproj | 2 -- cmd/tools/graphml2gv.vcxproj | 2 -- cmd/tools/gvgen.vcxproj | 2 -- cmd/tools/mm2gv.vcxproj | 2 -- cmd/tools/nop.vcxproj | 2 -- cmd/tools/sccmap.vcxproj | 2 -- cmd/tools/tred.vcxproj | 2 -- contrib/diffimg/diffimg.vcxproj | 2 -- contrib/prune/prune.vcxproj | 2 -- lib/edgepaint/lab_gamut.vcxproj | 2 -- 17 files changed, 34 deletions(-) diff --git a/cmd/dotty/dotty.vcxproj b/cmd/dotty/dotty.vcxproj index 988136519..ca64ad957 100644 --- a/cmd/dotty/dotty.vcxproj +++ b/cmd/dotty/dotty.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - true AllRules.ruleset true diff --git a/cmd/edgepaint/edgepaint.vcxproj b/cmd/edgepaint/edgepaint.vcxproj index 59ca87862..ec44a487d 100644 --- a/cmd/edgepaint/edgepaint.vcxproj +++ b/cmd/edgepaint/edgepaint.vcxproj @@ -43,13 +43,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - true AllRules.ruleset true diff --git a/cmd/gvmap/gvmap.vcxproj b/cmd/gvmap/gvmap.vcxproj index cdda24c2c..66ae07074 100644 --- a/cmd/gvmap/gvmap.vcxproj +++ b/cmd/gvmap/gvmap.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - true AllRules.ruleset true diff --git a/cmd/lneato/lneato.vcxproj b/cmd/lneato/lneato.vcxproj index d5e936dac..3187ea999 100644 --- a/cmd/lneato/lneato.vcxproj +++ b/cmd/lneato/lneato.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - true AllRules.ruleset true diff --git a/cmd/mingle/mingle.vcxproj b/cmd/mingle/mingle.vcxproj index ba9f1fe6c..c02287bc4 100644 --- a/cmd/mingle/mingle.vcxproj +++ b/cmd/mingle/mingle.vcxproj @@ -43,13 +43,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - true AllRules.ruleset true diff --git a/cmd/smyrna/smyrna.vcxproj b/cmd/smyrna/smyrna.vcxproj index 6f3560f27..41b959847 100644 --- a/cmd/smyrna/smyrna.vcxproj +++ b/cmd/smyrna/smyrna.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - true AllRules.ruleset true diff --git a/cmd/tools/acyclic.vcxproj b/cmd/tools/acyclic.vcxproj index 9358b5c11..70c206b2b 100644 --- a/cmd/tools/acyclic.vcxproj +++ b/cmd/tools/acyclic.vcxproj @@ -41,14 +41,12 @@ $(SolutionDir)Debug\Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true AllRules.ruleset true $(SolutionDir)Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true AllRules.ruleset true diff --git a/cmd/tools/gc.vcxproj b/cmd/tools/gc.vcxproj index 28160a2e0..dbb5e2bf4 100644 --- a/cmd/tools/gc.vcxproj +++ b/cmd/tools/gc.vcxproj @@ -41,14 +41,12 @@ $(SolutionDir)Debug\Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true AllRules.ruleset true diff --git a/cmd/tools/graphml2gv.vcxproj b/cmd/tools/graphml2gv.vcxproj index 0de6d1b3a..d076a23a4 100644 --- a/cmd/tools/graphml2gv.vcxproj +++ b/cmd/tools/graphml2gv.vcxproj @@ -41,14 +41,12 @@ $(SolutionDir)Debug\Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true AllRules.ruleset true diff --git a/cmd/tools/gvgen.vcxproj b/cmd/tools/gvgen.vcxproj index a8dd080e9..6efc5a3b4 100644 --- a/cmd/tools/gvgen.vcxproj +++ b/cmd/tools/gvgen.vcxproj @@ -41,12 +41,10 @@ $(SolutionDir)Debug\Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true $(SolutionDir)Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true AllRules.ruleset diff --git a/cmd/tools/mm2gv.vcxproj b/cmd/tools/mm2gv.vcxproj index c78b121a4..cd86c99fc 100644 --- a/cmd/tools/mm2gv.vcxproj +++ b/cmd/tools/mm2gv.vcxproj @@ -41,14 +41,12 @@ $(SolutionDir)Debug\Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true AllRules.ruleset true diff --git a/cmd/tools/nop.vcxproj b/cmd/tools/nop.vcxproj index f4760d132..84fc8ad9f 100644 --- a/cmd/tools/nop.vcxproj +++ b/cmd/tools/nop.vcxproj @@ -41,14 +41,12 @@ $(SolutionDir)Debug\Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true AllRules.ruleset true diff --git a/cmd/tools/sccmap.vcxproj b/cmd/tools/sccmap.vcxproj index b7206a0e9..de901d067 100644 --- a/cmd/tools/sccmap.vcxproj +++ b/cmd/tools/sccmap.vcxproj @@ -41,14 +41,12 @@ $(SolutionDir)Debug\Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true AllRules.ruleset true diff --git a/cmd/tools/tred.vcxproj b/cmd/tools/tred.vcxproj index 6bc22b405..1bd50cc6a 100644 --- a/cmd/tools/tred.vcxproj +++ b/cmd/tools/tred.vcxproj @@ -41,14 +41,12 @@ $(SolutionDir)Debug\Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ $(Configuration)\$(ProjectName)\ - true AllRules.ruleset true diff --git a/contrib/diffimg/diffimg.vcxproj b/contrib/diffimg/diffimg.vcxproj index 0f000878a..b9126920c 100644 --- a/contrib/diffimg/diffimg.vcxproj +++ b/contrib/diffimg/diffimg.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - true AllRules.ruleset true diff --git a/contrib/prune/prune.vcxproj b/contrib/prune/prune.vcxproj index a375af9dc..936a33842 100644 --- a/contrib/prune/prune.vcxproj +++ b/contrib/prune/prune.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - true AllRules.ruleset true diff --git a/lib/edgepaint/lab_gamut.vcxproj b/lib/edgepaint/lab_gamut.vcxproj index f73906473..0f97b5b7e 100644 --- a/lib/edgepaint/lab_gamut.vcxproj +++ b/lib/edgepaint/lab_gamut.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - false AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - false AllRules.ruleset true -- 2.40.0