From 8eeb515e28a1e031f1b4533ba6d1aab8bbf21646 Mon Sep 17 00:00:00 2001 From: Hovsep Mkrtchyan Date: Mon, 1 Feb 2016 15:00:52 -0800 Subject: [PATCH 1/2] Added Static Analysis project to the build. --- build.proj | 15 +++++++++++++++ tools/StaticAnalysis/Static Analysis.csproj | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/build.proj b/build.proj index b1679966918c..ba10d3eb968d 100644 --- a/build.proj +++ b/build.proj @@ -53,6 +53,7 @@ + + + + + + diff --git a/tools/StaticAnalysis/Static Analysis.csproj b/tools/StaticAnalysis/Static Analysis.csproj index 63c60ce4ec69..cb94c8f63485 100644 --- a/tools/StaticAnalysis/Static Analysis.csproj +++ b/tools/StaticAnalysis/Static Analysis.csproj @@ -17,7 +17,7 @@ true full false - bin\Debug\ + ..\..\src\Package DEBUG;TRACE prompt 4 @@ -26,7 +26,7 @@ AnyCPU pdbonly true - bin\Release\ + ..\..\src\Package TRACE prompt 4 From 50eeb1b3a67dcb51dc9d311af430283fbe078739 Mon Sep 17 00:00:00 2001 From: Hovsep Mkrtchyan Date: Mon, 1 Feb 2016 15:06:37 -0800 Subject: [PATCH 2/2] Removed space from StaticAnalysis project. --- build.proj | 4 ++-- .../{Static Analysis.csproj => StaticAnalysis.csproj} | 0 .../{Static Analysis.sln => StaticAnalysis.sln} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename tools/StaticAnalysis/{Static Analysis.csproj => StaticAnalysis.csproj} (100%) rename tools/StaticAnalysis/{Static Analysis.sln => StaticAnalysis.sln} (92%) diff --git a/build.proj b/build.proj index ba10d3eb968d..7d5ff416efcb 100644 --- a/build.proj +++ b/build.proj @@ -53,7 +53,7 @@ - +