未验证 提交 94950983 编写于 作者: I Ivan Diaz Sanchez 提交者: GitHub

Added OS and Bit Specific tags to accordingly .csproj files. (#637)

上级 b16cb60c
......@@ -10,4 +10,7 @@
<ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
<ProjectReference Include="CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="OsSpecific" />
</ItemGroup>
</Project>
......@@ -16,5 +16,8 @@
<ProjectReference Include="../NetServer/NetServer.DefaultInterfaces.ilproj" />
<ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="OsSpecific" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Interop.settings.targets))\Interop.settings.targets" />
</Project>
......@@ -16,5 +16,8 @@
<ProjectReference Include="../NetServer/NetServer.csproj" />
<ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="OsSpecific" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Interop.settings.targets))\Interop.settings.targets" />
</Project>
......@@ -16,5 +16,8 @@
<ProjectReference Include="../NetServer/NetServer.csproj" />
<ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="OsSpecific" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Interop.settings.targets))\Interop.settings.targets" />
</Project>
......@@ -16,5 +16,8 @@
<ProjectReference Include="../NetServer/NetServer.csproj" />
<ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="OsSpecific" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Interop.settings.targets))\Interop.settings.targets" />
</Project>
......@@ -20,4 +20,7 @@
<ItemGroup>
<ProjectReference Include="CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="OsSpecific" />
</ItemGroup>
</Project>
......@@ -8,4 +8,7 @@
<ItemGroup>
<ProjectReference Include="CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="OsSpecific" />
</ItemGroup>
</Project>
......@@ -10,4 +10,7 @@
<Compile Include="ICustomMarshaler.cs" />
<Compile Include="..\..\common\XunitBase.cs" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="OsSpecific" />
</ItemGroup>
</Project>
......@@ -11,4 +11,7 @@
<ItemGroup>
<ProjectReference Include="CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="OsSpecific" />
</ItemGroup>
</Project>
......@@ -17,4 +17,7 @@
<ItemGroup>
<ProjectReference Include="CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="OsSpecific" />
</ItemGroup>
</Project>
......@@ -23,4 +23,7 @@ export COMPlus_GcStressOnDirectCalls=1
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="BitSpecific" />
</ItemGroup>
</Project>
......@@ -13,4 +13,7 @@
<Compile Include="VectorConvert.cs" />
<Compile Include="VectorUtil.cs" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="BitSpecific" />
</ItemGroup>
</Project>
......@@ -13,4 +13,7 @@
<Compile Include="VectorConvert.cs" />
<Compile Include="VectorUtil.cs" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="BitSpecific" />
</ItemGroup>
</Project>
......@@ -11,4 +11,7 @@
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
<ItemGroup>
<TraitTags Include="OsSpecific" />
</ItemGroup>
</Project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册