OmxPlayerGui.csproj 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProjectGuid>{34FC2AB9-6A5A-46E0-95E5-6B97394F3F26}</ProjectGuid>
  7. <OutputType>Exe</OutputType>
  8. <RootNamespace>OmxPlayerGui</RootNamespace>
  9. <AssemblyName>OmxPlayerGui</AssemblyName>
  10. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  13. <DebugSymbols>true</DebugSymbols>
  14. <DebugType>full</DebugType>
  15. <Optimize>false</Optimize>
  16. <OutputPath>bin\Debug</OutputPath>
  17. <DefineConstants>DEBUG;</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. <ConsolePause>false</ConsolePause>
  21. <PlatformTarget>x86</PlatformTarget>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  24. <DebugType>full</DebugType>
  25. <Optimize>true</Optimize>
  26. <OutputPath>bin\Release</OutputPath>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <ConsolePause>false</ConsolePause>
  30. <PlatformTarget>x86</PlatformTarget>
  31. </PropertyGroup>
  32. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  33. <ItemGroup>
  34. <Compile Include="AspectRatio.cs" />
  35. <Compile Include="ControlCreator.cs" />
  36. <Compile Include="Main.cs" />
  37. <Compile Include="frmSong.cs" />
  38. <Compile Include="cPlayer.cs" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Windows" />
  44. <Reference Include="System.Windows.Forms" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Drawing.Design" />
  47. </ItemGroup>
  48. </Project>