MatrixIO.IO.Ebml.csproj 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{74FCBCE0-CF0D-49A4-9EB7-A172D4865E94}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>MatrixIO</RootNamespace>
  10. <AssemblyName>MatrixIO.IO.Ebml</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <TargetFrameworkProfile>Profile1</TargetFrameworkProfile>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Xml" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="..\MatrixIO.IO\Diagnostics\Trace.cs">
  44. <Link>Diagnostics\Trace.cs</Link>
  45. </Compile>
  46. <Compile Include="IO\Ebml\ElementAttribute.cs" />
  47. <Compile Include="IO\Ebml\ClassIdentifier.cs" />
  48. <Compile Include="IO\Ebml\Element.cs" />
  49. <Compile Include="IO\Ebml\Elements\DocTypeElement.cs" />
  50. <Compile Include="IO\Ebml\Elements\EbmlElement.cs" />
  51. <Compile Include="IO\Ebml\Elements\EbmlMaxIdentifierLength.cs" />
  52. <Compile Include="IO\Ebml\Elements\EbmlMaxSizeLength.cs" />
  53. <Compile Include="IO\Ebml\Elements\EbmlReadVersion.cs" />
  54. <Compile Include="IO\Ebml\Elements\EbmlVersionElement.cs" />
  55. <Compile Include="IO\Ebml\Elements\UnknownElement.cs" />
  56. <Compile Include="IO\Ebml\ElementTypes.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ProjectReference Include="..\MatrixIO.IO\MatrixIO.IO.csproj">
  61. <Project>{EDC16014-ECA3-4B93-A849-B81EAC369DD2}</Project>
  62. <Name>MatrixIO.IO</Name>
  63. </ProjectReference>
  64. </ItemGroup>
  65. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  66. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  67. Other similar extension points exist, see Microsoft.Common.targets.
  68. <Target Name="BeforeBuild">
  69. </Target>
  70. <Target Name="AfterBuild">
  71. </Target>
  72. -->
  73. </Project>