Microsoft.csproj 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{F2A4D4C2-A948-4351-9D46-117F372AB4A4}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Microsoft</RootNamespace>
  11. <AssemblyName>Microsoft</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\_Output\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <DocumentationFile>..\_Output\Debug\Microsoft.XML</DocumentationFile>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\_Output\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <DocumentationFile>..\_Output\Release\Microsoft.XML</DocumentationFile>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Core" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="Disposable.cs" />
  40. <Compile Include="DisposableMini.cs" />
  41. <Compile Include="IDisposed.cs" />
  42. <Compile Include="IDisposeState.cs" />
  43. <Compile Include="MathEx.cs" />
  44. <Compile Include="Properties\AssemblyInfo.cs" />
  45. </ItemGroup>
  46. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  47. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  48. Other similar extension points exist, see Microsoft.Common.targets.
  49. <Target Name="BeforeBuild">
  50. </Target>
  51. <Target Name="AfterBuild">
  52. </Target>
  53. -->
  54. </Project>