ClassDiagrams.csproj 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ClassDiagrams</RootNamespace>
  12. <AssemblyName>ClassDiagrams</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>2.0</OldToolsVersion>
  16. <UpgradeBackupLocation>
  17. </UpgradeBackupLocation>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  37. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  38. Other similar extension points exist, see Microsoft.Common.targets.
  39. <Target Name="BeforeBuild">
  40. </Target>
  41. <Target Name="AfterBuild">
  42. </Target>
  43. -->
  44. <ItemGroup>
  45. <None Include="Architecture.cd" />
  46. <None Include="ReaderWriter.cd" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="Classes\IReader.cs" />
  50. <Compile Include="Classes\IWriter.cs" />
  51. <Compile Include="Classes\PHPExcel_IOFactory.cs" />
  52. <Compile Include="Classes\Worksheet.cs" />
  53. <Compile Include="Classes\PHPExcel.cs" />
  54. <Compile Include="Classes\PHPExcel_Reader_Excel2007.cs" />
  55. <Compile Include="Classes\PHPExcel_Reader_Serialized.cs" />
  56. <Compile Include="Classes\PHPExcel_Writer_Excel2007.cs" />
  57. <Compile Include="Classes\PHPExcel_Writer_Serialized.cs" />
  58. <Compile Include="Classes\PHPExcel_Reader_Excel5.cs" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Content Include="Exports\Architecture.png" />
  62. <Content Include="Exports\ReaderWriter.png" />
  63. </ItemGroup>
  64. </Project>