PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/Projection/Projection.vbproj

#
MSBuild | 135 lines | 128 code | 0 blank | 7 comment | 0 complexity | 50bc9cacd1940418fd6a647daad43845 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>{122012EC-3CC5-498A-B64F-EA5A44DE37A2}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>PowerSong.Projection</RootNamespace>
  11. <AssemblyName>PowerSong.Projection</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>Windows</MyType>
  14. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  15. <OptionExplicit>On</OptionExplicit>
  16. <OptionCompare>Binary</OptionCompare>
  17. <OptionStrict>Off</OptionStrict>
  18. <OptionInfer>Off</OptionInfer>
  19. <FileUpgradeFlags>
  20. </FileUpgradeFlags>
  21. <OldToolsVersion>3.5</OldToolsVersion>
  22. <UpgradeBackupLocation />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <DefineDebug>true</DefineDebug>
  28. <DefineTrace>true</DefineTrace>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DocumentationFile>PowerSong.Projection.xml</DocumentationFile>
  31. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <DefineDebug>false</DefineDebug>
  36. <DefineTrace>true</DefineTrace>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DocumentationFile>PowerSong.Projection.xml</DocumentationFile>
  40. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Import Include="Microsoft.VisualBasic" />
  51. <Import Include="System" />
  52. <Import Include="System.Collections" />
  53. <Import Include="System.Collections.Generic" />
  54. <Import Include="System.Data" />
  55. <Import Include="System.Diagnostics" />
  56. <Import Include="System.Drawing" />
  57. <Import Include="System.Windows.Forms" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="ChangeQueueItem.vb" />
  61. <Compile Include="GraphicRoutines.vb" />
  62. <Compile Include="My Project\AssemblyInfo.vb" />
  63. <Compile Include="My Project\Application.Designer.vb">
  64. <AutoGen>True</AutoGen>
  65. <DependentUpon>Application.myapp</DependentUpon>
  66. </Compile>
  67. <Compile Include="My Project\Resources.Designer.vb">
  68. <AutoGen>True</AutoGen>
  69. <DesignTime>True</DesignTime>
  70. <DependentUpon>Resources.resx</DependentUpon>
  71. </Compile>
  72. <Compile Include="My Project\Settings.Designer.vb">
  73. <AutoGen>True</AutoGen>
  74. <DependentUpon>Settings.settings</DependentUpon>
  75. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  76. </Compile>
  77. <Compile Include="Notice.vb" />
  78. <Compile Include="Projectlet.vb" />
  79. <Compile Include="Projector.vb" />
  80. <Compile Include="VlcInterop.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. <ItemGroup>
  102. <ProjectReference Include="..\SongDatabase\SongDatabase.vbproj">
  103. <Project>{1D0ED65E-4931-42CF-BFD3-1113D9035123}</Project>
  104. <Name>SongDatabase</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <COMReference Include="AXVLC">
  109. <Guid>{DF2BBE39-40A8-433B-A279-073F48DA94B6}</Guid>
  110. <VersionMajor>1</VersionMajor>
  111. <VersionMinor>0</VersionMinor>
  112. <Lcid>0</Lcid>
  113. <WrapperTool>tlbimp</WrapperTool>
  114. <Isolated>False</Isolated>
  115. <EmbedInteropTypes>True</EmbedInteropTypes>
  116. </COMReference>
  117. <COMReference Include="stdole">
  118. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  119. <VersionMajor>2</VersionMajor>
  120. <VersionMinor>0</VersionMinor>
  121. <Lcid>0</Lcid>
  122. <WrapperTool>primary</WrapperTool>
  123. <Isolated>False</Isolated>
  124. <EmbedInteropTypes>True</EmbedInteropTypes>
  125. </COMReference>
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  128. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  129. Other similar extension points exist, see Microsoft.Common.targets.
  130. <Target Name="BeforeBuild">
  131. </Target>
  132. <Target Name="AfterBuild">
  133. </Target>
  134. -->
  135. </Project>