Welcome to mirror list, hosted at ThFree Co, Russian Federation.

archgroups.props « tools-local - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 135f9ba87e9e87e86497b9af5c90153ed06feb7e (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ArchGroups Include="x86" />
    <ArchGroups Include="x64" />
    <ArchGroups Include="arm" />
    <ArchGroups Include="arm64" />
    <ArchGroups Include="armel" />
  </ItemGroup>
</Project>