mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
1062dde076
* Also make sure we don't include appstore.listing.csv in the app and remove unneeded call to GetModuleHandle() in pki.c.
154 lines
No EOL
8 KiB
XML
154 lines
No EOL
8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'">
|
|
<VisualStudioVersion>15.0</VisualStudioVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x86">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x86</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x86">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x86</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|ARM">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ARM">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|ARM64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ARM64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<PreBuildEvent>"C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool" sign /v /sha1 9ce9a71ccab3b38a74781b975f1c228222cf7d3b /fd SHA256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp $(OutDir)rufus.exe</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
|
|
<PropertyGroup>
|
|
<ProjectGuid>9440518f-38fe-43d9-9151-a26618e8c978</ProjectGuid>
|
|
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
|
|
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
|
|
<PackageCertificateThumbprint>5B703405D71796B4F4D3217C39B48767DB855E9D</PackageCertificateThumbprint>
|
|
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
|
|
<AppxPackageSigningTimestampServerUrl>http://sha256timestamp.ws.symantec.com/sha256/timestamp</AppxPackageSigningTimestampServerUrl>
|
|
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
|
|
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
|
|
<GenerateTestArtifacts>False</GenerateTestArtifacts>
|
|
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
|
|
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
|
|
<EntryPointProjectUniqueName>..\..\.vs\rufus.vcxproj</EntryPointProjectUniqueName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
<OutputPath>$(SolutionDir)arm\Debug\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
<OutputPath>$(SolutionDir)arm64\Debug\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
<OutputPath>$(SolutionDir)x86\Debug\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
<OutputPath>$(SolutionDir)x64\Debug\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
<OutputPath>$(SolutionDir)arm\Release\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
<OutputPath>$(SolutionDir)arm64\Release\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
<OutputPath>$(SolutionDir)x86\Release\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
<OutputPath>$(SolutionDir)x64\Release\</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
<SubType>Designer</SubType>
|
|
</AppxManifest>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="appstore.listing.csv" />
|
|
<Content Include="Images\LargeTile.scale-100.png" />
|
|
<Content Include="Images\LargeTile.scale-125.png" />
|
|
<Content Include="Images\LargeTile.scale-150.png" />
|
|
<Content Include="Images\LargeTile.scale-200.png" />
|
|
<Content Include="Images\LargeTile.scale-400.png" />
|
|
<Content Include="Images\SmallTile.scale-100.png" />
|
|
<Content Include="Images\SmallTile.scale-125.png" />
|
|
<Content Include="Images\SmallTile.scale-150.png" />
|
|
<Content Include="Images\SmallTile.scale-200.png" />
|
|
<Content Include="Images\SmallTile.scale-400.png" />
|
|
<Content Include="Images\Square150x150Logo.scale-100.png" />
|
|
<Content Include="Images\Square150x150Logo.scale-125.png" />
|
|
<Content Include="Images\Square150x150Logo.scale-150.png" />
|
|
<Content Include="Images\Square150x150Logo.scale-200.png" />
|
|
<Content Include="Images\Square150x150Logo.scale-400.png" />
|
|
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
|
|
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-24.png" />
|
|
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
|
|
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-32.png" />
|
|
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-48.png" />
|
|
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-16.png" />
|
|
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-256.png" />
|
|
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-32.png" />
|
|
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-48.png" />
|
|
<Content Include="Images\Square44x44Logo.scale-100.png" />
|
|
<Content Include="Images\Square44x44Logo.scale-125.png" />
|
|
<Content Include="Images\Square44x44Logo.scale-150.png" />
|
|
<Content Include="Images\Square44x44Logo.scale-200.png" />
|
|
<Content Include="Images\Square44x44Logo.scale-400.png" />
|
|
<Content Include="Images\Square44x44Logo.targetsize-16.png" />
|
|
<Content Include="Images\Square44x44Logo.targetsize-24.png" />
|
|
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
|
|
<Content Include="Images\Square44x44Logo.targetsize-256.png" />
|
|
<Content Include="Images\Square44x44Logo.targetsize-32.png" />
|
|
<Content Include="Images\Square44x44Logo.targetsize-48.png" />
|
|
<Content Include="Images\StoreLogo.scale-100.png" />
|
|
<Content Include="Images\StoreLogo.scale-125.png" />
|
|
<Content Include="Images\StoreLogo.scale-150.png" />
|
|
<Content Include="Images\StoreLogo.scale-200.png" />
|
|
<Content Include="Images\StoreLogo.scale-400.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-100.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-125.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-150.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-200.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-400.png" />
|
|
<Content Include="rufus\rufus.app" />
|
|
<None Include="Package.StoreAssociation.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\.vs\rufus.vcxproj" />
|
|
</ItemGroup>
|
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
|
|
</Project> |