DBProxy.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <ProjectType>Local</ProjectType>
  4. <ProductVersion>9.0.30729</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{F6CD9B3C-806A-4009-ACAB-935FF453A13C}</ProjectGuid>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ApplicationIcon>
  10. </ApplicationIcon>
  11. <AssemblyKeyContainerName>
  12. </AssemblyKeyContainerName>
  13. <AssemblyName>DBProxy</AssemblyName>
  14. <AssemblyOriginatorKeyFile>
  15. </AssemblyOriginatorKeyFile>
  16. <DefaultClientScript>JScript</DefaultClientScript>
  17. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  18. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  19. <DelaySign>false</DelaySign>
  20. <OutputType>Library</OutputType>
  21. <RootNamespace>DBProxy</RootNamespace>
  22. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  23. <StartupObject>
  24. </StartupObject>
  25. <OldToolsVersion>2.0</OldToolsVersion>
  26. <FileUpgradeFlags>
  27. </FileUpgradeFlags>
  28. <UpgradeBackupLocation>
  29. </UpgradeBackupLocation>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <OutputPath>..\..\..\server\</OutputPath>
  33. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  34. <BaseAddress>285212672</BaseAddress>
  35. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  36. <ConfigurationOverrideFile>
  37. </ConfigurationOverrideFile>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DocumentationFile>
  40. </DocumentationFile>
  41. <DebugSymbols>true</DebugSymbols>
  42. <FileAlignment>4096</FileAlignment>
  43. <NoStdLib>false</NoStdLib>
  44. <NoWarn>
  45. </NoWarn>
  46. <Optimize>false</Optimize>
  47. <RegisterForComInterop>false</RegisterForComInterop>
  48. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  49. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  50. <WarningLevel>4</WarningLevel>
  51. <DebugType>full</DebugType>
  52. <ErrorReport>prompt</ErrorReport>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <OutputPath>..\..\..\SERVER\</OutputPath>
  56. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  57. <BaseAddress>285212672</BaseAddress>
  58. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  59. <ConfigurationOverrideFile>
  60. </ConfigurationOverrideFile>
  61. <DefineConstants>TRACE</DefineConstants>
  62. <DocumentationFile>
  63. </DocumentationFile>
  64. <DebugSymbols>false</DebugSymbols>
  65. <FileAlignment>4096</FileAlignment>
  66. <NoStdLib>false</NoStdLib>
  67. <NoWarn>
  68. </NoWarn>
  69. <Optimize>true</Optimize>
  70. <RegisterForComInterop>false</RegisterForComInterop>
  71. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  72. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  73. <WarningLevel>4</WarningLevel>
  74. <DebugType>none</DebugType>
  75. <ErrorReport>prompt</ErrorReport>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="Oracle.DataAccess, Version=2.111.7.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\Output\Oracle.DataAccess.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\Output2005\System.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  87. <SpecificVersion>False</SpecificVersion>
  88. <HintPath>..\Output2005\System.configuration.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86">
  91. <SpecificVersion>False</SpecificVersion>
  92. <HintPath>..\Output2005\System.Data.dll</HintPath>
  93. <Private>False</Private>
  94. </Reference>
  95. <Reference Include="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86">
  96. <SpecificVersion>False</SpecificVersion>
  97. <HintPath>..\Output2005\System.Data.OracleClient.dll</HintPath>
  98. <Private>False</Private>
  99. </Reference>
  100. <Reference Include="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  101. <SpecificVersion>False</SpecificVersion>
  102. <HintPath>..\Output2005\System.Xml.dll</HintPath>
  103. </Reference>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Compile Include="AssemblyInfo.cs">
  107. <SubType>Code</SubType>
  108. </Compile>
  109. <Compile Include="CoreWriteLogFile.cs" />
  110. <Compile Include="DataProvider\IDataProvider.cs">
  111. <SubType>Code</SubType>
  112. </Compile>
  113. <Compile Include="DataProvider\OdbcDataProvider.cs">
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="DataProvider\ODPDataProvider.cs">
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Compile Include="DataProvider\OleDbDataProvider.cs">
  120. <SubType>Code</SubType>
  121. </Compile>
  122. <Compile Include="DataProvider\OracleDataProvider.cs">
  123. <SubType>Code</SubType>
  124. </Compile>
  125. <Compile Include="DataProvider\SqlDataProvider.cs">
  126. <SubType>Code</SubType>
  127. </Compile>
  128. <Compile Include="DBProxy.cs">
  129. <SubType>Code</SubType>
  130. </Compile>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ProjectReference Include="..\Core.Mes.Common\Core.Mes.Common.csproj">
  134. <Project>{BBAFC889-ADFA-4063-BCA0-9CD6C61570E7}</Project>
  135. <Name>Core.Mes.Common</Name>
  136. </ProjectReference>
  137. </ItemGroup>
  138. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  139. <PropertyGroup>
  140. <PreBuildEvent>
  141. </PreBuildEvent>
  142. <PostBuildEvent>
  143. </PostBuildEvent>
  144. </PropertyGroup>
  145. </Project>