Browse Source

the two demo projects target x86 again for now

pull/1/head
markheath 15 years ago
parent
commit
c9cd2d7628
  1. 1
      NAudioDemo/NAudioDemo.csproj
  2. 1
      NAudioWpfDemo/NAudioWpfDemo.csproj

1
NAudioDemo/NAudioDemo.csproj

@ -41,6 +41,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>

1
NAudioWpfDemo/NAudioWpfDemo.csproj

@ -43,6 +43,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>

Loading…
Cancel
Save