|
|
|
@ -124,6 +124,9 @@ |
|
|
|
<Compile Include="PropertyGrid\Editors\ColorEditor.xaml.cs"> |
|
|
|
<Compile Include="PropertyGrid\Editors\ColorEditor.xaml.cs"> |
|
|
|
<DependentUpon>ColorEditor.xaml</DependentUpon> |
|
|
|
<DependentUpon>ColorEditor.xaml</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="PropertyGrid\Editors\ComboBoxEditor.xaml.cs"> |
|
|
|
|
|
|
|
<DependentUpon>ComboBoxEditor.xaml</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
<Compile Include="PropertyGrid\Editors\FlatCollectionEditor.xaml.cs"> |
|
|
|
<Compile Include="PropertyGrid\Editors\FlatCollectionEditor.xaml.cs"> |
|
|
|
<DependentUpon>FlatCollectionEditor.xaml</DependentUpon> |
|
|
|
<DependentUpon>FlatCollectionEditor.xaml</DependentUpon> |
|
|
|
<SubType>Code</SubType> |
|
|
|
<SubType>Code</SubType> |
|
|
|
@ -134,9 +137,13 @@ |
|
|
|
<Compile Include="PropertyGrid\Editors\OpenCollectionEditor.xaml.cs"> |
|
|
|
<Compile Include="PropertyGrid\Editors\OpenCollectionEditor.xaml.cs"> |
|
|
|
<DependentUpon>OpenCollectionEditor.xaml</DependentUpon> |
|
|
|
<DependentUpon>OpenCollectionEditor.xaml</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="PropertyGrid\Editors\TextBoxEditor.xaml.cs"> |
|
|
|
|
|
|
|
<DependentUpon>TextBoxEditor.xaml</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
<Compile Include="PropertyGrid\Editors\TimeSpanEditor.xaml.cs"> |
|
|
|
<Compile Include="PropertyGrid\Editors\TimeSpanEditor.xaml.cs"> |
|
|
|
<DependentUpon>TimeSpanEditor.xaml</DependentUpon> |
|
|
|
<DependentUpon>TimeSpanEditor.xaml</DependentUpon> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
|
|
|
|
<Compile Include="themes\VersionedAssemblyResourceDictionary.cs" /> |
|
|
|
<Compile Include="Translations.cs" /> |
|
|
|
<Compile Include="Translations.cs" /> |
|
|
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="Controls\AdornerLayer.cs" /> |
|
|
|
<Compile Include="Controls\AdornerLayer.cs" /> |
|
|
|
@ -312,12 +319,20 @@ |
|
|
|
<SubType>Designer</SubType> |
|
|
|
<SubType>Designer</SubType> |
|
|
|
</Page> |
|
|
|
</Page> |
|
|
|
<Page Include="PropertyGrid\Editors\ColorEditor.xaml" /> |
|
|
|
<Page Include="PropertyGrid\Editors\ColorEditor.xaml" /> |
|
|
|
|
|
|
|
<Page Include="PropertyGrid\Editors\ComboBoxEditor.xaml"> |
|
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator> |
|
|
|
|
|
|
|
<SubType>Designer</SubType> |
|
|
|
|
|
|
|
</Page> |
|
|
|
<Page Include="PropertyGrid\Editors\FlatCollectionEditor.xaml" /> |
|
|
|
<Page Include="PropertyGrid\Editors\FlatCollectionEditor.xaml" /> |
|
|
|
<Page Include="PropertyGrid\Editors\FormatedTextEditor\FormatedTextEditor.xaml"> |
|
|
|
<Page Include="PropertyGrid\Editors\FormatedTextEditor\FormatedTextEditor.xaml"> |
|
|
|
<SubType>Designer</SubType> |
|
|
|
<SubType>Designer</SubType> |
|
|
|
<Generator>MSBuild:Compile</Generator> |
|
|
|
<Generator>MSBuild:Compile</Generator> |
|
|
|
</Page> |
|
|
|
</Page> |
|
|
|
<Page Include="PropertyGrid\Editors\OpenCollectionEditor.xaml" /> |
|
|
|
<Page Include="PropertyGrid\Editors\OpenCollectionEditor.xaml" /> |
|
|
|
|
|
|
|
<Page Include="PropertyGrid\Editors\TextBoxEditor.xaml"> |
|
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator> |
|
|
|
|
|
|
|
<SubType>Designer</SubType> |
|
|
|
|
|
|
|
</Page> |
|
|
|
<Page Include="PropertyGrid\Editors\TimeSpanEditor.xaml" /> |
|
|
|
<Page Include="PropertyGrid\Editors\TimeSpanEditor.xaml" /> |
|
|
|
<Page Include="ThumbnailView\ThumbnailView.xaml" /> |
|
|
|
<Page Include="ThumbnailView\ThumbnailView.xaml" /> |
|
|
|
<ProjectReference Include="..\..\..\..\..\Main\ICSharpCode.SharpDevelop.Widgets\Project\ICSharpCode.SharpDevelop.Widgets.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\..\..\Main\ICSharpCode.SharpDevelop.Widgets\Project\ICSharpCode.SharpDevelop.Widgets.csproj"> |
|
|
|
|