Skip to content

Commit 42f42ea

Browse files
modify files (#76)
1 parent d4a231f commit 42f42ea

File tree

9 files changed

+860
-860
lines changed

9 files changed

+860
-860
lines changed

Samples/ResourceManagement/cpp-console-unpackaged/console_unpackaged_app.vcxproj

Lines changed: 242 additions & 242 deletions
Large diffs are not rendered by default.
Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'">
4-
<VisualStudioVersion>15.0</VisualStudioVersion>
5-
</PropertyGroup>
6-
<ItemGroup Label="ProjectConfigurations">
7-
<ProjectConfiguration Include="Debug|x86">
8-
<Configuration>Debug</Configuration>
9-
<Platform>x86</Platform>
10-
</ProjectConfiguration>
11-
<ProjectConfiguration Include="Release|x86">
12-
<Configuration>Release</Configuration>
13-
<Platform>x86</Platform>
14-
</ProjectConfiguration>
15-
<ProjectConfiguration Include="Debug|x64">
16-
<Configuration>Debug</Configuration>
17-
<Platform>x64</Platform>
18-
</ProjectConfiguration>
19-
<ProjectConfiguration Include="Release|x64">
20-
<Configuration>Release</Configuration>
21-
<Platform>x64</Platform>
22-
</ProjectConfiguration>
23-
<ProjectConfiguration Include="Debug|arm64">
24-
<Configuration>Debug</Configuration>
25-
<Platform>arm64</Platform>
26-
</ProjectConfiguration>
27-
<ProjectConfiguration Include="Release|arm64">
28-
<Configuration>Release</Configuration>
29-
<Platform>arm64</Platform>
30-
</ProjectConfiguration>
31-
</ItemGroup>
32-
<PropertyGroup>
33-
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
34-
<DebuggerType>NativeOnly</DebuggerType>
35-
<BackgroundTaskDebugEngines>NativeOnly</BackgroundTaskDebugEngines>
36-
</PropertyGroup>
37-
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
38-
<PropertyGroup>
39-
<ProjectGuid>b9fbccf9-049a-4da7-90b5-ac5c7685ec71</ProjectGuid>
40-
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
41-
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
42-
<DefaultLanguage>en-US</DefaultLanguage>
43-
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
44-
<AppxTargetsLocation Condition="'$(AppxTargetsLocation)'==''">$(MSBuildThisFileDirectory)build\</AppxTargetsLocation>
45-
<EntryPointProjectUniqueName>..\winui_desktop_packaged_app_cpp\winui_desktop_packaged_app_cpp.vcxproj</EntryPointProjectUniqueName>
46-
</PropertyGroup>
47-
<ItemGroup>
48-
<AppxManifest Include="Package.appxmanifest">
49-
<SubType>Designer</SubType>
50-
</AppxManifest>
51-
</ItemGroup>
52-
<ItemGroup>
53-
<Content Include="Images\SplashScreen.scale-200.png" />
54-
<Content Include="Images\LockScreenLogo.scale-200.png" />
55-
<Content Include="Images\Square150x150Logo.scale-200.png" />
56-
<Content Include="Images\Square44x44Logo.scale-200.png" />
57-
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
58-
<Content Include="Images\StoreLogo.png" />
59-
<Content Include="Images\Wide310x150Logo.scale-200.png" />
60-
</ItemGroup>
61-
<ItemGroup>
62-
<ProjectReference Include="..\winui_desktop_packaged_app_cpp\winui_desktop_packaged_app_cpp.vcxproj">
63-
<SkipGetTargetFrameworkProperties>True</SkipGetTargetFrameworkProperties>
64-
</ProjectReference>
65-
</ItemGroup>
66-
<ItemGroup>
67-
<PackageReference Include="Microsoft.ProjectReunion" Version="0.8.1">
68-
<IncludeAssets>build</IncludeAssets>
69-
</PackageReference>
70-
</ItemGroup>
71-
<ItemGroup>
72-
<SDKReference Include="Microsoft.VCLibs.Desktop, Version=14.0" />
73-
<!-- Needed for ucrtbased.dll when running a debug build. -->
74-
<SDKReference Include="Microsoft.VCLibs, Version=14.0" Condition="'$(Configuration)' == 'Debug'" />
75-
</ItemGroup>
76-
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'">
4+
<VisualStudioVersion>15.0</VisualStudioVersion>
5+
</PropertyGroup>
6+
<ItemGroup Label="ProjectConfigurations">
7+
<ProjectConfiguration Include="Debug|x86">
8+
<Configuration>Debug</Configuration>
9+
<Platform>x86</Platform>
10+
</ProjectConfiguration>
11+
<ProjectConfiguration Include="Release|x86">
12+
<Configuration>Release</Configuration>
13+
<Platform>x86</Platform>
14+
</ProjectConfiguration>
15+
<ProjectConfiguration Include="Debug|x64">
16+
<Configuration>Debug</Configuration>
17+
<Platform>x64</Platform>
18+
</ProjectConfiguration>
19+
<ProjectConfiguration Include="Release|x64">
20+
<Configuration>Release</Configuration>
21+
<Platform>x64</Platform>
22+
</ProjectConfiguration>
23+
<ProjectConfiguration Include="Debug|arm64">
24+
<Configuration>Debug</Configuration>
25+
<Platform>arm64</Platform>
26+
</ProjectConfiguration>
27+
<ProjectConfiguration Include="Release|arm64">
28+
<Configuration>Release</Configuration>
29+
<Platform>arm64</Platform>
30+
</ProjectConfiguration>
31+
</ItemGroup>
32+
<PropertyGroup>
33+
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
34+
<DebuggerType>NativeOnly</DebuggerType>
35+
<BackgroundTaskDebugEngines>NativeOnly</BackgroundTaskDebugEngines>
36+
</PropertyGroup>
37+
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
38+
<PropertyGroup>
39+
<ProjectGuid>b9fbccf9-049a-4da7-90b5-ac5c7685ec71</ProjectGuid>
40+
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
41+
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
42+
<DefaultLanguage>en-US</DefaultLanguage>
43+
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
44+
<AppxTargetsLocation Condition="'$(AppxTargetsLocation)'==''">$(MSBuildThisFileDirectory)build\</AppxTargetsLocation>
45+
<EntryPointProjectUniqueName>..\winui_desktop_packaged_app_cpp\winui_desktop_packaged_app_cpp.vcxproj</EntryPointProjectUniqueName>
46+
</PropertyGroup>
47+
<ItemGroup>
48+
<AppxManifest Include="Package.appxmanifest">
49+
<SubType>Designer</SubType>
50+
</AppxManifest>
51+
</ItemGroup>
52+
<ItemGroup>
53+
<Content Include="Images\SplashScreen.scale-200.png" />
54+
<Content Include="Images\LockScreenLogo.scale-200.png" />
55+
<Content Include="Images\Square150x150Logo.scale-200.png" />
56+
<Content Include="Images\Square44x44Logo.scale-200.png" />
57+
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
58+
<Content Include="Images\StoreLogo.png" />
59+
<Content Include="Images\Wide310x150Logo.scale-200.png" />
60+
</ItemGroup>
61+
<ItemGroup>
62+
<ProjectReference Include="..\winui_desktop_packaged_app_cpp\winui_desktop_packaged_app_cpp.vcxproj">
63+
<SkipGetTargetFrameworkProperties>True</SkipGetTargetFrameworkProperties>
64+
</ProjectReference>
65+
</ItemGroup>
66+
<ItemGroup>
67+
<PackageReference Include="Microsoft.ProjectReunion" Version="0.8.1">
68+
<IncludeAssets>build</IncludeAssets>
69+
</PackageReference>
70+
</ItemGroup>
71+
<ItemGroup>
72+
<SDKReference Include="Microsoft.VCLibs.Desktop, Version=14.0" />
73+
<!-- Needed for ucrtbased.dll when running a debug build. -->
74+
<SDKReference Include="Microsoft.VCLibs, Version=14.0" Condition="'$(Configuration)' == 'Debug'" />
75+
</ItemGroup>
76+
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
7777
</Project>
Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.30323.103
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "winui_desktop_packaged_app_cpp (Package)", "winui_desktop_packaged_app_cpp (Package)\winui_desktop_packaged_app_cpp (Package).wapproj", "{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}"
7-
EndProject
8-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winui_desktop_packaged_app_cpp", "winui_desktop_packaged_app_cpp\winui_desktop_packaged_app_cpp.vcxproj", "{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}"
9-
EndProject
10-
Global
11-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12-
Debug|arm64 = Debug|arm64
13-
Debug|x64 = Debug|x64
14-
Debug|x86 = Debug|x86
15-
Release|arm64 = Release|arm64
16-
Release|x64 = Release|x64
17-
Release|x86 = Release|x86
18-
EndGlobalSection
19-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|arm64.ActiveCfg = Debug|arm64
21-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|arm64.Build.0 = Debug|arm64
22-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|arm64.Deploy.0 = Debug|arm64
23-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x64.ActiveCfg = Debug|x64
24-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x64.Build.0 = Debug|x64
25-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x64.Deploy.0 = Debug|x64
26-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x86.ActiveCfg = Debug|x86
27-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x86.Build.0 = Debug|x86
28-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x86.Deploy.0 = Debug|x86
29-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|arm64.ActiveCfg = Release|arm64
30-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|arm64.Build.0 = Release|arm64
31-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|arm64.Deploy.0 = Release|arm64
32-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x64.ActiveCfg = Release|x64
33-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x64.Build.0 = Release|x64
34-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x64.Deploy.0 = Release|x64
35-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x86.ActiveCfg = Release|x86
36-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x86.Build.0 = Release|x86
37-
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x86.Deploy.0 = Release|x86
38-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|arm64.ActiveCfg = Debug|arm64
39-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|arm64.Build.0 = Debug|arm64
40-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|x64.ActiveCfg = Debug|x64
41-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|x64.Build.0 = Debug|x64
42-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|x86.ActiveCfg = Debug|Win32
43-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|x86.Build.0 = Debug|Win32
44-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|arm64.ActiveCfg = Release|arm64
45-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|arm64.Build.0 = Release|arm64
46-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|x64.ActiveCfg = Release|x64
47-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|x64.Build.0 = Release|x64
48-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|x86.ActiveCfg = Release|Win32
49-
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|x86.Build.0 = Release|Win32
50-
EndGlobalSection
51-
GlobalSection(SolutionProperties) = preSolution
52-
HideSolutionNode = FALSE
53-
EndGlobalSection
54-
GlobalSection(ExtensibilityGlobals) = postSolution
55-
SolutionGuid = {24163EF4-7876-46E0-B075-DD9417BD9ECF}
56-
EndGlobalSection
57-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30323.103
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "winui_desktop_packaged_app_cpp (Package)", "winui_desktop_packaged_app_cpp (Package)\winui_desktop_packaged_app_cpp (Package).wapproj", "{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}"
7+
EndProject
8+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winui_desktop_packaged_app_cpp", "winui_desktop_packaged_app_cpp\winui_desktop_packaged_app_cpp.vcxproj", "{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|arm64 = Debug|arm64
13+
Debug|x64 = Debug|x64
14+
Debug|x86 = Debug|x86
15+
Release|arm64 = Release|arm64
16+
Release|x64 = Release|x64
17+
Release|x86 = Release|x86
18+
EndGlobalSection
19+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|arm64.ActiveCfg = Debug|arm64
21+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|arm64.Build.0 = Debug|arm64
22+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|arm64.Deploy.0 = Debug|arm64
23+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x64.ActiveCfg = Debug|x64
24+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x64.Build.0 = Debug|x64
25+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x64.Deploy.0 = Debug|x64
26+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x86.ActiveCfg = Debug|x86
27+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x86.Build.0 = Debug|x86
28+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Debug|x86.Deploy.0 = Debug|x86
29+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|arm64.ActiveCfg = Release|arm64
30+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|arm64.Build.0 = Release|arm64
31+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|arm64.Deploy.0 = Release|arm64
32+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x64.ActiveCfg = Release|x64
33+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x64.Build.0 = Release|x64
34+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x64.Deploy.0 = Release|x64
35+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x86.ActiveCfg = Release|x86
36+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x86.Build.0 = Release|x86
37+
{B9FBCCF9-049A-4DA7-90B5-AC5C7685EC71}.Release|x86.Deploy.0 = Release|x86
38+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|arm64.ActiveCfg = Debug|arm64
39+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|arm64.Build.0 = Debug|arm64
40+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|x64.ActiveCfg = Debug|x64
41+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|x64.Build.0 = Debug|x64
42+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|x86.ActiveCfg = Debug|Win32
43+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Debug|x86.Build.0 = Debug|Win32
44+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|arm64.ActiveCfg = Release|arm64
45+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|arm64.Build.0 = Release|arm64
46+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|x64.ActiveCfg = Release|x64
47+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|x64.Build.0 = Release|x64
48+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|x86.ActiveCfg = Release|Win32
49+
{3A97D881-ABA4-4265-BD4C-AC9F33A8A4DD}.Release|x86.Build.0 = Release|Win32
50+
EndGlobalSection
51+
GlobalSection(SolutionProperties) = preSolution
52+
HideSolutionNode = FALSE
53+
EndGlobalSection
54+
GlobalSection(ExtensibilityGlobals) = postSolution
55+
SolutionGuid = {24163EF4-7876-46E0-B075-DD9417BD9ECF}
56+
EndGlobalSection
57+
EndGlobal

0 commit comments

Comments
 (0)