Subversion Repository Public Repository

insightly-api

Diff Revisions 8 vs 9 for /trunk/Insightly/TS.Insightly.API.csproj

Diff revisions: vs.
  @@ -21,6 +21,7 @@
21 21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 22 <ErrorReport>prompt</ErrorReport>
23 23 <WarningLevel>4</WarningLevel>
24 + <DocumentationFile>bin\Debug\Insightly.XML</DocumentationFile>
24 25 </PropertyGroup>
25 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 27 <DebugType>pdbonly</DebugType>
  @@ -29,6 +30,7 @@
29 30 <DefineConstants>TRACE</DefineConstants>
30 31 <ErrorReport>prompt</ErrorReport>
31 32 <WarningLevel>4</WarningLevel>
33 + <DocumentationFile>bin\Release\Insightly.XML</DocumentationFile>
32 34 </PropertyGroup>
33 35 <ItemGroup>
34 36 <Reference Include="RestSharp">