File tree 7 files changed +21
-12
lines changed
engine/compilers/VisualStudio 2022
7 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 1
1
Microsoft Visual Studio Solution File, Format Version 12.00
2
- # Visual Studio Version 16
3
- VisualStudioVersion = 16.0.31729.503
2
+ # Visual Studio Version 17
3
+ VisualStudioVersion = 17.5.33530.505
4
4
MinimumVisualStudioVersion = 10.0.40219.1
5
5
Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "Torque2D" , "Torque 2D.vcxproj" , "{1564A07D-230E-4C90-AEE6-52AC9A58D6C9}"
6
6
Project Section (ProjectDependencies ) = postProject
7
- {3A214E06-B95E-4D61-A291-1F8DF2EC10FD} = {3A214E06-B95E-4D61-A291-1F8DF2EC10FD}
8
7
{15CBFEFF-7965-41F5-B4E2-21E8795C9159} = {15CBFEFF-7965-41F5-B4E2-21E8795C9159}
8
+ {3A214E06-B95E-4D61-A291-1F8DF2EC10FD} = {3A214E06-B95E-4D61-A291-1F8DF2EC10FD}
9
9
EndProject Section
10
10
EndProject
11
11
Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "ljpeg" , "ljpeg.vcxproj" , "{0B07BA94-AA53-4FD4-ADB4-79EC2DA53B36}"
@@ -17,9 +17,6 @@ EndProject
17
17
Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "libogg" , "libogg.vcxproj" , "{15CBFEFF-7965-41F5-B4E2-21E8795C9159}"
18
18
EndProject
19
19
Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "libvorbis" , "libvorbis.vcxproj" , "{3A214E06-B95E-4D61-A291-1F8DF2EC10FD}"
20
- Project Section (ProjectDependencies ) = postProject
21
- {15CBFEFF-7965-41F5-B4E2-21E8795C9159} = {15CBFEFF-7965-41F5-B4E2-21E8795C9159}
22
- EndProject Section
23
20
EndProject
24
21
Global
25
22
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
Original file line number Diff line number Diff line change 41
41
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
42
42
<ConfigurationType >Application</ConfigurationType >
43
43
<UseOfMfc >false</UseOfMfc >
44
- <PlatformToolset >v143 </PlatformToolset >
44
+ <PlatformToolset >v142 </PlatformToolset >
45
45
</PropertyGroup >
46
46
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Shipping|Win32'" Label =" Configuration" >
47
47
<ConfigurationType >Application</ConfigurationType >
Original file line number Diff line number Diff line change 48
48
<ConfigurationType >StaticLibrary</ConfigurationType >
49
49
<CharacterSet >Unicode</CharacterSet >
50
50
<WholeProgramOptimization >true</WholeProgramOptimization >
51
- <PlatformToolset >v143 </PlatformToolset >
51
+ <PlatformToolset >v142 </PlatformToolset >
52
52
</PropertyGroup >
53
53
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
54
54
<ConfigurationType >StaticLibrary</ConfigurationType >
Original file line number Diff line number Diff line change 40
40
<ConfigurationType >StaticLibrary</ConfigurationType >
41
41
<CharacterSet >Unicode</CharacterSet >
42
42
<WholeProgramOptimization >true</WholeProgramOptimization >
43
- <PlatformToolset >v143 </PlatformToolset >
43
+ <PlatformToolset >v142 </PlatformToolset >
44
44
</PropertyGroup >
45
45
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
46
46
<ConfigurationType >StaticLibrary</ConfigurationType >
154
154
<ObjectFileName >.\../../Link/Release/libvorbis/</ObjectFileName >
155
155
<ProgramDataBaseFileName >.\../../Link/Release/libvorbis/</ProgramDataBaseFileName >
156
156
</ClCompile >
157
+ <Lib >
158
+ <LinkTimeCodeGeneration >
159
+ </LinkTimeCodeGeneration >
160
+ </Lib >
157
161
</ItemDefinitionGroup >
158
162
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
159
163
<Midl >
179
183
<DisableSpecificWarnings >4244;4100;4267;4189;4305;4127;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings >
180
184
<CallingConvention >Cdecl</CallingConvention >
181
185
</ClCompile >
186
+ <Lib >
187
+ <LinkTimeCodeGeneration >true</LinkTimeCodeGeneration >
188
+ </Lib >
182
189
</ItemDefinitionGroup >
183
190
<ItemGroup >
184
191
<ClCompile Include =" ..\..\Lib\libvorbis\analysis.c" />
248
255
<ClInclude Include =" ..\..\Lib\libvorbis\include\vorbis\vorbisfile.h" />
249
256
<ClInclude Include =" ..\..\Lib\libvorbis\window.h" />
250
257
</ItemGroup >
258
+ <ItemGroup >
259
+ <ProjectReference Include =" libogg.vcxproj" >
260
+ <Project >{15cbfeff-7965-41f5-b4e2-21e8795c9159}</Project >
261
+ </ProjectReference >
262
+ </ItemGroup >
251
263
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
252
264
<ImportGroup Label =" ExtensionTargets" >
253
265
</ImportGroup >
Original file line number Diff line number Diff line change 49
49
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50
50
<ConfigurationType >StaticLibrary</ConfigurationType >
51
51
<UseOfMfc >false</UseOfMfc >
52
- <PlatformToolset >v143 </PlatformToolset >
52
+ <PlatformToolset >v142 </PlatformToolset >
53
53
</PropertyGroup >
54
54
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Shipping|Win32'" Label =" Configuration" >
55
55
<ConfigurationType >StaticLibrary</ConfigurationType >
Original file line number Diff line number Diff line change 39
39
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
40
40
<ConfigurationType >StaticLibrary</ConfigurationType >
41
41
<UseOfMfc >false</UseOfMfc >
42
- <PlatformToolset >v143 </PlatformToolset >
42
+ <PlatformToolset >v142 </PlatformToolset >
43
43
</PropertyGroup >
44
44
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Shipping|Win32'" Label =" Configuration" >
45
45
<ConfigurationType >StaticLibrary</ConfigurationType >
Original file line number Diff line number Diff line change 69
69
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
70
70
<ConfigurationType >StaticLibrary</ConfigurationType >
71
71
<UseOfMfc >false</UseOfMfc >
72
- <PlatformToolset >v143 </PlatformToolset >
72
+ <PlatformToolset >v142 </PlatformToolset >
73
73
</PropertyGroup >
74
74
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Shipping|Win32'" Label =" Configuration" >
75
75
<ConfigurationType >StaticLibrary</ConfigurationType >
You can’t perform that action at this time.
0 commit comments