Skip to content

Commit d008047

Browse files
committed
TTSD-72756 fix windows sdk
1 parent dd53cf9 commit d008047

5 files changed

Lines changed: 2 additions & 5 deletions

File tree

UserApp.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{625CCC86-EC60-46A4-8D91-0E743A01902A}"
1111
ProjectSection(SolutionItems) = preProject
1212
Directory.Build.props = Directory.Build.props
13+
.github\workflows\msbuild.yml = .github\workflows\msbuild.yml
1314
EndProjectSection
1415
EndProject
1516
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UserApp2021", "UserApp2021\UserApp2021.vcxproj", "{DD8F8A8D-1D0D-4381-ADD6-A24880D2567B}"

UserApp2022/UserApp2022.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<ProjectGuid>{816DF024-986F-411D-B285-D121BFD43085}</ProjectGuid>
1515
<RootNamespace>UserApp2021</RootNamespace>
1616
<Keyword>Win32Proj</Keyword>
17-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
1817
</PropertyGroup>
1918
<PropertyGroup Label="Configuration">
2019
<ConfigurationType>Application</ConfigurationType>

UserApp2023/UserApp2023.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<ProjectGuid>{2BBFC722-8F82-497B-828F-6980540FFBD5}</ProjectGuid>
1515
<RootNamespace>UserApp2023</RootNamespace>
1616
<Keyword>Win32Proj</Keyword>
17-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
1817
</PropertyGroup>
1918
<PropertyGroup Label="Configuration">
2019
<ConfigurationType>Application</ConfigurationType>

UserApp2024/UserApp2024.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<ProjectGuid>{5711FE96-BC50-4F80-AF37-802B08A2B489}</ProjectGuid>
1515
<RootNamespace>UserApp2024</RootNamespace>
1616
<Keyword>Win32Proj</Keyword>
17-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
1817
</PropertyGroup>
1918
<PropertyGroup Label="Configuration">
2019
<ConfigurationType>Application</ConfigurationType>

UserApp2025/UserApp2025.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
</ItemGroup>
1313
<PropertyGroup Label="Globals">
1414
<ProjectGuid>{3F7E898B-ED4E-4C7A-89D9-D199655EAC6C}</ProjectGuid>
15-
<RootNamespace>UserApp2024</RootNamespace>
15+
<RootNamespace>UserApp2025</RootNamespace>
1616
<Keyword>Win32Proj</Keyword>
17-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
1817
</PropertyGroup>
1918
<PropertyGroup Label="Configuration">
2019
<ConfigurationType>Application</ConfigurationType>

0 commit comments

Comments
 (0)