BLL.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{38D7AA58-C95B-449B-86C6-A8073A56E11F}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>
  11. </ApplicationIcon>
  12. <AssemblyKeyContainerName>
  13. </AssemblyKeyContainerName>
  14. <AssemblyName>jpsoft.BLL</AssemblyName>
  15. <AssemblyOriginatorKeyFile>
  16. </AssemblyOriginatorKeyFile>
  17. <DefaultClientScript>JScript</DefaultClientScript>
  18. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  19. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  20. <DelaySign>false</DelaySign>
  21. <OutputType>Library</OutputType>
  22. <RootNamespace>jpsoft.BLL</RootNamespace>
  23. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  24. <StartupObject>
  25. </StartupObject>
  26. <FileUpgradeFlags>
  27. </FileUpgradeFlags>
  28. <UpgradeBackupLocation>
  29. </UpgradeBackupLocation>
  30. <SccProjectName>
  31. </SccProjectName>
  32. <SccLocalPath>
  33. </SccLocalPath>
  34. <SccAuxPath>
  35. </SccAuxPath>
  36. <SccProvider>
  37. </SccProvider>
  38. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  39. <OldToolsVersion>2.0</OldToolsVersion>
  40. <PublishUrl>publish\</PublishUrl>
  41. <Install>true</Install>
  42. <InstallFrom>Disk</InstallFrom>
  43. <UpdateEnabled>false</UpdateEnabled>
  44. <UpdateMode>Foreground</UpdateMode>
  45. <UpdateInterval>7</UpdateInterval>
  46. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  47. <UpdatePeriodically>false</UpdatePeriodically>
  48. <UpdateRequired>false</UpdateRequired>
  49. <MapFileExtensions>true</MapFileExtensions>
  50. <ApplicationRevision>0</ApplicationRevision>
  51. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  52. <IsWebBootstrapper>false</IsWebBootstrapper>
  53. <UseApplicationTrust>false</UseApplicationTrust>
  54. <BootstrapperEnabled>true</BootstrapperEnabled>
  55. <TargetFrameworkProfile />
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  58. <OutputPath>bin\Debug\</OutputPath>
  59. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  60. <BaseAddress>285212672</BaseAddress>
  61. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  62. <ConfigurationOverrideFile>
  63. </ConfigurationOverrideFile>
  64. <DefineConstants>DEBUG;TRACE</DefineConstants>
  65. <DocumentationFile>
  66. </DocumentationFile>
  67. <DebugSymbols>true</DebugSymbols>
  68. <FileAlignment>4096</FileAlignment>
  69. <NoStdLib>false</NoStdLib>
  70. <NoWarn>
  71. </NoWarn>
  72. <Optimize>false</Optimize>
  73. <RegisterForComInterop>false</RegisterForComInterop>
  74. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  75. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  76. <WarningLevel>4</WarningLevel>
  77. <DebugType>full</DebugType>
  78. <ErrorReport>prompt</ErrorReport>
  79. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  80. <Prefer32Bit>false</Prefer32Bit>
  81. <PlatformTarget>x86</PlatformTarget>
  82. </PropertyGroup>
  83. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  84. <OutputPath>bin\Release\</OutputPath>
  85. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  86. <BaseAddress>285212672</BaseAddress>
  87. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  88. <ConfigurationOverrideFile>
  89. </ConfigurationOverrideFile>
  90. <DefineConstants>TRACE</DefineConstants>
  91. <DocumentationFile>
  92. </DocumentationFile>
  93. <DebugSymbols>false</DebugSymbols>
  94. <FileAlignment>4096</FileAlignment>
  95. <NoStdLib>false</NoStdLib>
  96. <NoWarn>
  97. </NoWarn>
  98. <Optimize>true</Optimize>
  99. <RegisterForComInterop>false</RegisterForComInterop>
  100. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  101. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  102. <WarningLevel>4</WarningLevel>
  103. <DebugType>none</DebugType>
  104. <ErrorReport>prompt</ErrorReport>
  105. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  106. <Prefer32Bit>false</Prefer32Bit>
  107. </PropertyGroup>
  108. <ItemGroup>
  109. <Reference Include="Maticsoft.Common, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>..\Lib\Maticsoft.Common.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System">
  114. <Name>System</Name>
  115. </Reference>
  116. <Reference Include="System.configuration" />
  117. <Reference Include="System.Data">
  118. <Name>System.Data</Name>
  119. </Reference>
  120. <Reference Include="System.Xml">
  121. <Name>System.XML</Name>
  122. </Reference>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Compile Include="Account.cs" />
  126. <Compile Include="AssemblyInfo.cs">
  127. <SubType>Code</SubType>
  128. </Compile>
  129. <Compile Include="Customer.cs" />
  130. <Compile Include="Flaw.cs" />
  131. <Compile Include="Label.cs" />
  132. <Compile Include="Staff.cs" />
  133. <Compile Include="Stock.cs" />
  134. <Compile Include="Pub.cs" />
  135. <Compile Include="Work.cs" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <ProjectReference Include="..\DAL\DAL.csproj">
  139. <Project>{9FE00521-3A8B-42B1-814E-585E99407B2E}</Project>
  140. <Name>DAL</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\Model\Model.csproj">
  143. <Project>{53995DBB-9836-4647-AD22-865884FDEB9E}</Project>
  144. <Name>Model</Name>
  145. </ProjectReference>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  149. <Visible>False</Visible>
  150. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  151. <Install>false</Install>
  152. </BootstrapperPackage>
  153. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  154. <Visible>False</Visible>
  155. <ProductName>.NET Framework 3.5 SP1</ProductName>
  156. <Install>true</Install>
  157. </BootstrapperPackage>
  158. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  159. <Visible>False</Visible>
  160. <ProductName>Windows Installer 3.1</ProductName>
  161. <Install>true</Install>
  162. </BootstrapperPackage>
  163. </ItemGroup>
  164. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  165. <PropertyGroup>
  166. <PreBuildEvent>
  167. </PreBuildEvent>
  168. <PostBuildEvent>
  169. </PostBuildEvent>
  170. </PropertyGroup>
  171. </Project>