ea949c41409716f4f9fc40926daffaca1d0d7737.svn-base 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{ED2F98A3-DF8A-4097-A916-A7268F8D2CD0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Core.Mes.IBaseInterface</RootNamespace>
  11. <AssemblyName>Core.Mes.IBaseInterface</AssemblyName>
  12. <UpgradeBackupLocation>
  13. </UpgradeBackupLocation>
  14. <OldToolsVersion>2.0</OldToolsVersion>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>D:\Code\SERVER\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <PlatformTarget>AnyCPU</PlatformTarget>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\Output\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Data" />
  37. <Reference Include="System.Xml" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Compile Include="ICommon.cs" />
  41. <Compile Include="Properties\AssemblyInfo.cs" />
  42. </ItemGroup>
  43. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  44. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  45. Other similar extension points exist, see Microsoft.Common.targets.
  46. <Target Name="BeforeBuild">
  47. </Target>
  48. <Target Name="AfterBuild">
  49. </Target>
  50. -->
  51. </Project>