[Quantproject-developers] QuantProject/b5_Presentation Presentation_SD.csproj, 1.6, 1.7
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-09-29 21:10:28
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11276 Modified Files: Presentation_SD.csproj Log Message: The new revision moves toward an intraday enabled framework. EndOfDayDate time has been removed, DateTime is used now. The code has been changed accordingly. Index: Presentation_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Presentation_SD.csproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Presentation_SD.csproj 19 Aug 2008 17:12:59 -0000 1.6 --- Presentation_SD.csproj 29 Sep 2008 21:10:20 -0000 1.7 *************** *** 38,41 **** --- 38,53 ---- </PropertyGroup> <ItemGroup> + <Reference Include="Interop.Excel"> + <HintPath>..\..\Interop.Excel.dll</HintPath> + <SpecificVersion>False</SpecificVersion> + </Reference> + <Reference Include="Interop.Office"> + <HintPath>..\..\Interop.Office.dll</HintPath> + <SpecificVersion>False</SpecificVersion> + </Reference> + <Reference Include="Interop.VBIDE"> + <HintPath>..\..\Interop.VBIDE.dll</HintPath> + <SpecificVersion>False</SpecificVersion> + </Reference> <Reference Include="System" /> <Reference Include="System.Configuration" /> *************** *** 48,63 **** <Private>True</Private> </Reference> - <Reference Include="Interop.VBIDE"> - <HintPath>..\..\Interop.VBIDE.dll</HintPath> - <Private>True</Private> - </Reference> - <Reference Include="Interop.Excel"> - <HintPath>..\..\Interop.Excel.dll</HintPath> - <Private>True</Private> - </Reference> - <Reference Include="Interop.Office"> - <HintPath>..\..\Interop.Office.dll</HintPath> - <Private>True</Private> - </Reference> </ItemGroup> <ItemGroup> --- 60,63 ---- *************** *** 99,102 **** --- 99,103 ---- <Name>b4_Business</Name> </ProjectReference> + <Folder Include="Reporting\MicrosoftExcel" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |