Emby.XmlTv.Test.csproj 6.1 KB

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