PageRenderTime 32ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/WebsiteGenerator/WebsiteGenerator.vbproj

#
MSBuild | 122 lines | 115 code | 0 blank | 7 comment | 0 complexity | b3c24e434f6dbaf882da116b695ffd65 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>{20FDD062-5934-4491-84E8-5DA0E48DE2E8}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <StartupObject>PowerSong.WebsiteGenerator.My.MyApplication</StartupObject>
  11. <RootNamespace>PowerSong.WebsiteGenerator</RootNamespace>
  12. <AssemblyName>PowerSong.WebsiteGenerator</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <MyType>WindowsForms</MyType>
  15. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  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.WebsiteGenerator.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.WebsiteGenerator.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="System" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Deployment" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Import Include="Microsoft.VisualBasic" />
  53. <Import Include="System" />
  54. <Import Include="System.Collections" />
  55. <Import Include="System.Collections.Generic" />
  56. <Import Include="System.Data" />
  57. <Import Include="System.Drawing" />
  58. <Import Include="System.Diagnostics" />
  59. <Import Include="System.Windows.Forms" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="frmMain.vb">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="frmMain.Designer.vb">
  66. <DependentUpon>frmMain.vb</DependentUpon>
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="My Project\AssemblyInfo.vb" />
  70. <Compile Include="My Project\Application.Designer.vb">
  71. <AutoGen>True</AutoGen>
  72. <DependentUpon>Application.myapp</DependentUpon>
  73. </Compile>
  74. <Compile Include="My Project\Resources.Designer.vb">
  75. <AutoGen>True</AutoGen>
  76. <DesignTime>True</DesignTime>
  77. <DependentUpon>Resources.resx</DependentUpon>
  78. </Compile>
  79. <Compile Include="My Project\Settings.Designer.vb">
  80. <AutoGen>True</AutoGen>
  81. <DependentUpon>Settings.settings</DependentUpon>
  82. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  83. </Compile>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <EmbeddedResource Include="frmMain.resx">
  87. <DependentUpon>frmMain.vb</DependentUpon>
  88. <SubType>Designer</SubType>
  89. </EmbeddedResource>
  90. <EmbeddedResource Include="My Project\Resources.resx">
  91. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  92. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  93. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  94. <SubType>Designer</SubType>
  95. </EmbeddedResource>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="My Project\Application.myapp">
  99. <Generator>MyApplicationCodeGenerator</Generator>
  100. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  101. </None>
  102. <None Include="My Project\Settings.settings">
  103. <Generator>SettingsSingleFileGenerator</Generator>
  104. <CustomToolNamespace>My</CustomToolNamespace>
  105. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  106. </None>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ProjectReference Include="..\SongDatabase\SongDatabase.vbproj">
  110. <Project>{1D0ED65E-4931-42CF-BFD3-1113D9035123}</Project>
  111. <Name>SongDatabase</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  115. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  116. Other similar extension points exist, see Microsoft.Common.targets.
  117. <Target Name="BeforeBuild">
  118. </Target>
  119. <Target Name="AfterBuild">
  120. </Target>
  121. -->
  122. </Project>