Browse Source

Repair the .NET 3.5 solution to make it compile without error.

pull/1645/head
Nebuleux_cp 14 years ago
parent
commit
fdcf0c10b3
  1. 7
      ExtendedWPFToolkitSolution_35/Src/WPFToolkit.Extended/WPFToolkit.Extended.csproj

7
ExtendedWPFToolkitSolution_35/Src/WPFToolkit.Extended/WPFToolkit.Extended.csproj

@ -177,11 +177,11 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Areo\Brushes_NormalColor.xaml">
<Page Include="Themes\Aero\Brushes_NormalColor.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Areo\Buttons_NormalColor.xaml">
<Page Include="Themes\Aero\Buttons_NormalColor.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
@ -419,6 +419,9 @@
<Compile Include="..\..\..\ExtendedWPFToolkitSolution\Src\WPFToolkit.Extended\PropertyGrid\Implementation\Attributes\ItemsSourceAttribute.cs">
<Link>PropertyGrid\Implementation\Attributes\ItemsSourceAttribute.cs</Link>
</Compile>
<Compile Include="..\..\..\ExtendedWPFToolkitSolution\Src\WPFToolkit.Extended\PropertyGrid\Implementation\Attributes\PropertyOrderAttribute.cs">
<Link>PropertyGrid\Implementation\Attributes\PropertyOrderAttribute.cs</Link>
</Compile>
<Compile Include="..\..\..\ExtendedWPFToolkitSolution\Src\WPFToolkit.Extended\PropertyGrid\Implementation\Commands\PropertyGridCommands.cs">
<Link>PropertyGrid\Implementation\Commands\PropertyGridCommands.cs</Link>
</Compile>

Loading…
Cancel
Save