|
| 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)' < '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|AnyCPU"> |
| 24 | + <Configuration>Debug</Configuration> |
| 25 | + <Platform>AnyCPU</Platform> |
| 26 | + </ProjectConfiguration> |
| 27 | + <ProjectConfiguration Include="Release|AnyCPU"> |
| 28 | + <Configuration>Release</Configuration> |
| 29 | + <Platform>AnyCPU</Platform> |
| 30 | + </ProjectConfiguration> |
| 31 | + </ItemGroup> |
| 32 | + <PropertyGroup> |
| 33 | + <WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath> |
| 34 | + </PropertyGroup> |
| 35 | + <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" /> |
| 36 | + <PropertyGroup> |
| 37 | + <ProjectGuid>fa0d80ab-4fc9-40d6-aa5f-e50044ed2c5c</ProjectGuid> |
| 38 | + <TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion> |
| 39 | + <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion> |
| 40 | + <DefaultLanguage>en-US</DefaultLanguage> |
| 41 | + <PackageCertificateKeyFile>WindowsFormsApp1.Package_TemporaryKey.pfx</PackageCertificateKeyFile> |
| 42 | + <GenerateAppInstallerFile>false</GenerateAppInstallerFile> |
| 43 | + <AppxAutoIncrementPackageRevision>false</AppxAutoIncrementPackageRevision> |
| 44 | + <EntryPointProjectUniqueName>..\CoreWinFormsApp1\CoreWinFormsApp1.csproj</EntryPointProjectUniqueName> |
| 45 | + </PropertyGroup> |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 47 | + <AppxBundle>Never</AppxBundle> |
| 48 | + </PropertyGroup> |
| 49 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 50 | + <AppxBundle>Never</AppxBundle> |
| 51 | + </PropertyGroup> |
| 52 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 53 | + <AppxBundle>Never</AppxBundle> |
| 54 | + </PropertyGroup> |
| 55 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 56 | + <AppxBundle>Never</AppxBundle> |
| 57 | + </PropertyGroup> |
| 58 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> |
| 59 | + <AppxBundle>Never</AppxBundle> |
| 60 | + </PropertyGroup> |
| 61 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> |
| 62 | + <AppxBundle>Never</AppxBundle> |
| 63 | + </PropertyGroup> |
| 64 | + <ItemGroup> |
| 65 | + <AppxManifest Include="Package.appxmanifest"> |
| 66 | + <SubType>Designer</SubType> |
| 67 | + </AppxManifest> |
| 68 | + <None Include="WindowsFormsApp1.Package_TemporaryKey.pfx" /> |
| 69 | + </ItemGroup> |
| 70 | + <ItemGroup> |
| 71 | + <Content Include="Images\*" /> |
| 72 | + </ItemGroup> |
| 73 | + <ItemGroup> |
| 74 | + <ProjectReference Include="..\CoreWinFormsApp1\CoreWinFormsApp1.csproj" SkipGetTargetFrameworkProperties="true" Properties="RuntimeIdentifier=win-x86;SelfContained=true" /> |
| 75 | + </ItemGroup> |
| 76 | + <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" /> |
| 77 | + <PropertyGroup> |
| 78 | + <PackageOutputGroups>@(PackageOutputGroups);__GetPublishItems</PackageOutputGroups> |
| 79 | + </PropertyGroup> |
| 80 | + <Target Name="_ValidateAppReferenceItems" /> |
| 81 | + <Target Name="_FixEntryPoint" AfterTargets="_ConvertItems"> |
| 82 | + <PropertyGroup> |
| 83 | + <EntryPointExe>CoreWinFormsApp1\CoreWinFormsApp1.exe</EntryPointExe> |
| 84 | + </PropertyGroup> |
| 85 | + </Target> |
| 86 | + <Target Name="PublishReferences" BeforeTargets="ExpandProjectReferences"> |
| 87 | + <MSBuild Projects="@(ProjectReference->'%(FullPath)')" BuildInParallel="$(BuildInParallel)" Targets="Publish" /> |
| 88 | + </Target> |
| 89 | + <PropertyGroup> |
| 90 | + <DebuggerType>CoreClr</DebuggerType> |
| 91 | + </PropertyGroup> |
| 92 | +</Project> |
0 commit comments