Skip to content

Commit e680c56

Browse files
committed
Removed _Win10 from VS 2026 as it is now meaningles
1 parent 4198fcf commit e680c56

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ jobs:
103103
working-directory: ${{ github.workspace }}
104104
run: >
105105
msbuild /m /p:Configuration=${{ matrix.build_type }} /p:Platform=${{ matrix.platform }}
106-
DirectXMesh_Desktop_2026_Win10.slnx
106+
DirectXMesh_Desktop_2026.slnx

DirectXMesh/DirectXMesh_Desktop_2026_Win10.vcxproj renamed to DirectXMesh/DirectXMesh_Desktop_2026.vcxproj

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -126,62 +126,62 @@
126126
</ImportGroup>
127127
<PropertyGroup Label="UserMacros" />
128128
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
129-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
130-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
129+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
130+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
131131
<TargetName>DirectXMesh</TargetName>
132132
<GenerateManifest>true</GenerateManifest>
133133
</PropertyGroup>
134134
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|X64'">
135-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
136-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
135+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
136+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
137137
<TargetName>DirectXMesh</TargetName>
138138
<GenerateManifest>true</GenerateManifest>
139139
</PropertyGroup>
140140
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
141-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
142-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
141+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
142+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
143143
<TargetName>DirectXMesh</TargetName>
144144
<GenerateManifest>true</GenerateManifest>
145145
</PropertyGroup>
146146
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
147-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
148-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
147+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
148+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
149149
<TargetName>DirectXMesh</TargetName>
150150
<GenerateManifest>true</GenerateManifest>
151151
</PropertyGroup>
152152
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|X64'">
153-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
154-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
153+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
154+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
155155
<TargetName>DirectXMesh</TargetName>
156156
<GenerateManifest>true</GenerateManifest>
157157
</PropertyGroup>
158158
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
159-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
160-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
159+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
160+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
161161
<TargetName>DirectXMesh</TargetName>
162162
<GenerateManifest>true</GenerateManifest>
163163
</PropertyGroup>
164164
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
165-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
166-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
165+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
166+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
167167
<TargetName>DirectXMesh</TargetName>
168168
<GenerateManifest>true</GenerateManifest>
169169
</PropertyGroup>
170170
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|X64'">
171-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
172-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
171+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
172+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
173173
<TargetName>DirectXMesh</TargetName>
174174
<GenerateManifest>true</GenerateManifest>
175175
</PropertyGroup>
176176
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|ARM64'">
177-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
178-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
177+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
178+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
179179
<TargetName>DirectXMesh</TargetName>
180180
<GenerateManifest>true</GenerateManifest>
181181
</PropertyGroup>
182182
<PropertyGroup Condition="'$(SpectreMitigation)'!='' AND '$(SpectreMitigation)'!='false'">
183-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)Spectre\</OutDir>
184-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)Spectre\</IntDir>
183+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)Spectre\</OutDir>
184+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)Spectre\</IntDir>
185185
<TargetName>DirectXMesh_Spectre</TargetName>
186186
</PropertyGroup>
187187
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

DirectXMesh/DirectXMesh_Desktop_2026_Win10.vcxproj.filters renamed to DirectXMesh/DirectXMesh_Desktop_2026.vcxproj.filters

File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<Folder Name="/Solution Items/">
1111
<File Path=".editorconfig" />
1212
</Folder>
13-
<Project Path="DirectXMesh/DirectXMesh_Desktop_2026_Win10.vcxproj" />
14-
<Project Path="Meshconvert/Meshconvert_Desktop_2026_Win10.vcxproj" />
13+
<Project Path="DirectXMesh/DirectXMesh_Desktop_2026.vcxproj" />
14+
<Project Path="Meshconvert/Meshconvert_Desktop_2026.vcxproj" />
1515
</Solution>

Meshconvert/Meshconvert_Desktop_2026_Win10.vcxproj renamed to Meshconvert/Meshconvert_Desktop_2026.vcxproj

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -131,56 +131,56 @@
131131
</ImportGroup>
132132
<PropertyGroup Label="UserMacros" />
133133
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
134-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
135-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
134+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
135+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
136136
<TargetName>meshconvert</TargetName>
137137
<GenerateManifest>true</GenerateManifest>
138138
</PropertyGroup>
139139
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|X64'">
140-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
141-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
140+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
141+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
142142
<TargetName>meshconvert</TargetName>
143143
<GenerateManifest>true</GenerateManifest>
144144
</PropertyGroup>
145145
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
146-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
147-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
146+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
147+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
148148
<TargetName>meshconvert</TargetName>
149149
<GenerateManifest>true</GenerateManifest>
150150
</PropertyGroup>
151151
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
152-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
153-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
152+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
153+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
154154
<TargetName>meshconvert</TargetName>
155155
<GenerateManifest>true</GenerateManifest>
156156
</PropertyGroup>
157157
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|X64'">
158-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
159-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
158+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
159+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
160160
<TargetName>meshconvert</TargetName>
161161
<GenerateManifest>true</GenerateManifest>
162162
</PropertyGroup>
163163
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
164-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
165-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
164+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
165+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
166166
<TargetName>meshconvert</TargetName>
167167
<GenerateManifest>true</GenerateManifest>
168168
</PropertyGroup>
169169
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
170-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
171-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
170+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
171+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
172172
<TargetName>meshconvert</TargetName>
173173
<GenerateManifest>true</GenerateManifest>
174174
</PropertyGroup>
175175
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|X64'">
176-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
177-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
176+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
177+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
178178
<TargetName>meshconvert</TargetName>
179179
<GenerateManifest>true</GenerateManifest>
180180
</PropertyGroup>
181181
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|ARM64'">
182-
<OutDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</OutDir>
183-
<IntDir>Bin\Desktop_2026_Win10\$(Platform)\$(Configuration)\</IntDir>
182+
<OutDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</OutDir>
183+
<IntDir>Bin\Desktop_2026\$(Platform)\$(Configuration)\</IntDir>
184184
<TargetName>meshconvert</TargetName>
185185
<GenerateManifest>true</GenerateManifest>
186186
</PropertyGroup>
@@ -427,7 +427,7 @@
427427
<ClInclude Include="vbo.h" />
428428
</ItemGroup>
429429
<ItemGroup>
430-
<ProjectReference Include="..\DirectXMesh\DirectXMesh_Desktop_2026_Win10.vcxproj">
430+
<ProjectReference Include="..\DirectXMesh\DirectXMesh_Desktop_2026.vcxproj">
431431
<Project>{6857f086-f6fe-4150-9ed7-7446f1c1c220}</Project>
432432
</ProjectReference>
433433
</ItemGroup>

Meshconvert/Meshconvert_Desktop_2026_Win10.vcxproj.filters renamed to Meshconvert/Meshconvert_Desktop_2026.vcxproj.filters

File renamed without changes.

0 commit comments

Comments
 (0)