|
16 | 16 | <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath> |
17 | 17 | <IsCodedUITest>False</IsCodedUITest> |
18 | 18 | <TestProjectType>UnitTest</TestProjectType> |
| 19 | + <TargetFrameworkProfile /> |
19 | 20 | </PropertyGroup> |
20 | 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
21 | 22 | <DebugSymbols>true</DebugSymbols> |
|
25 | 26 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
26 | 27 | <ErrorReport>prompt</ErrorReport> |
27 | 28 | <WarningLevel>4</WarningLevel> |
| 29 | + <Prefer32Bit>false</Prefer32Bit> |
28 | 30 | </PropertyGroup> |
29 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 | 32 | <DebugType>pdbonly</DebugType> |
|
33 | 35 | <DefineConstants>TRACE</DefineConstants> |
34 | 36 | <ErrorReport>prompt</ErrorReport> |
35 | 37 | <WarningLevel>4</WarningLevel> |
| 38 | + <Prefer32Bit>false</Prefer32Bit> |
36 | 39 | </PropertyGroup> |
37 | 40 | <ItemGroup> |
| 41 | + <Reference Include="cn.jpush.api, Version=1.0.0.30572, Culture=neutral, processorArchitecture=MSIL"> |
| 42 | + <SpecificVersion>False</SpecificVersion> |
| 43 | + <HintPath>..\cn.jpush.api\bin\Debug\cn.jpush.api.dll</HintPath> |
| 44 | + </Reference> |
38 | 45 | <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
39 | 46 | <SpecificVersion>False</SpecificVersion> |
40 | 47 | <HintPath>..\Newtonsoft.Json.dll</HintPath> |
|
86 | 93 | <Compile Include="schedule\trigger\SingleTests.cs" /> |
87 | 94 | <Compile Include="schedule\trigger\TriggerPayloadTests.cs" /> |
88 | 95 | </ItemGroup> |
89 | | - <ItemGroup> |
90 | | - <ProjectReference Include="..\cn.jpush.api\cn.jpush.api.csproj"> |
91 | | - <Project>{e281d457-f259-4f0b-8608-16c81d8ae97b}</Project> |
92 | | - <Name>cn.jpush.api</Name> |
93 | | - </ProjectReference> |
94 | | - </ItemGroup> |
95 | 96 | <Choose> |
96 | 97 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> |
97 | 98 | <ItemGroup> |
|
0 commit comments