Skip to content

Commit

Permalink
fix compiling frosty
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyvinia committed Aug 11, 2023
1 parent c773eee commit 6039171
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 31 deletions.
2 changes: 0 additions & 2 deletions FrostyEditor/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ public App()
DispatcherUnhandledException += App_DispatcherUnhandledException;
Exit += Application_Exit;

string test = FrostyEditor.Properties.Resources.BuildDate;

#if FROSTY_DEVELOPER
Version += " (Developer)";
#elif FROSTY_ALPHA
Expand Down
12 changes: 1 addition & 11 deletions FrostyEditor/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions FrostyEditor/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,4 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="BuildDate" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\BuildDate.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
</root>
2 changes: 1 addition & 1 deletion FrostyHash/FrostyHash.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<Keyword>ManagedCProj</Keyword>
<RootNamespace>FrostyHash</RootNamespace>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Developer - Debug|Win32'" Label="Configuration">
Expand Down
12 changes: 1 addition & 11 deletions FrostyModManager/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions FrostyModManager/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,4 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="BuildDate" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\BuildDate.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
</root>

0 comments on commit 6039171

Please sign in to comment.