Subversion Repository Public Repository

insightly-api

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

Diff revisions: vs.
  @@ -35,6 +35,7 @@
35 35 </Reference>
36 36 <Reference Include="System" />
37 37 <Reference Include="System.Core" />
38 + <Reference Include="System.Runtime.Serialization" />
38 39 <Reference Include="System.Xml.Linq" />
39 40 <Reference Include="System.Data.DataSetExtensions" />
40 41 <Reference Include="Microsoft.CSharp" />
  @@ -44,15 +45,18 @@
44 45 <ItemGroup>
45 46 <Compile Include="Contract\Contact.cs" />
46 47 <Compile Include="Contract\ContactInfo.cs" />
47 - <Compile Include="Controller.cs" />
48 + <Compile Include="Exception\ContactException.cs" />
48 49 <Compile Include="Exception\ResponseException.cs" />
49 50 <Compile Include="InsightlyAPI.cs" />
50 51 <Compile Include="Properties\AssemblyInfo.cs" />
52 + <Compile Include="Utility\EnumHelper.cs" />
51 53 </ItemGroup>
52 54 <ItemGroup>
53 55 <None Include="packages.config" />
54 56 </ItemGroup>
55 - <ItemGroup />
57 + <ItemGroup>
58 + <Folder Include="Controller\" />
59 + </ItemGroup>
56 60 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57 61 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
58 62 Other similar extension points exist, see Microsoft.Common.targets.