Skip to content

Commit 025d9f1

Browse files
committed
Add dumps to ignore and back to v141
1 parent a6e7b70 commit 025d9f1

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ CMakeFiles/
8181

8282
# Linux
8383
TheForceEngine/tfelnx
84+
85+
# Ignore dumps
86+
*.dmp

TheForceEngine/TheForceEngine.vcxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,54 +45,54 @@
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
4646
<ConfigurationType>Application</ConfigurationType>
4747
<UseDebugLibraries>true</UseDebugLibraries>
48-
<PlatformToolset>v143</PlatformToolset>
48+
<PlatformToolset>v141</PlatformToolset>
4949
<CharacterSet>Unicode</CharacterSet>
5050
</PropertyGroup>
5151
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
5252
<ConfigurationType>Application</ConfigurationType>
5353
<UseDebugLibraries>false</UseDebugLibraries>
54-
<PlatformToolset>v143</PlatformToolset>
54+
<PlatformToolset>v141</PlatformToolset>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
5757
</PropertyGroup>
5858
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='BuildForRelease|Win32'" Label="Configuration">
5959
<ConfigurationType>Application</ConfigurationType>
6060
<UseDebugLibraries>false</UseDebugLibraries>
61-
<PlatformToolset>v143</PlatformToolset>
61+
<PlatformToolset>v141</PlatformToolset>
6262
<WholeProgramOptimization>true</WholeProgramOptimization>
6363
<CharacterSet>Unicode</CharacterSet>
6464
</PropertyGroup>
6565
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">
6666
<ConfigurationType>Application</ConfigurationType>
6767
<UseDebugLibraries>false</UseDebugLibraries>
68-
<PlatformToolset>v143</PlatformToolset>
68+
<PlatformToolset>v141</PlatformToolset>
6969
<WholeProgramOptimization>true</WholeProgramOptimization>
7070
<CharacterSet>Unicode</CharacterSet>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
7373
<ConfigurationType>Application</ConfigurationType>
7474
<UseDebugLibraries>true</UseDebugLibraries>
75-
<PlatformToolset>v143</PlatformToolset>
75+
<PlatformToolset>v141</PlatformToolset>
7676
<CharacterSet>NotSet</CharacterSet>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
7979
<ConfigurationType>Application</ConfigurationType>
8080
<UseDebugLibraries>false</UseDebugLibraries>
81-
<PlatformToolset>v143</PlatformToolset>
81+
<PlatformToolset>v141</PlatformToolset>
8282
<WholeProgramOptimization>true</WholeProgramOptimization>
8383
<CharacterSet>NotSet</CharacterSet>
8484
</PropertyGroup>
8585
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='BuildForRelease|x64'" Label="Configuration">
8686
<ConfigurationType>Application</ConfigurationType>
8787
<UseDebugLibraries>false</UseDebugLibraries>
88-
<PlatformToolset>v143</PlatformToolset>
88+
<PlatformToolset>v141</PlatformToolset>
8989
<WholeProgramOptimization>true</WholeProgramOptimization>
9090
<CharacterSet>NotSet</CharacterSet>
9191
</PropertyGroup>
9292
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration">
9393
<ConfigurationType>Application</ConfigurationType>
9494
<UseDebugLibraries>false</UseDebugLibraries>
95-
<PlatformToolset>v143</PlatformToolset>
95+
<PlatformToolset>v141</PlatformToolset>
9696
<WholeProgramOptimization>true</WholeProgramOptimization>
9797
<CharacterSet>NotSet</CharacterSet>
9898
</PropertyGroup>

TheForceEngine/crashdump.dmp

-113 KB
Binary file not shown.

0 commit comments

Comments
 (0)