PageRenderTime 39ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/ExperimentalProjection/ExperimentalProjection.vbproj

#
MSBuild | 163 lines | 156 code | 0 blank | 7 comment | 0 complexity | 1b91cb0fb0ac22a72e151f4ed808e88f 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)' == '' ">x86</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{F0D95210-AD6F-45FA-8B36-3850B53F1FB4}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <StartupObject>ExperimentalProjection.My.MyApplication</StartupObject>
  12. <RootNamespace>ExperimentalProjection</RootNamespace>
  13. <AssemblyName>ExperimentalProjection</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <MyType>WindowsForms</MyType>
  16. <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
  17. <TargetFrameworkProfile>
  18. </TargetFrameworkProfile>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  21. <PlatformTarget>x86</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <DefineDebug>true</DefineDebug>
  25. <DefineTrace>true</DefineTrace>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DocumentationFile>ExperimentalProjection.xml</DocumentationFile>
  28. <NoWarn>41999,42016</NoWarn>
  29. <WarningsAsErrors>
  30. </WarningsAsErrors>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  33. <PlatformTarget>x86</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <DefineDebug>false</DefineDebug>
  36. <DefineTrace>true</DefineTrace>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DocumentationFile>ExperimentalProjection.xml</DocumentationFile>
  40. <NoWarn>41999,42016</NoWarn>
  41. <WarningsAsErrors>
  42. </WarningsAsErrors>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <OptionExplicit>On</OptionExplicit>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <OptionCompare>Binary</OptionCompare>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <OptionStrict>Off</OptionStrict>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <OptionInfer>Off</OptionInfer>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="PresentationCore" />
  58. <Reference Include="PresentationFramework" />
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Deployment" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Windows.Forms" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="UIAutomationProvider" />
  66. <Reference Include="WindowsBase" />
  67. <Reference Include="WindowsFormsIntegration" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Import Include="Microsoft.VisualBasic" />
  71. <Import Include="System" />
  72. <Import Include="System.Collections" />
  73. <Import Include="System.Collections.Generic" />
  74. <Import Include="System.Data" />
  75. <Import Include="System.Drawing" />
  76. <Import Include="System.Diagnostics" />
  77. <Import Include="System.Windows.Forms" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="AgnosticColour.vb" />
  81. <Compile Include="AgnosticRectangle.vb" />
  82. <Compile Include="Base\BaseProjectlet.vb" />
  83. <Compile Include="Base\BaseProjector.vb" />
  84. <Compile Include="Enumerations.vb" />
  85. <Compile Include="Demo\frmMain.vb">
  86. <SubType>Form</SubType>
  87. </Compile>
  88. <Compile Include="Demo\frmMain.Designer.vb">
  89. <DependentUpon>frmMain.vb</DependentUpon>
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="GDI\GdiProjectlet.vb" />
  93. <Compile Include="GDI\GdiProjectletAnimation.vb" />
  94. <Compile Include="GDI\GdiProjector.vb" />
  95. <Compile Include="GDI\GdiGraphicRoutines.vb" />
  96. <Compile Include="My Project\AssemblyInfo.vb" />
  97. <Compile Include="My Project\Application.Designer.vb">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Application.myapp</DependentUpon>
  100. </Compile>
  101. <Compile Include="My Project\Resources.Designer.vb">
  102. <AutoGen>True</AutoGen>
  103. <DesignTime>True</DesignTime>
  104. <DependentUpon>Resources.resx</DependentUpon>
  105. </Compile>
  106. <Compile Include="My Project\Settings.Designer.vb">
  107. <AutoGen>True</AutoGen>
  108. <DependentUpon>Settings.settings</DependentUpon>
  109. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  110. </Compile>
  111. <Compile Include="PowerSongProjectionManager.vb" />
  112. <Compile Include="ProjectletDetails.vb" />
  113. <Compile Include="ProjectorFactory.vb" />
  114. <Compile Include="Demo\WpfProjectionControl.xaml.vb">
  115. <DependentUpon>WpfProjectionControl.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="WPF\WpfProjectlet.vb" />
  118. <Compile Include="WPF\WpfProjector.vb" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <EmbeddedResource Include="Demo\frmMain.resx">
  122. <DependentUpon>frmMain.vb</DependentUpon>
  123. </EmbeddedResource>
  124. <EmbeddedResource Include="My Project\Resources.resx">
  125. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  126. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  127. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  128. <SubType>Designer</SubType>
  129. </EmbeddedResource>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <None Include="App.config" />
  133. <None Include="My Project\Application.myapp">
  134. <Generator>MyApplicationCodeGenerator</Generator>
  135. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  136. </None>
  137. <None Include="My Project\Settings.settings">
  138. <Generator>SettingsSingleFileGenerator</Generator>
  139. <CustomToolNamespace>My</CustomToolNamespace>
  140. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  141. </None>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <ProjectReference Include="..\SongDatabase\SongDatabase.vbproj">
  145. <Project>{1D0ED65E-4931-42CF-BFD3-1113D9035123}</Project>
  146. <Name>SongDatabase</Name>
  147. </ProjectReference>
  148. </ItemGroup>
  149. <ItemGroup>
  150. <Page Include="Demo\WpfProjectionControl.xaml">
  151. <SubType>Designer</SubType>
  152. <Generator>MSBuild:Compile</Generator>
  153. </Page>
  154. </ItemGroup>
  155. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  156. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  157. Other similar extension points exist, see Microsoft.Common.targets.
  158. <Target Name="BeforeBuild">
  159. </Target>
  160. <Target Name="AfterBuild">
  161. </Target>
  162. -->
  163. </Project>