|
34 | 34 | <ErrorReport>prompt</ErrorReport>
|
35 | 35 | <WarningLevel>4</WarningLevel>
|
36 | 36 | <PlatformTarget>AnyCPU</PlatformTarget>
|
| 37 | + <CodeAnalysisRuleSet>..\PoshCodeRules.ruleset</CodeAnalysisRuleSet> |
37 | 38 | </PropertyGroup>
|
38 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
39 | 40 | <DebugSymbols>true</DebugSymbols>
|
|
42 | 43 | <DebugType>full</DebugType>
|
43 | 44 | <PlatformTarget>x64</PlatformTarget>
|
44 | 45 | <ErrorReport>prompt</ErrorReport>
|
45 |
| - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 46 | + <CodeAnalysisRuleSet>..\PoshCodeRules.ruleset</CodeAnalysisRuleSet> |
46 | 47 | </PropertyGroup>
|
47 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
48 | 49 | <OutputPath>bin\$(Configuration)</OutputPath>
|
|
51 | 52 | <DebugType>pdbonly</DebugType>
|
52 | 53 | <PlatformTarget>x64</PlatformTarget>
|
53 | 54 | <ErrorReport>prompt</ErrorReport>
|
54 |
| - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 55 | + <CodeAnalysisRuleSet>..\PoshCodeRules.ruleset</CodeAnalysisRuleSet> |
55 | 56 | </PropertyGroup>
|
56 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
57 | 58 | <DebugSymbols>true</DebugSymbols>
|
|
60 | 61 | <DebugType>full</DebugType>
|
61 | 62 | <PlatformTarget>x86</PlatformTarget>
|
62 | 63 | <ErrorReport>prompt</ErrorReport>
|
63 |
| - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 64 | + <CodeAnalysisRuleSet>..\PoshCodeRules.ruleset</CodeAnalysisRuleSet> |
64 | 65 | </PropertyGroup>
|
65 | 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
66 | 67 | <OutputPath>bin\$(Configuration)</OutputPath>
|
|
69 | 70 | <DebugType>pdbonly</DebugType>
|
70 | 71 | <PlatformTarget>x86</PlatformTarget>
|
71 | 72 | <ErrorReport>prompt</ErrorReport>
|
72 |
| - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 73 | + <CodeAnalysisRuleSet>..\PoshCodeRules.ruleset</CodeAnalysisRuleSet> |
73 | 74 | </PropertyGroup>
|
74 | 75 | <ItemGroup>
|
75 | 76 | <Reference Include="System" />
|
|
0 commit comments