New window views

This commit is contained in:
Bishbash777
2021-07-28 08:54:23 +01:00
committed by GitHub
parent bf3b819d02
commit 218cd30152

View File

@@ -291,6 +291,9 @@
<Compile Include="Views\PluginBrowser.xaml.cs"> <Compile Include="Views\PluginBrowser.xaml.cs">
<DependentUpon>PluginBrowser.xaml</DependentUpon> <DependentUpon>PluginBrowser.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="Views\PluginDownloader.xaml.cs">
<DependentUpon>PluginDownloader.xaml</DependentUpon>
</Compile>
<Compile Include="Views\RoleEditor.xaml.cs"> <Compile Include="Views\RoleEditor.xaml.cs">
<DependentUpon>RoleEditor.xaml</DependentUpon> <DependentUpon>RoleEditor.xaml</DependentUpon>
</Compile> </Compile>
@@ -462,6 +465,10 @@
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</Page> </Page>
<Page Include="Views\PluginDownloader.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\PluginsControl.xaml"> <Page Include="Views\PluginsControl.xaml">
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>