applying new struckture and working vlc

This commit is contained in:
Elias Quinn
2025-06-12 14:34:51 +01:00
parent c8906c1471
commit afe5d2f5ff
75 changed files with 1045 additions and 613 deletions

View File

@@ -10,7 +10,7 @@
<RootNamespace>ShadowStream</RootNamespace>
<!-- Add this line to specify the manifest file -->
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationManifest>Propertis\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
@@ -29,9 +29,31 @@
<ItemGroup>
<None Remove="Pics\MusicD.jpeg" />
<EmbeddedResource Include="Pics\MusicD.jpeg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Page Update="Views\LogIn.xaml">
<Generator>MSBuild:Compile</Generator>
<XamlRuntime>Wpf</XamlRuntime>
<SubType>Designer</SubType>
</Page>
<Page Update="Views\MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<XamlRuntime>Wpf</XamlRuntime>
<SubType>Designer</SubType>
</Page>
<Page Update="Resources\LogHelper\LogWindow.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
<Folder Include="ViewModels\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\Pics\MusicD.jpeg" />
</ItemGroup>
</Project>