We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1aef70 commit 076ad86Copy full SHA for 076ad86
Tests/Swift.Tests.elements
@@ -68,6 +68,9 @@
68
<SubMode>Windows</SubMode>
69
</PropertyGroup>
70
<ItemGroup>
71
+ <Reference Include="RemObjects.Elements.EUnit">
72
+ <Target>rt</Target>
73
+ </Reference>
74
<Reference Include="RemObjects.Elements.EUnit">
75
<Target>Cooper</Target>
76
</Reference>
@@ -144,6 +147,6 @@
144
147
<Compile Include="Program.swift" />
145
148
<Compile Include="Range.swift" />
146
149
</ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Toffee.targets" />
150
+ <Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.targets" />
151
<Import Project="..\Source\Swift.Shared.projitems" Label="Shared" />
152
</Project>
0 commit comments