

insightly-api
Diff Revisions 3 vs 4 for /trunk/UnitTestInsightly/UnitTestInsightly.csproj
@@ -54,8 +54,10 @@ | |||
54 | 54 | </Choose> | |
55 | 55 | <ItemGroup> | |
56 | 56 | <Compile Include="APIUser.cs" /> | |
57 | + | <Compile Include="ContactDeleteTest.cs" /> | |
57 | 58 | <Compile Include="ContactGetTest.cs" /> | |
58 | 59 | <Compile Include="Properties\AssemblyInfo.cs" /> | |
60 | + | <Compile Include="ContactAddTest.cs" /> | |
59 | 61 | </ItemGroup> | |
60 | 62 | <ItemGroup> | |
61 | 63 | <ProjectReference Include="..\Insightly\TS.Insightly.API.csproj"> |