Release 0.97, 0.96 has a fatal flaw in it.

This commit is contained in:
UnknownShadow200 2015-11-03 20:46:55 +11:00
parent 887d846ef2
commit 1e0860354b
3 changed files with 4 additions and 3 deletions

View file

@ -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 ) {

View file

@ -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>

View file

@ -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 ) {