33 |
|
<PlatformTarget>x64</PlatformTarget> |
34 |
|
<ErrorReport>prompt</ErrorReport> |
35 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
36 |
+ |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
37 |
|
</PropertyGroup> |
38 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x64'"> |
39 |
|
<OutputPath>bin\x64\All Configurations\</OutputPath> |
60 |
|
<PlatformTarget>x86</PlatformTarget> |
61 |
|
<ErrorReport>prompt</ErrorReport> |
62 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
63 |
+ |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
64 |
|
</PropertyGroup> |
65 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'"> |
66 |
|
<OutputPath>bin\x86\All Configurations\</OutputPath> |