mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-23 09:34:35 -05:00
Release 0.97, 0.96 has a fatal flaw in it.
This commit is contained in:
parent
887d846ef2
commit
1e0860354b
3 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ namespace ClassicalSharp {
|
|||
|
||||
internal static class Program {
|
||||
|
||||
public const string AppName = "ClassicalSharp 0.96";
|
||||
public const string AppName = "ClassicalSharp 0.97";
|
||||
|
||||
[STAThread]
|
||||
static void Main( string[] args ) {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<ProjectGuid>{3E84ACC1-27B4-401B-A359-6AAE4DF6C9B5}</ProjectGuid>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<OutputType>Exe</OutputType>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>Launcher2</RootNamespace>
|
||||
<AssemblyName>Launcher2</AssemblyName>
|
||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||
|
@ -33,6 +33,7 @@
|
|||
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
||||
<StartAction>Project</StartAction>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<OutputPath>..\output\release\</OutputPath>
|
||||
|
|
|
@ -5,7 +5,7 @@ namespace Launcher2 {
|
|||
|
||||
internal sealed class Program {
|
||||
|
||||
public const string AppName = "ClassicalSharp Launcher 0.96";
|
||||
public const string AppName = "ClassicalSharp Launcher 0.97";
|
||||
|
||||
[STAThread]
|
||||
static void Main( string[] args ) {
|
||||
|
|
Loading…
Reference in a new issue