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

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

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