Emby.XmlTv.Test.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{C8298223-2468-466C-9B06-FBF61926CECB}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>Emby.XmlTv.Test</RootNamespace>
  10. <AssemblyName>Emby.XmlTv.Test</AssemblyName>
  11. <FileAlignment>512</FileAlignment>
  12. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  13. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  14. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  15. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  16. <IsCodedUITest>False</IsCodedUITest>
  17. <TestProjectType>UnitTest</TestProjectType>
  18. <TargetFrameworkProfile />
  19. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  20. <RestorePackages>true</RestorePackages>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <Choose>
  44. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  45. <ItemGroup>
  46. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  47. </ItemGroup>
  48. </When>
  49. <Otherwise>
  50. <ItemGroup>
  51. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework">
  52. <Private>False</Private>
  53. </Reference>
  54. </ItemGroup>
  55. </Otherwise>
  56. </Choose>
  57. <ItemGroup>
  58. <Compile Include="XmlTvReaderDateTimeTests.cs" />
  59. <Compile Include="XmlTvReaderLanguageTests.cs" />
  60. <Compile Include="XmlTvReaderTests.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Content Include="Xml Files\epg.xml" />
  65. <Content Include="Xml Files\ES_MultiLanguageData.xml">
  66. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  67. </Content>
  68. <Content Include="Xml Files\honeybee.xml">
  69. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  70. </Content>
  71. <Content Include="Xml Files\MultilanguageData.xml">
  72. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  73. </Content>
  74. <Content Include="Xml Files\UK_Data.xml">
  75. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  76. <SubType>Designer</SubType>
  77. </Content>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\Emby.XmlTv\Emby.XmlTv.csproj">
  81. <Project>{0D023565-5942-4D79-9098-A1B4B6665A40}</Project>
  82. <Name>Emby.XmlTv</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <Choose>
  86. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  87. <ItemGroup>
  88. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  89. <Private>False</Private>
  90. </Reference>
  91. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  92. <Private>False</Private>
  93. </Reference>
  94. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  95. <Private>False</Private>
  96. </Reference>
  97. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  98. <Private>False</Private>
  99. </Reference>
  100. </ItemGroup>
  101. </When>
  102. </Choose>
  103. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  106. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  107. <PropertyGroup>
  108. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  109. </PropertyGroup>
  110. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  111. </Target>
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. <PropertyGroup>
  120. <TargetFramework>netstandard2.0</TargetFramework>
  121. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  122. </PropertyGroup>
  123. </Project>