Skip to content

Commit 9d48774

Browse files
author
Paul van Brenk
committed
Clean up no longer used code and fixes to make resource generation work
1 parent d3808e4 commit 9d48774

29 files changed

+85
-1606
lines changed

Build/BuildReleaseHelpers.psm1

Lines changed: 0 additions & 169 deletions
This file was deleted.

Build/BuildReleaseMockHelpers.psm1

Lines changed: 0 additions & 218 deletions
This file was deleted.

Build/Common.Build.CSharp.settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<PropertyGroup>
1212
<Language>C#</Language> <!-- Duplicated from the C# targets file -->
13-
<Platform Condition="'$(Platform)'==''">x86</Platform>
13+
<Platform Condition="'$(Platform)'==''">AnyCPU</Platform>
1414

1515
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
1616
<!-- This eliminates the warning CA0060, EnvDTE Version=7.0 not found, for VS 10 installations. -->

0 commit comments

Comments
 (0)