|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 10 | <RootNamespace>QtSharp.Tests</RootNamespace>
|
11 | 11 | <AssemblyName>QtSharp.Tests</AssemblyName>
|
12 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 |
| - <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
| 14 | + <TargetFrameworkProfile> |
| 15 | + </TargetFrameworkProfile> |
15 | 16 | </PropertyGroup>
|
16 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
17 | 18 | <DebugSymbols>true</DebugSymbols>
|
|
23 | 24 | <WarningLevel>4</WarningLevel>
|
24 | 25 | <PlatformTarget>x86</PlatformTarget>
|
25 | 26 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
| 27 | + <Prefer32Bit>false</Prefer32Bit> |
26 | 28 | </PropertyGroup>
|
27 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
28 | 30 | <DebugType>pdbonly</DebugType>
|
|
32 | 34 | <ErrorReport>prompt</ErrorReport>
|
33 | 35 | <WarningLevel>4</WarningLevel>
|
34 | 36 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
| 37 | + <Prefer32Bit>false</Prefer32Bit> |
35 | 38 | </PropertyGroup>
|
36 | 39 | <PropertyGroup>
|
37 | 40 | <StartupObject />
|
|
45 | 48 | <PlatformTarget>x86</PlatformTarget>
|
46 | 49 | <ErrorReport>prompt</ErrorReport>
|
47 | 50 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
| 51 | + <Prefer32Bit>false</Prefer32Bit> |
48 | 52 | </PropertyGroup>
|
49 | 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
50 | 54 | <OutputPath>bin\x86\Release\</OutputPath>
|
|
55 | 59 | <PlatformTarget>x86</PlatformTarget>
|
56 | 60 | <ErrorReport>prompt</ErrorReport>
|
57 | 61 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
| 62 | + <Prefer32Bit>false</Prefer32Bit> |
58 | 63 | </PropertyGroup>
|
59 | 64 | <ItemGroup>
|
60 | 65 | <Reference Include="CppSharp.Runtime">
|
61 | 66 | <HintPath>..\References\CppSharp.Runtime.dll</HintPath>
|
62 | 67 | </Reference>
|
63 |
| - <Reference Include="nunit.core"> |
64 |
| - <HintPath>..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.dll</HintPath> |
| 68 | + <Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 69 | + <HintPath>..\packages\NUnitTestAdapter.WithFramework.2.0.0\lib\nunit.core.dll</HintPath> |
65 | 70 | <Private>False</Private>
|
66 | 71 | </Reference>
|
67 |
| - <Reference Include="nunit.core.interfaces"> |
68 |
| - <HintPath>..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.interfaces.dll</HintPath> |
| 72 | + <Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\packages\NUnitTestAdapter.WithFramework.2.0.0\lib\nunit.core.interfaces.dll</HintPath> |
69 | 74 | <Private>False</Private>
|
70 | 75 | </Reference>
|
71 |
| - <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
72 |
| - <SpecificVersion>False</SpecificVersion> |
73 |
| - <HintPath>..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.framework.dll</HintPath> |
| 76 | + <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\packages\NUnitTestAdapter.WithFramework.2.0.0\lib\nunit.framework.dll</HintPath> |
| 78 | + <Private>True</Private> |
74 | 79 | </Reference>
|
75 |
| - <Reference Include="nunit.util"> |
76 |
| - <HintPath>..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.util.dll</HintPath> |
| 80 | + <Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 81 | + <HintPath>..\packages\NUnitTestAdapter.WithFramework.2.0.0\lib\nunit.util.dll</HintPath> |
77 | 82 | <Private>False</Private>
|
78 | 83 | </Reference>
|
79 |
| - <Reference Include="NUnit.VisualStudio.TestAdapter"> |
80 |
| - <HintPath>..\packages\NUnitTestAdapter.WithFramework.1.2\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath> |
| 84 | + <Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL"> |
| 85 | + <HintPath>..\packages\NUnitTestAdapter.WithFramework.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath> |
81 | 86 | <Private>False</Private>
|
82 | 87 | </Reference>
|
83 | 88 | <Reference Include="QtCoreSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
0 commit comments