|
5 | 5 | <Configuration>Debug</Configuration>
|
6 | 6 | <Platform>Win32</Platform>
|
7 | 7 | </ProjectConfiguration>
|
| 8 | + <ProjectConfiguration Include="Debug|x64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Release|Win32">
|
9 | 13 | <Configuration>Release</Configuration>
|
10 | 14 | <Platform>Win32</Platform>
|
11 | 15 | </ProjectConfiguration>
|
| 16 | + <ProjectConfiguration Include="Release|x64"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | </ItemGroup>
|
13 | 21 | <ItemGroup>
|
14 | 22 | <ClCompile Include="src\ets2-telemetry.cpp" />
|
|
42 | 50 | <CharacterSet>Unicode</CharacterSet>
|
43 | 51 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
44 | 52 | </PropertyGroup>
|
| 53 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 54 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 55 | + <CharacterSet>Unicode</CharacterSet> |
| 56 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 57 | + </PropertyGroup> |
45 | 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
46 | 59 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
47 | 60 | <CharacterSet>Unicode</CharacterSet>
|
48 | 61 | </PropertyGroup>
|
| 62 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 63 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 64 | + <CharacterSet>Unicode</CharacterSet> |
| 65 | + </PropertyGroup> |
49 | 66 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
50 | 67 | <ImportGroup Label="ExtensionSettings">
|
51 | 68 | </ImportGroup>
|
52 | 69 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
53 | 70 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
54 | 71 | </ImportGroup>
|
| 72 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 73 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 74 | + </ImportGroup> |
55 | 75 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
56 | 76 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
57 | 77 | </ImportGroup>
|
| 78 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 79 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 80 | + </ImportGroup> |
58 | 81 | <PropertyGroup Label="UserMacros" />
|
59 | 82 | <PropertyGroup>
|
60 | 83 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
61 | 84 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
| 85 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)\</OutDir> |
62 | 86 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
|
| 87 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir> |
63 | 88 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
|
| 89 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental> |
64 | 90 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
| 91 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir> |
65 | 92 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
| 93 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir> |
66 | 94 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
| 95 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
67 | 96 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
| 97 | + <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
68 | 98 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
| 99 | + <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
69 | 100 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
| 101 | + <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
70 | 102 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
| 103 | + <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
71 | 104 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
| 105 | + <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
72 | 106 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
| 107 | + <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
73 | 108 | </PropertyGroup>
|
74 | 109 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
75 | 110 | <ClCompile>
|
|
98 | 133 | <Command>copy "C:\Projects\Software\ets2-sdk-plugin\ets2-telemetry\Debug\ets2-telemetry.dll" "C:\Program Files (x86)\Steam\SteamApps\common\Euro Truck Simulator 2\bin\win_x86\plugins\ets2-telemetry.dll"</Command>
|
99 | 134 | </PostBuildEvent>
|
100 | 135 | </ItemDefinitionGroup>
|
| 136 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 137 | + <ClCompile> |
| 138 | + <Optimization>Disabled</Optimization> |
| 139 | + <AdditionalIncludeDirectories>../scs_sdk_1_4/include/;inc/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 140 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;TELEMETRY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 141 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 142 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 143 | + <PrecompiledHeader> |
| 144 | + </PrecompiledHeader> |
| 145 | + <WarningLevel>Level3</WarningLevel> |
| 146 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 147 | + </ClCompile> |
| 148 | + <Link> |
| 149 | + <ModuleDefinitionFile>ets2-telemetry.def</ModuleDefinitionFile> |
| 150 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 151 | + <SubSystem>Windows</SubSystem> |
| 152 | + </Link> |
| 153 | + <PreBuildEvent> |
| 154 | + <Command> |
| 155 | + </Command> |
| 156 | + </PreBuildEvent> |
| 157 | + <PostBuildEvent> |
| 158 | + <Command>copy "C:\Projects\Software\ets2-sdk-plugin\ets2-telemetry\Debug\ets2-telemetry.dll" "C:\Program Files (x86)\Steam\SteamApps\common\Euro Truck Simulator 2\bin\win_x86\plugins\ets2-telemetry.dll"</Command> |
| 159 | + </PostBuildEvent> |
| 160 | + </ItemDefinitionGroup> |
101 | 161 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
102 | 162 | <ClCompile>
|
103 | 163 | <Optimization>MaxSpeed</Optimization>
|
|
120 | 180 | <TargetMachine>MachineX86</TargetMachine>
|
121 | 181 | </Link>
|
122 | 182 | </ItemDefinitionGroup>
|
| 183 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 184 | + <ClCompile> |
| 185 | + <Optimization>MaxSpeed</Optimization> |
| 186 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 187 | + <AdditionalIncludeDirectories>..\scs_sdk_1_4\include;inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 188 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;TELEMETRY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 189 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 190 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 191 | + <PrecompiledHeader> |
| 192 | + </PrecompiledHeader> |
| 193 | + <WarningLevel>Level3</WarningLevel> |
| 194 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 195 | + </ClCompile> |
| 196 | + <Link> |
| 197 | + <ModuleDefinitionFile>ets2-telemetry.def</ModuleDefinitionFile> |
| 198 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 199 | + <SubSystem>Windows</SubSystem> |
| 200 | + <OptimizeReferences>true</OptimizeReferences> |
| 201 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 202 | + </Link> |
| 203 | + </ItemDefinitionGroup> |
123 | 204 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
124 | 205 | <ImportGroup Label="ExtensionTargets">
|
125 | 206 | </ImportGroup>
|
|
0 commit comments