insightly-api
Diff Revisions
9
vs
10
for /trunk/Insightly/TS.Insightly.API.csproj
|
@@ -49,7 +49,9 @@ |
49 |
49 |
|
<Compile Include="Contract\Address.cs" /> |
50 |
50 |
|
<Compile Include="Contract\Contact.cs" /> |
51 |
51 |
|
<Compile Include="Contract\ContactInfo.cs" /> |
|
52 |
+ |
<Compile Include="Contract\Organisation.cs" /> |
52 |
53 |
|
<Compile Include="Exception\ContactException.cs" /> |
|
54 |
+ |
<Compile Include="Exception\OrganisationException.cs" /> |
53 |
55 |
|
<Compile Include="Exception\ResponseException.cs" /> |
54 |
56 |
|
<Compile Include="InsightlyAPI.cs" /> |
55 |
57 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |