Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 42  →  ?path2? @ 43
/trunk/Winify/Winify.csproj
@@ -48,7 +48,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<LangVersion>7.3</LangVersion>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Winify.ico</ApplicationIcon>
@@ -143,6 +143,12 @@
<DependentUpon>AboutForm.cs</DependentUpon>
</Compile>
<Compile Include="Constants.cs" />
<Compile Include="LogViewForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LogViewForm.Designer.cs">
<DependentUpon>LogViewForm.cs</DependentUpon>
</Compile>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
@@ -155,6 +161,7 @@
<Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
<Compile Include="Settings\SettingsSavedEventArgs.cs" />
<Compile Include="Utilities\AES.cs" />
<Compile Include="Utilities\LogMemorySink.cs" />
<Compile Include="Utilities\Natives.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\Annotations.cs" />
@@ -180,6 +187,9 @@
<EmbeddedResource Include="AboutForm.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LogViewForm.resx">
<DependentUpon>LogViewForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
@@ -226,6 +236,7 @@
<Content Include="Resources\update.png" />
<Content Include="Resources\Winify.ico" />
<Content Include="Resources\winify.png" />
<Content Include="Resources\wood.png" />
<Content Include="Winify.ico" />
</ItemGroup>
<ItemGroup />