зеркало из https://github.com/microsoft/CsWinRT.git
remove some cruft
This commit is contained in:
Родитель
5082125ba6
Коммит
4c36c77cad
|
@ -3,7 +3,6 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<BuildTestProjection Condition="'$(BuildTestProjection)$(Configuration)' == 'Release'">true</BuildTestProjection>
|
||||
<RemoveWindowsReference>true</RemoveWindowsReference>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="CopyTestComponent" BeforeTargets="PreBuildEvent">
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
<Platforms>AnyCPU;x64;x86</Platforms>
|
||||
|
||||
<ApplicationManifest>app1.manifest</ApplicationManifest>
|
||||
|
||||
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -33,13 +31,6 @@
|
|||
<ProjectReference Include="..\TestComp\TestComp.vcxproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="Windows">
|
||||
<HintPath>$(MSBuildProgramFiles32)\Windows Kits\10\UnionMetadata\10.0.17763.0\Windows.winmd</HintPath>
|
||||
<IsWinMDFile>true</IsWinMDFile>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Generated Files\" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
|
||||
<!--<file name="TestComp.dll">
|
||||
<activatableClass
|
||||
name="TestComp.Class"
|
||||
threadingModel="both"
|
||||
xmlns="urn:schemas-microsoft-com:winrt.v1" />
|
||||
</file>-->
|
||||
|
||||
</assembly>
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<BuildTestProjection Condition="'$(BuildTestProjection)$(Configuration)' == 'Release'">true</BuildTestProjection>
|
||||
<RemoveWindowsReference>true</RemoveWindowsReference>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="ProjectWinUI" BeforeTargets="CoreCompile" Condition="'$(BuildTestProjection)' == 'true'">
|
||||
|
|
|
@ -32,14 +32,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="Windows">
|
||||
<HintPath>$(MSBuildProgramFiles32)\Windows Kits\10\UnionMetadata\10.0.17763.0\Windows.winmd</HintPath>
|
||||
<IsWinMDFile>true</IsWinMDFile>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Generated Files\" />
|
||||
<Folder Include="Generated Files\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче