PageRenderTime 51ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/Scraper dll sources/tmdb_posters/tmdb_posters/tmdb_posters.vbproj

#
MSBuild | 107 lines | 100 code | 0 blank | 7 comment | 0 complexity | 825b18693f4d739289b12cf77497104e MD5 | raw file
Possible License(s): GPL-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>{EF06D36B-E4E1-46D5-9814-34C2133F61CB}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>tmdb_posters</RootNamespace>
  11. <AssemblyName>tmdb_posters</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>Windows</MyType>
  14. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  15. <OptionExplicit>On</OptionExplicit>
  16. <OptionCompare>Binary</OptionCompare>
  17. <OptionStrict>Off</OptionStrict>
  18. <OptionInfer>On</OptionInfer>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <DefineDebug>true</DefineDebug>
  24. <DefineTrace>true</DefineTrace>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DocumentationFile>tmdb_posters.xml</DocumentationFile>
  27. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <DefineDebug>false</DefineDebug>
  32. <DefineTrace>true</DefineTrace>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DocumentationFile>tmdb_posters.xml</DocumentationFile>
  36. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Xml" />
  42. <Reference Include="System.Core">
  43. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  44. </Reference>
  45. <Reference Include="System.Xml.Linq">
  46. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  47. </Reference>
  48. <Reference Include="System.Data.DataSetExtensions">
  49. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  50. </Reference>
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Import Include="Microsoft.VisualBasic" />
  54. <Import Include="System" />
  55. <Import Include="System.Collections" />
  56. <Import Include="System.Collections.Generic" />
  57. <Import Include="System.Data" />
  58. <Import Include="System.Diagnostics" />
  59. <Import Include="System.Linq" />
  60. <Import Include="System.Xml.Linq" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="Class1.vb" />
  64. <Compile Include="My Project\AssemblyInfo.vb" />
  65. <Compile Include="My Project\Application.Designer.vb">
  66. <AutoGen>True</AutoGen>
  67. <DependentUpon>Application.myapp</DependentUpon>
  68. </Compile>
  69. <Compile Include="My Project\Resources.Designer.vb">
  70. <AutoGen>True</AutoGen>
  71. <DesignTime>True</DesignTime>
  72. <DependentUpon>Resources.resx</DependentUpon>
  73. </Compile>
  74. <Compile Include="My Project\Settings.Designer.vb">
  75. <AutoGen>True</AutoGen>
  76. <DependentUpon>Settings.settings</DependentUpon>
  77. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  78. </Compile>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <EmbeddedResource Include="My Project\Resources.resx">
  82. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  83. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  84. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  85. <SubType>Designer</SubType>
  86. </EmbeddedResource>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="My Project\Application.myapp">
  90. <Generator>MyApplicationCodeGenerator</Generator>
  91. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  92. </None>
  93. <None Include="My Project\Settings.settings">
  94. <Generator>SettingsSingleFileGenerator</Generator>
  95. <CustomToolNamespace>My</CustomToolNamespace>
  96. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  97. </None>
  98. </ItemGroup>
  99. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  100. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  101. Other similar extension points exist, see Microsoft.Common.targets.
  102. <Target Name="BeforeBuild">
  103. </Target>
  104. <Target Name="AfterBuild">
  105. </Target>
  106. -->
  107. </Project>