PageRenderTime 49ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/UnitTests/UnitTests.vbproj

#
MSBuild | 89 lines | 82 code | 0 blank | 7 comment | 0 complexity | 3d223fcd56804941980dcf32022cc59f MD5 | raw file
  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. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7D09E7A7-45A4-40D6-9027-284C7BE2BF35}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>PowerSong.UnitTests</RootNamespace>
  11. <AssemblyName>PowerSong.UnitTests</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>Windows</MyType>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
  16. <OptionExplicit>On</OptionExplicit>
  17. <OptionCompare>Binary</OptionCompare>
  18. <OptionStrict>Off</OptionStrict>
  19. <OptionInfer>Off</OptionInfer>
  20. <FileUpgradeFlags>
  21. </FileUpgradeFlags>
  22. <OldToolsVersion>3.5</OldToolsVersion>
  23. <UpgradeBackupLocation />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <DefineDebug>true</DefineDebug>
  29. <DefineTrace>true</DefineTrace>
  30. <OutputPath>bin\Debug\</OutputPath>
  31. <DocumentationFile>PowerSong.UnitTests.xml</DocumentationFile>
  32. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <DefineDebug>false</DefineDebug>
  37. <DefineTrace>true</DefineTrace>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release\</OutputPath>
  40. <DocumentationFile>PowerSong.UnitTests.xml</DocumentationFile>
  41. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  45. <Reference Include="PluginSupport, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
  46. <Reference Include="System" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Web.Services" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Import Include="Microsoft.VisualBasic" />
  54. <Import Include="System" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="AdhocItemTest.vb" />
  58. <Compile Include="DatabaseTest.vb" />
  59. <Compile Include="Searching and Indexing\BaseSearchTester.vb" />
  60. <Compile Include="BibleReferenceTest.vb" />
  61. <Compile Include="BibleSupportTest.vb" />
  62. <Compile Include="Searching and Indexing\IndexerTest.vb" />
  63. <Compile Include="My Project\AssemblyInfo.vb" />
  64. <Compile Include="Searching and Indexing\SearcherTest.vb" />
  65. <Compile Include="SongItemTest.vb" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\FileArchive\FileArchive.vbproj">
  69. <Project>{33759BDB-4452-46F3-BDD3-3310A635D3CD}</Project>
  70. <Name>FileArchive</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\Indexer\Indexer.vbproj">
  73. <Project>{D489F6B9-8630-4D35-AD44-962BA5607F7C}</Project>
  74. <Name>Indexer</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\SongDatabase\SongDatabase.vbproj">
  77. <Project>{1D0ED65E-4931-42CF-BFD3-1113D9035123}</Project>
  78. <Name>SongDatabase</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
  82. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  83. Other similar extension points exist, see Microsoft.Common.targets.
  84. <Target Name="BeforeBuild">
  85. </Target>
  86. <Target Name="AfterBuild">
  87. </Target>
  88. -->
  89. </Project>