summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2023-02-13 11:48:14 -0600
committerChad Elliott <elliottc@objectcomputing.com>2023-02-13 11:48:14 -0600
commit52f5d89bf7804ad95d873662f85802eb306d61bf (patch)
tree65f62df550734ec12df0f6c44a62e846aa4a6ca8
parentd12b564a074f734559ae727415717cdecf605f87 (diff)
downloadMPC-52f5d89bf7804ad95d873662f85802eb306d61bf.tar.gz
Allow the user to set the name of the CodeAnalysisRuleSet.
-rw-r--r--templates/vc10.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vc10.mpd b/templates/vc10.mpd
index 7c4358c2..a5b4d17f 100644
--- a/templates/vc10.mpd
+++ b/templates/vc10.mpd
@@ -115,7 +115,7 @@
<%endif%>
<%endif%>
<%endif%>
- <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='<%configuration%>|<%platform%>'">AllRules.ruleset</CodeAnalysisRuleSet>
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='<%configuration%>|<%platform%>'"><%CodeAnalysisRuleSet("AllRules.ruleset")%></CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='<%configuration%>|<%platform%>'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='<%configuration%>|<%platform%>'" />
<%if(ReferencePath)%>