|
101 | 101 | </PropertyGroup>
|
102 | 102 | </When>
|
103 | 103 | </Choose>
|
104 |
| - <Import Project="..\packages\xunit.core\build\$(__paket__xunit_core_props).props" Condition="Exists('..\packages\xunit.core\build\$(__paket__xunit_core_props).props')" Label="Paket" /> |
| 104 | + <Import Project="..\packages\test\xunit.core\build\$(__paket__xunit_core_props).props" Condition="Exists('..\packages\test\xunit.core\build\$(__paket__xunit_core_props).props')" Label="Paket" /> |
105 | 105 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
106 | 106 | Other similar extension points exist, see Microsoft.Common.targets.
|
107 | 107 | <Target Name="BeforeBuild">
|
|
175 | 175 | </ItemGroup>
|
176 | 176 | </When>
|
177 | 177 | </Choose>
|
178 |
| - <Choose> |
179 |
| - <When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3')"> |
180 |
| - <ItemGroup> |
181 |
| - <Reference Include="FsUnit.Xunit"> |
182 |
| - <HintPath>..\packages\FsUnit.xUnit\lib\net45\FsUnit.Xunit.dll</HintPath> |
183 |
| - <Private>True</Private> |
184 |
| - <Paket>True</Paket> |
185 |
| - </Reference> |
186 |
| - <Reference Include="NHamcrest"> |
187 |
| - <HintPath>..\packages\FsUnit.xUnit\lib\net45\NHamcrest.dll</HintPath> |
188 |
| - <Private>True</Private> |
189 |
| - <Paket>True</Paket> |
190 |
| - </Reference> |
191 |
| - </ItemGroup> |
192 |
| - </When> |
193 |
| - </Choose> |
194 | 178 | <Choose>
|
195 | 179 | <When Condition="$(TargetFrameworkIdentifier) == '.NETStandard' And ($(TargetFrameworkVersion) == 'v1.0' Or $(TargetFrameworkVersion) == 'v1.1' Or $(TargetFrameworkVersion) == 'v1.2' Or $(TargetFrameworkVersion) == 'v1.3' Or $(TargetFrameworkVersion) == 'v1.4' Or $(TargetFrameworkVersion) == 'v1.5' Or $(TargetFrameworkVersion) == 'v1.6')">
|
196 | 180 | <ItemGroup>
|
|
530 | 514 | </When>
|
531 | 515 | </Choose>
|
532 | 516 | <Choose>
|
533 |
| - <When Condition="$(TargetFrameworkIdentifier) == '.NETStandard' And ($(TargetFrameworkVersion) == 'v1.5' Or $(TargetFrameworkVersion) == 'v1.6')"> |
| 517 | + <When Condition="$(TargetFrameworkIdentifier) == '.NETStandard' And $(TargetFrameworkVersion) == 'v1.6'"> |
534 | 518 | <ItemGroup>
|
535 | 519 | <Reference Include="System.Reflection.Emit.Lightweight">
|
536 | 520 | <HintPath>..\packages\System.Reflection.Emit.Lightweight\ref\netstandard1.0\System.Reflection.Emit.Lightweight.dll</HintPath>
|
|
871 | 855 | </ItemGroup>
|
872 | 856 | </When>
|
873 | 857 | </Choose>
|
| 858 | + <Choose> |
| 859 | + <When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3')"> |
| 860 | + <ItemGroup> |
| 861 | + <Reference Include="FsUnit.Xunit"> |
| 862 | + <HintPath>..\packages\test\FsUnit.xUnit\lib\net45\FsUnit.Xunit.dll</HintPath> |
| 863 | + <Private>True</Private> |
| 864 | + <Paket>True</Paket> |
| 865 | + </Reference> |
| 866 | + <Reference Include="NHamcrest"> |
| 867 | + <HintPath>..\packages\test\FsUnit.xUnit\lib\net45\NHamcrest.dll</HintPath> |
| 868 | + <Private>True</Private> |
| 869 | + <Paket>True</Paket> |
| 870 | + </Reference> |
| 871 | + </ItemGroup> |
| 872 | + </When> |
| 873 | + </Choose> |
874 | 874 | <Choose>
|
875 | 875 | <When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3')">
|
876 | 876 | <ItemGroup>
|
877 | 877 | <Reference Include="xunit.abstractions">
|
878 |
| - <HintPath>..\packages\xunit.abstractions\lib\net35\xunit.abstractions.dll</HintPath> |
| 878 | + <HintPath>..\packages\test\xunit.abstractions\lib\net35\xunit.abstractions.dll</HintPath> |
879 | 879 | <Private>True</Private>
|
880 | 880 | <Paket>True</Paket>
|
881 | 881 | </Reference>
|
|
884 | 884 | <When Condition="($(TargetFrameworkIdentifier) == 'WindowsPhoneApp') Or ($(TargetFrameworkIdentifier) == '.NETStandard' And ($(TargetFrameworkVersion) == 'v1.0' Or $(TargetFrameworkVersion) == 'v1.2')) Or ($(TargetFrameworkIdentifier) == '.NETCore' And $(TargetFrameworkVersion) == 'v4.5') Or ($(TargetFrameworkIdentifier) == 'WindowsPhone' And $(TargetFrameworkVersion) == 'v8.0') Or ($(TargetFrameworkIdentifier) == 'MonoAndroid') Or ($(TargetFrameworkIdentifier) == 'MonoTouch') Or ($(TargetFrameworkIdentifier) == 'Xamarin.iOS') Or ($(TargetFrameworkProfile) == 'Profile7') Or ($(TargetFrameworkProfile) == 'Profile31') Or ($(TargetFrameworkProfile) == 'Profile32') Or ($(TargetFrameworkProfile) == 'Profile44') Or ($(TargetFrameworkProfile) == 'Profile49') Or ($(TargetFrameworkProfile) == 'Profile78') Or ($(TargetFrameworkProfile) == 'Profile84') Or ($(TargetFrameworkProfile) == 'Profile111') Or ($(TargetFrameworkProfile) == 'Profile151') Or ($(TargetFrameworkProfile) == 'Profile157') Or ($(TargetFrameworkProfile) == 'Profile259')">
|
885 | 885 | <ItemGroup>
|
886 | 886 | <Reference Include="xunit.abstractions">
|
887 |
| - <HintPath>..\packages\xunit.abstractions\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll</HintPath> |
| 887 | + <HintPath>..\packages\test\xunit.abstractions\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll</HintPath> |
888 | 888 | <Private>True</Private>
|
889 | 889 | <Paket>True</Paket>
|
890 | 890 | </Reference>
|
|
895 | 895 | <When Condition="($(TargetFrameworkIdentifier) == 'WindowsPhoneApp') Or ($(TargetFrameworkIdentifier) == '.NETCore') Or ($(TargetFrameworkIdentifier) == '.NETStandard' And ($(TargetFrameworkVersion) == 'v1.0' Or $(TargetFrameworkVersion) == 'v1.1' Or $(TargetFrameworkVersion) == 'v1.2' Or $(TargetFrameworkVersion) == 'v1.3' Or $(TargetFrameworkVersion) == 'v1.4' Or $(TargetFrameworkVersion) == 'v1.5' Or $(TargetFrameworkVersion) == 'v1.6')) Or ($(TargetFrameworkIdentifier) == '.NETCoreApp' And $(TargetFrameworkVersion) == 'v1.0') Or ($(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3')) Or ($(TargetFrameworkIdentifier) == 'WindowsPhone' And ($(TargetFrameworkVersion) == 'v8.0' Or $(TargetFrameworkVersion) == 'v8.1')) Or ($(TargetFrameworkIdentifier) == 'MonoAndroid') Or ($(TargetFrameworkIdentifier) == 'MonoTouch') Or ($(TargetFrameworkIdentifier) == 'Xamarin.iOS') Or ($(TargetFrameworkIdentifier) == 'Xamarin.Mac') Or ($(TargetFrameworkProfile) == 'Profile7') Or ($(TargetFrameworkProfile) == 'Profile31') Or ($(TargetFrameworkProfile) == 'Profile32') Or ($(TargetFrameworkProfile) == 'Profile44') Or ($(TargetFrameworkProfile) == 'Profile49') Or ($(TargetFrameworkProfile) == 'Profile78') Or ($(TargetFrameworkProfile) == 'Profile84') Or ($(TargetFrameworkProfile) == 'Profile111') Or ($(TargetFrameworkProfile) == 'Profile151') Or ($(TargetFrameworkProfile) == 'Profile157') Or ($(TargetFrameworkProfile) == 'Profile259')">
|
896 | 896 | <ItemGroup>
|
897 | 897 | <Reference Include="xunit.assert">
|
898 |
| - <HintPath>..\packages\xunit.assert\lib\portable-net45+win8+wp8+wpa81\xunit.assert.dll</HintPath> |
| 898 | + <HintPath>..\packages\test\xunit.assert\lib\portable-net45+win8+wp8+wpa81\xunit.assert.dll</HintPath> |
899 | 899 | <Private>True</Private>
|
900 | 900 | <Paket>True</Paket>
|
901 | 901 | </Reference>
|
|
906 | 906 | <When Condition="($(TargetFrameworkIdentifier) == 'WindowsPhoneApp') Or ($(TargetFrameworkIdentifier) == '.NETStandard' And ($(TargetFrameworkVersion) == 'v1.0' Or $(TargetFrameworkVersion) == 'v1.2')) Or ($(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3')) Or ($(TargetFrameworkIdentifier) == '.NETCore' And $(TargetFrameworkVersion) == 'v4.5') Or ($(TargetFrameworkIdentifier) == 'WindowsPhone' And $(TargetFrameworkVersion) == 'v8.0') Or ($(TargetFrameworkIdentifier) == 'MonoAndroid') Or ($(TargetFrameworkIdentifier) == 'MonoTouch') Or ($(TargetFrameworkIdentifier) == 'Xamarin.iOS') Or ($(TargetFrameworkProfile) == 'Profile7') Or ($(TargetFrameworkProfile) == 'Profile31') Or ($(TargetFrameworkProfile) == 'Profile32') Or ($(TargetFrameworkProfile) == 'Profile44') Or ($(TargetFrameworkProfile) == 'Profile49') Or ($(TargetFrameworkProfile) == 'Profile78') Or ($(TargetFrameworkProfile) == 'Profile84') Or ($(TargetFrameworkProfile) == 'Profile111') Or ($(TargetFrameworkProfile) == 'Profile151') Or ($(TargetFrameworkProfile) == 'Profile157') Or ($(TargetFrameworkProfile) == 'Profile259')">
|
907 | 907 | <ItemGroup>
|
908 | 908 | <Reference Include="xunit.core">
|
909 |
| - <HintPath>..\packages\xunit.extensibility.core\lib\portable-net45+win8+wp8+wpa81\xunit.core.dll</HintPath> |
| 909 | + <HintPath>..\packages\test\xunit.extensibility.core\lib\portable-net45+win8+wp8+wpa81\xunit.core.dll</HintPath> |
910 | 910 | <Private>True</Private>
|
911 | 911 | <Paket>True</Paket>
|
912 | 912 | </Reference>
|
|
917 | 917 | <When Condition="$(TargetFrameworkIdentifier) == 'MonoAndroid'">
|
918 | 918 | <ItemGroup>
|
919 | 919 | <Reference Include="xunit.execution.dotnet">
|
920 |
| - <HintPath>..\packages\xunit.extensibility.execution\lib\monoandroid\xunit.execution.dotnet.dll</HintPath> |
| 920 | + <HintPath>..\packages\test\xunit.extensibility.execution\lib\monoandroid\xunit.execution.dotnet.dll</HintPath> |
921 | 921 | <Private>True</Private>
|
922 | 922 | <Paket>True</Paket>
|
923 | 923 | </Reference>
|
|
926 | 926 | <When Condition="$(TargetFrameworkIdentifier) == 'MonoTouch'">
|
927 | 927 | <ItemGroup>
|
928 | 928 | <Reference Include="xunit.execution.dotnet">
|
929 |
| - <HintPath>..\packages\xunit.extensibility.execution\lib\monotouch\xunit.execution.dotnet.dll</HintPath> |
| 929 | + <HintPath>..\packages\test\xunit.extensibility.execution\lib\monotouch\xunit.execution.dotnet.dll</HintPath> |
930 | 930 | <Private>True</Private>
|
931 | 931 | <Paket>True</Paket>
|
932 | 932 | </Reference>
|
|
935 | 935 | <When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3')">
|
936 | 936 | <ItemGroup>
|
937 | 937 | <Reference Include="xunit.execution.desktop">
|
938 |
| - <HintPath>..\packages\xunit.extensibility.execution\lib\net45\xunit.execution.desktop.dll</HintPath> |
| 938 | + <HintPath>..\packages\test\xunit.extensibility.execution\lib\net45\xunit.execution.desktop.dll</HintPath> |
939 | 939 | <Private>True</Private>
|
940 | 940 | <Paket>True</Paket>
|
941 | 941 | </Reference>
|
|
944 | 944 | <When Condition="($(TargetFrameworkIdentifier) == '.NETStandard' And ($(TargetFrameworkVersion) == 'v1.0' Or $(TargetFrameworkVersion) == 'v1.2')) Or ($(TargetFrameworkProfile) == 'Profile7') Or ($(TargetFrameworkProfile) == 'Profile31') Or ($(TargetFrameworkProfile) == 'Profile32') Or ($(TargetFrameworkProfile) == 'Profile44') Or ($(TargetFrameworkProfile) == 'Profile49') Or ($(TargetFrameworkProfile) == 'Profile78') Or ($(TargetFrameworkProfile) == 'Profile84') Or ($(TargetFrameworkProfile) == 'Profile111') Or ($(TargetFrameworkProfile) == 'Profile151') Or ($(TargetFrameworkProfile) == 'Profile157') Or ($(TargetFrameworkProfile) == 'Profile259')">
|
945 | 945 | <ItemGroup>
|
946 | 946 | <Reference Include="xunit.execution.dotnet">
|
947 |
| - <HintPath>..\packages\xunit.extensibility.execution\lib\portable-net45+win8+wp8+wpa81\xunit.execution.dotnet.dll</HintPath> |
| 947 | + <HintPath>..\packages\test\xunit.extensibility.execution\lib\portable-net45+win8+wp8+wpa81\xunit.execution.dotnet.dll</HintPath> |
948 | 948 | <Private>True</Private>
|
949 | 949 | <Paket>True</Paket>
|
950 | 950 | </Reference>
|
|
953 | 953 | <When Condition="$(TargetFrameworkIdentifier) == '.NETCore' And $(TargetFrameworkVersion) == 'v4.5'">
|
954 | 954 | <ItemGroup>
|
955 | 955 | <Reference Include="xunit.execution.dotnet">
|
956 |
| - <HintPath>..\packages\xunit.extensibility.execution\lib\win8\xunit.execution.dotnet.dll</HintPath> |
| 956 | + <HintPath>..\packages\test\xunit.extensibility.execution\lib\win8\xunit.execution.dotnet.dll</HintPath> |
957 | 957 | <Private>True</Private>
|
958 | 958 | <Paket>True</Paket>
|
959 | 959 | </Reference>
|
|
962 | 962 | <When Condition="$(TargetFrameworkIdentifier) == 'WindowsPhone' And $(TargetFrameworkVersion) == 'v8.0'">
|
963 | 963 | <ItemGroup>
|
964 | 964 | <Reference Include="xunit.execution.dotnet">
|
965 |
| - <HintPath>..\packages\xunit.extensibility.execution\lib\wp8\xunit.execution.dotnet.dll</HintPath> |
| 965 | + <HintPath>..\packages\test\xunit.extensibility.execution\lib\wp8\xunit.execution.dotnet.dll</HintPath> |
966 | 966 | <Private>True</Private>
|
967 | 967 | <Paket>True</Paket>
|
968 | 968 | </Reference>
|
|
971 | 971 | <When Condition="$(TargetFrameworkIdentifier) == 'WindowsPhoneApp'">
|
972 | 972 | <ItemGroup>
|
973 | 973 | <Reference Include="xunit.execution.dotnet">
|
974 |
| - <HintPath>..\packages\xunit.extensibility.execution\lib\wpa81\xunit.execution.dotnet.dll</HintPath> |
| 974 | + <HintPath>..\packages\test\xunit.extensibility.execution\lib\wpa81\xunit.execution.dotnet.dll</HintPath> |
975 | 975 | <Private>True</Private>
|
976 | 976 | <Paket>True</Paket>
|
977 | 977 | </Reference>
|
|
980 | 980 | <When Condition="$(TargetFrameworkIdentifier) == 'Xamarin.iOS'">
|
981 | 981 | <ItemGroup>
|
982 | 982 | <Reference Include="xunit.execution.dotnet">
|
983 |
| - <HintPath>..\packages\xunit.extensibility.execution\lib\xamarinios\xunit.execution.dotnet.dll</HintPath> |
| 983 | + <HintPath>..\packages\test\xunit.extensibility.execution\lib\xamarinios\xunit.execution.dotnet.dll</HintPath> |
984 | 984 | <Private>True</Private>
|
985 | 985 | <Paket>True</Paket>
|
986 | 986 | </Reference>
|
|
0 commit comments