mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Implemented missing observable dictionary
This commit is contained in:
@ -47,6 +47,7 @@
|
||||
<Reference Include="WindowsBase" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Editor\Features\ToolboxItem.cs" />
|
||||
<Compile Include="Model\IProjectTemplate.cs" />
|
||||
<Compile Include="RainmeterStudioPluginAttribute.cs" />
|
||||
<Compile Include="PluginExportAttribute.cs" />
|
||||
@ -70,9 +71,11 @@
|
||||
<Compile Include="Utils\InputHelper.cs" />
|
||||
<Compile Include="Utils\LinqExtension.cs" />
|
||||
<Compile Include="Utils\BitmapHelper.cs" />
|
||||
<Compile Include="Utils\ObservableDictionary.cs" />
|
||||
<Compile Include="Utils\PathHelper.cs" />
|
||||
<Compile Include="Utils\Version.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
Reference in New Issue
Block a user