Subversion Repository Public Repository

insightly-api

Diff Revisions 2 vs 3 for /trunk/UnitTestInsightly/UnitTestInsightly.csproj

Diff revisions: vs.
  @@ -35,6 +35,9 @@
35 35 <WarningLevel>4</WarningLevel>
36 36 </PropertyGroup>
37 37 <ItemGroup>
38 + <Reference Include="RestSharp">
39 + <HintPath>..\packages\RestSharp.104.2.0\lib\net4\RestSharp.dll</HintPath>
40 + </Reference>
38 41 <Reference Include="System" />
39 42 </ItemGroup>
40 43 <Choose>
  @@ -50,9 +53,19 @@
50 53 </Otherwise>
51 54 </Choose>
52 55 <ItemGroup>
53 - <Compile Include="UnitTest1.cs" />
56 + <Compile Include="APIUser.cs" />
57 + <Compile Include="ContactGetTest.cs" />
54 58 <Compile Include="Properties\AssemblyInfo.cs" />
55 59 </ItemGroup>
60 + <ItemGroup>
61 + <ProjectReference Include="..\Insightly\TS.Insightly.API.csproj">
62 + <Project>{9d109bd4-0c01-43b5-b63b-1c22d4539c1f}</Project>
63 + <Name>TS.Insightly.API</Name>
64 + </ProjectReference>
65 + </ItemGroup>
66 + <ItemGroup>
67 + <None Include="packages.config" />
68 + </ItemGroup>
56 69 <Choose>
57 70 <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
58 71 <ItemGroup>