PageRenderTime 49ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/TvdbScrapper/TvdbScrapper.vbproj

#
MSBuild | 157 lines | 150 code | 0 blank | 7 comment | 0 complexity | 9c1798bb3bd7c6d3184a7d9d0f32d869 MD5 | raw file
Possible License(s): GPL-2.0
  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>
  7. </ProductVersion>
  8. <SchemaVersion>
  9. </SchemaVersion>
  10. <ProjectGuid>{5B3BD48A-7DEE-4FF3-B7E8-8D41B83E25D3}</ProjectGuid>
  11. <OutputType>Library</OutputType>
  12. <RootNamespace>Media_Companion</RootNamespace>
  13. <AssemblyName>TvdbScrapper</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <MyType>Windows</MyType>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <DefineDebug>true</DefineDebug>
  23. <DefineTrace>true</DefineTrace>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DocumentationFile>TvdbScrapper.xml</DocumentationFile>
  26. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>None</DebugType>
  30. <DefineDebug>false</DefineDebug>
  31. <DefineTrace>true</DefineTrace>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DocumentationFile>TvdbScrapper.xml</DocumentationFile>
  35. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <OptionExplicit>On</OptionExplicit>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <OptionCompare>Binary</OptionCompare>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <OptionStrict>Off</OptionStrict>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <OptionInfer>On</OptionInfer>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  50. <DebugSymbols>true</DebugSymbols>
  51. <DefineDebug>true</DefineDebug>
  52. <DefineTrace>true</DefineTrace>
  53. <OutputPath>bin\x64\Debug\</OutputPath>
  54. <DocumentationFile>TvdbScrapper.xml</DocumentationFile>
  55. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  56. <DebugType>full</DebugType>
  57. <PlatformTarget>x64</PlatformTarget>
  58. <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  61. <DefineTrace>true</DefineTrace>
  62. <OutputPath>bin\x64\Release\</OutputPath>
  63. <DocumentationFile>TvdbScrapper.xml</DocumentationFile>
  64. <Optimize>true</Optimize>
  65. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  66. <DebugType>None</DebugType>
  67. <PlatformTarget>x64</PlatformTarget>
  68. <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <Reference Include="System" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Xml" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Xml.Linq" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Import Include="Microsoft.VisualBasic" />
  80. <Import Include="System" />
  81. <Import Include="System.Collections" />
  82. <Import Include="System.Collections.Generic" />
  83. <Import Include="System.Data" />
  84. <Import Include="System.Diagnostics" />
  85. <Import Include="System.Linq" />
  86. <Import Include="System.Xml.Linq" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="Episode.vb" />
  90. <Compile Include="EpisodeList.vb" />
  91. <Compile Include="Languages\Language.vb" />
  92. <Compile Include="Languages\LanguageList.vb" />
  93. <Compile Include="Languages\Languages.vb" />
  94. <Compile Include="My Project\AssemblyInfo.vb" />
  95. <Compile Include="My Project\Application.Designer.vb">
  96. <AutoGen>True</AutoGen>
  97. <DependentUpon>Application.myapp</DependentUpon>
  98. </Compile>
  99. <Compile Include="My Project\Resources.Designer.vb">
  100. <AutoGen>True</AutoGen>
  101. <DesignTime>True</DesignTime>
  102. <DependentUpon>Resources.resx</DependentUpon>
  103. </Compile>
  104. <Compile Include="My Project\Settings.Designer.vb">
  105. <AutoGen>True</AutoGen>
  106. <DependentUpon>Settings.settings</DependentUpon>
  107. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  108. </Compile>
  109. <Compile Include="Actor\Actor.vb" />
  110. <Compile Include="Actor\ActorList.vb" />
  111. <Compile Include="Actor\Actors.vb" />
  112. <Compile Include="Banners\Banner.vb" />
  113. <Compile Include="Banners\BannerList.vb" />
  114. <Compile Include="Banners\Banners.vb" />
  115. <Compile Include="Series.vb" />
  116. <Compile Include="SeriesList.vb" />
  117. <Compile Include="ShowData.vb" />
  118. <Compile Include="TvdbScraper.vb" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <EmbeddedResource Include="My Project\Resources.resx">
  122. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  123. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  124. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  125. <SubType>Designer</SubType>
  126. </EmbeddedResource>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="My Project\Application.myapp">
  130. <Generator>MyApplicationCodeGenerator</Generator>
  131. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  132. </None>
  133. <None Include="My Project\Settings.settings">
  134. <Generator>SettingsSingleFileGenerator</Generator>
  135. <CustomToolNamespace>My</CustomToolNamespace>
  136. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  137. </None>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <ProjectReference Include="..\ProtoXML\ProtoXML.vbproj">
  141. <Project>{2C089B91-EEEE-45EF-9C43-E1A703CA3287}</Project>
  142. <Name>ProtoXML</Name>
  143. </ProjectReference>
  144. <ProjectReference Include="..\Utilites\Utilites.vbproj">
  145. <Project>{0AF142A6-217A-4F1D-A67E-4A2F803E9B4D}</Project>
  146. <Name>Utilites</Name>
  147. </ProjectReference>
  148. </ItemGroup>
  149. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  150. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  151. Other similar extension points exist, see Microsoft.Common.targets.
  152. <Target Name="BeforeBuild">
  153. </Target>
  154. <Target Name="AfterBuild">
  155. </Target>
  156. -->
  157. </Project>