Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 21  →  ?path2? @ 22
/trunk/Winify/Winify.csproj
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -97,12 +96,6 @@
<Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
<Compile Include="Utilities\AES.cs" />
<Compile Include="Utilities\Natives.cs" />
<Compile Include="NotificationForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="NotificationForm.Designer.cs">
<DependentUpon>NotificationForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\Annotations.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -125,9 +118,6 @@
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="NotificationForm.resx">
<DependentUpon>NotificationForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
@@ -157,8 +147,8 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Notifications\Announcements.csproj">
<Project>{AEBB1E52-0676-406F-980B-708006EA36E0}</Project>
<ProjectReference Include="..\Announcements\Announcements.csproj">
<Project>{aebb1e52-0676-406f-980b-708006ea36e0}</Project>
<Name>Announcements</Name>
</ProjectReference>
<ProjectReference Include="..\Servers\Servers.csproj">
@@ -165,6 +155,10 @@
<Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
<Name>Servers</Name>
</ProjectReference>
<ProjectReference Include="..\WindowsToastNotifications\ToastNotifications\ToastNotifications.csproj">
<Project>{380d8d88-386c-4c50-9a54-800f79fdf7d2}</Project>
<Name>ToastNotifications</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Resources\about.png" />