Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluscream committed Oct 23, 2018
1 parent 6228f54 commit 7abd10b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Season Changer/Season Changer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A6C2DF43-B450-41F2-B228-A9B6BDC02740}</ProjectGuid>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<RootNamespace>Season_Changer</RootNamespace>
<AssemblyName>Season Changer</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
Expand All @@ -26,12 +26,13 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>G:\Steam\steamapps\common\Euro Truck Simulator 2\bin\win_x64\plugins\season_changer\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
Expand Down

0 comments on commit 7abd10b

Please sign in to comment.