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