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

/Backup/TumblePower/TumblePower.vbproj

#
MSBuild | 109 lines | 102 code | 0 blank | 7 comment | 0 complexity | fbc4be41e48df3a58d458df6861a08d4 MD5 | raw file
  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>{14086AD5-E7E4-4D76-8A39-BFCEFB9D37BA}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>TumblePower</RootNamespace>
  11. <AssemblyName>TumblePower</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>Windows</MyType>
  14. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  15. <OptionExplicit>On</OptionExplicit>
  16. <OptionCompare>Binary</OptionCompare>
  17. <OptionStrict>On</OptionStrict>
  18. <OptionInfer>Off</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>TumblePower.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>TumblePower.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.Web" />
  42. <Reference Include="System.Xml" />
  43. <Reference Include="System.Core">
  44. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="System.Xml.Linq">
  47. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  48. </Reference>
  49. <Reference Include="System.Data.DataSetExtensions">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="TumblePower, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Import Include="Microsoft.VisualBasic" />
  56. <Import Include="System" />
  57. <Import Include="System.Collections" />
  58. <Import Include="System.Collections.Generic" />
  59. <Import Include="System.Data" />
  60. <Import Include="System.Diagnostics" />
  61. <Import Include="System.Linq" />
  62. <Import Include="System.Xml.Linq" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="My Project\AssemblyInfo.vb" />
  66. <Compile Include="My Project\Application.Designer.vb">
  67. <AutoGen>True</AutoGen>
  68. <DependentUpon>Application.myapp</DependentUpon>
  69. </Compile>
  70. <Compile Include="My Project\Resources.Designer.vb">
  71. <AutoGen>True</AutoGen>
  72. <DesignTime>True</DesignTime>
  73. <DependentUpon>Resources.resx</DependentUpon>
  74. </Compile>
  75. <Compile Include="My Project\Settings.Designer.vb">
  76. <AutoGen>True</AutoGen>
  77. <DependentUpon>Settings.settings</DependentUpon>
  78. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  79. </Compile>
  80. <Compile Include="tumblr.vb" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <EmbeddedResource Include="My Project\Resources.resx">
  84. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  85. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  86. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  87. <SubType>Designer</SubType>
  88. </EmbeddedResource>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="My Project\Application.myapp">
  92. <Generator>MyApplicationCodeGenerator</Generator>
  93. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  94. </None>
  95. <None Include="My Project\Settings.settings">
  96. <Generator>SettingsSingleFileGenerator</Generator>
  97. <CustomToolNamespace>My</CustomToolNamespace>
  98. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  99. </None>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  102. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  103. Other similar extension points exist, see Microsoft.Common.targets.
  104. <Target Name="BeforeBuild">
  105. </Target>
  106. <Target Name="AfterBuild">
  107. </Target>
  108. -->
  109. </Project>