PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Samba.Modules.BasicReports/Samba.Modules.BasicReports.csproj

https://code.google.com/p/sambapos/
MSBuild | 155 lines | 147 code | 1 blank | 7 comment | 0 complexity | 951e189b6df9c6492521fa53dbdc4360 MD5 | raw file
Possible License(s): GPL-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{4F2C080C-FF9C-4604-8DAF-C5732BC17A05}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Samba.Modules.BasicReports</RootNamespace>
  12. <AssemblyName>Samba.Modules.BasicReports</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\Lib\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.Practices.Prism">
  40. <HintPath>..\Lib\Microsoft.Practices.Prism.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  43. <HintPath>..\Lib\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  44. </Reference>
  45. <Reference Include="PresentationCore" />
  46. <Reference Include="PresentationFramework" />
  47. <Reference Include="ReachFramework" />
  48. <Reference Include="System" />
  49. <Reference Include="System.ComponentModel.Composition" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Printing" />
  52. <Reference Include="System.Xaml" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="WindowsBase" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="BasicReportModule.cs" />
  62. <Compile Include="BasicReportView.xaml.cs">
  63. <DependentUpon>BasicReportView.xaml</DependentUpon>
  64. </Compile>
  65. <Compile Include="BasicReportViewModel.cs" />
  66. <Compile Include="Reports\AccountReport\AccountData.cs" />
  67. <Compile Include="Reports\AccountReport\AccountReportViewModelBase.cs" />
  68. <Compile Include="Reports\AccountReport\InternalAccountsViewModel.cs" />
  69. <Compile Include="Reports\AccountReport\LiabilityReportViewModel.cs" />
  70. <Compile Include="Reports\AccountReport\ReceivableReportViewModel.cs" />
  71. <Compile Include="Reports\AmountCalculator.cs" />
  72. <Compile Include="Reports\CashReport\CashReportViewModel.cs" />
  73. <Compile Include="Reports\CSVBuilder\CsvBuilderViewModel.cs" />
  74. <Compile Include="Reports\DepartmentInfo.cs" />
  75. <Compile Include="Reports\InventoryReports\InventoryReportViewModel.cs" />
  76. <Compile Include="Reports\InventoryReports\CostReportViewModel.cs" />
  77. <Compile Include="Reports\InventoryReports\PurchaseReportViewModel.cs" />
  78. <Compile Include="Reports\MenuGroupBuilder.cs" />
  79. <Compile Include="Reports\MenuItemGroupInfo.cs" />
  80. <Compile Include="Reports\MenuItemSellInfo.cs" />
  81. <Compile Include="Reports\TenderedAmount.cs" />
  82. <Compile Include="Reports\TicketTagInfo.cs" />
  83. <Compile Include="Reports\UserInfo.cs" />
  84. <Compile Include="FilterGroup.cs" />
  85. <Compile Include="Reports\ProductReport\ProductReportViewModel.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. <Compile Include="Reports\EndOfDayReport\EndDayReportViewModel.cs" />
  88. <Compile Include="ReportContext.cs" />
  89. <Compile Include="ReportView.xaml.cs">
  90. <DependentUpon>ReportView.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="ReportViewModelBase.cs" />
  93. <Compile Include="SimpleReport.cs" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Page Include="BasicReportView.xaml">
  97. <SubType>Designer</SubType>
  98. <Generator>MSBuild:Compile</Generator>
  99. </Page>
  100. <Page Include="ReportView.xaml">
  101. <SubType>Designer</SubType>
  102. <Generator>MSBuild:Compile</Generator>
  103. </Page>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <ProjectReference Include="..\Lib\FlexButton\FlexButton.csproj">
  107. <Project>{434D497A-D439-44C8-84A5-5301B572708F}</Project>
  108. <Name>FlexButton</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\Samba.Domain\Samba.Domain.csproj">
  111. <Project>{2386F6A0-91B2-4D1A-8DBC-92109924AFFE}</Project>
  112. <Name>Samba.Domain</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\Samba.Infrastructure.Data\Samba.Infrastructure.Data.csproj">
  115. <Project>{2D64F506-D566-4CA5-A19C-BCB5F9A2E7F4}</Project>
  116. <Name>Samba.Infrastructure.Data</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\Samba.Infrastructure\Samba.Infrastructure.csproj">
  119. <Project>{B184E8F8-A507-4C3D-B580-184E3776A95C}</Project>
  120. <Name>Samba.Infrastructure</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\Samba.Localization\Samba.Localization.csproj">
  123. <Project>{406B96A6-C886-4149-AD88-A2402EDB2B90}</Project>
  124. <Name>Samba.Localization</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\Samba.Persistance.Data\Samba.Persistance.Data.csproj">
  127. <Project>{FEDA2199-91CD-4AF1-B571-4AA2E8371A18}</Project>
  128. <Name>Samba.Persistance.Data</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\Samba.Presentation.Common\Samba.Presentation.Common.csproj">
  131. <Project>{FE1A894E-D55E-4CEA-980A-1C678A2453FC}</Project>
  132. <Name>Samba.Presentation.Common</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\Samba.Services\Samba.Services.csproj">
  135. <Project>{413B698C-0D7D-4FCD-9F16-AF51AED4E647}</Project>
  136. <Name>Samba.Services</Name>
  137. </ProjectReference>
  138. </ItemGroup>
  139. <ItemGroup />
  140. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  141. <PropertyGroup>
  142. <PostBuildEvent>IF NOT "$(ConfigurationName)"=="Release" GOTO End
  143. copy "$(TargetDir)$(TargetFileName)" "$(SolutionDir)SambaSetup\src"
  144. copy "$(TargetDir)Samba.Modules.BasicReports.pdb" "$(SolutionDir)SambaSetup\src"
  145. :End</PostBuildEvent>
  146. </PropertyGroup>
  147. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  148. Other similar extension points exist, see Microsoft.Common.targets.
  149. <Target Name="BeforeBuild">
  150. </Target>
  151. <Target Name="AfterBuild">
  152. </Target>
  153. -->
  154. </Project>