Subversion Repository Public Repository

insightly-api

Diff Revisions 2 vs 3 for /trunk/Insightly/TS.Insightly.API.csproj

Diff revisions: vs.
  @@ -42,11 +42,17 @@
42 42 <Reference Include="System.Xml" />
43 43 </ItemGroup>
44 44 <ItemGroup>
45 + <Compile Include="Contract\Contact.cs" />
46 + <Compile Include="Contract\ContactInfo.cs" />
47 + <Compile Include="Controller.cs" />
48 + <Compile Include="Exception\ResponseException.cs" />
49 + <Compile Include="InsightlyAPI.cs" />
45 50 <Compile Include="Properties\AssemblyInfo.cs" />
46 51 </ItemGroup>
47 52 <ItemGroup>
48 53 <None Include="packages.config" />
49 54 </ItemGroup>
55 + <ItemGroup />
50 56 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51 57 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
52 58 Other similar extension points exist, see Microsoft.Common.targets.