diff options
| author | AShifter <[email protected]> | 2017-02-21 14:23:21 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-02-21 14:23:21 -0700 |
| commit | 77fb56784ce834d37b4d4d1baa8b307ce1952e5e (patch) | |
| tree | ab777b23ff33b54dca36ea92e8d06100fd7c49c7 /TimeHACK/TimeHACK.csproj | |
| parent | dcdf4b9119af4df04806954670ffd47e8dc82e7b (diff) | |
| download | histacom2-77fb56784ce834d37b4d4d1baa8b307ce1952e5e.tar.gz histacom2-77fb56784ce834d37b4d4d1baa8b307ce1952e5e.tar.bz2 histacom2-77fb56784ce834d37b4d4d1baa8b307ce1952e5e.zip | |
Made a derp - Set default enterypoint BACK to Program.cs
Diffstat (limited to 'TimeHACK/TimeHACK.csproj')
| -rw-r--r-- | TimeHACK/TimeHACK.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK/TimeHACK.csproj b/TimeHACK/TimeHACK.csproj index da2a5a3..6b5fbab 100644 --- a/TimeHACK/TimeHACK.csproj +++ b/TimeHACK/TimeHACK.csproj @@ -55,7 +55,7 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup> - <StartupObject>TimeHACK.ExtraEntry</StartupObject> + <StartupObject>TimeHACK.Program</StartupObject> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <DebugSymbols>true</DebugSymbols> |
