/Source Code/SingleScreen/SingleScreen.vbproj
MSBuild | 128 lines | 121 code | 0 blank | 7 comment | 0 complexity | c943f8c615434b8e3f17831f14474eab 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>{A9937B95-3C8B-4308-9EF8-F30BCA42BB93}</ProjectGuid> 10 <OutputType>WinExe</OutputType> 11 <StartupObject>PowerSong.SingleScreen.My.MyApplication</StartupObject> 12 <RootNamespace>PowerSong.SingleScreen</RootNamespace> 13 <AssemblyName>Sing</AssemblyName> 14 <FileAlignment>512</FileAlignment> 15 <MyType>WindowsForms</MyType> 16 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 17 </PropertyGroup> 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 19 <PlatformTarget>x86</PlatformTarget> 20 <DebugSymbols>true</DebugSymbols> 21 <DebugType>full</DebugType> 22 <DefineDebug>true</DefineDebug> 23 <DefineTrace>true</DefineTrace> 24 <OutputPath>bin\Debug\</OutputPath> 25 <DocumentationFile>Sing.xml</DocumentationFile> 26 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> 27 </PropertyGroup> 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 29 <PlatformTarget>x86</PlatformTarget> 30 <DebugType>pdbonly</DebugType> 31 <DefineDebug>false</DefineDebug> 32 <DefineTrace>true</DefineTrace> 33 <Optimize>true</Optimize> 34 <OutputPath>bin\Release\</OutputPath> 35 <DocumentationFile>Sing.xml</DocumentationFile> 36 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> 37 </PropertyGroup> 38 <PropertyGroup> 39 <OptionExplicit>On</OptionExplicit> 40 </PropertyGroup> 41 <PropertyGroup> 42 <OptionCompare>Binary</OptionCompare> 43 </PropertyGroup> 44 <PropertyGroup> 45 <OptionStrict>Off</OptionStrict> 46 </PropertyGroup> 47 <PropertyGroup> 48 <OptionInfer>On</OptionInfer> 49 </PropertyGroup> 50 <ItemGroup> 51 <Reference Include="System" /> 52 <Reference Include="System.Data" /> 53 <Reference Include="System.Deployment" /> 54 <Reference Include="System.Drawing" /> 55 <Reference Include="System.Windows.Forms" /> 56 <Reference Include="System.Xml" /> 57 </ItemGroup> 58 <ItemGroup> 59 <Import Include="Microsoft.VisualBasic" /> 60 <Import Include="System" /> 61 <Import Include="System.Collections" /> 62 <Import Include="System.Collections.Generic" /> 63 <Import Include="System.Data" /> 64 <Import Include="System.Drawing" /> 65 <Import Include="System.Diagnostics" /> 66 <Import Include="System.Windows.Forms" /> 67 </ItemGroup> 68 <ItemGroup> 69 <Compile Include="frmMain.vb"> 70 <SubType>Form</SubType> 71 </Compile> 72 <Compile Include="frmMain.Designer.vb"> 73 <DependentUpon>frmMain.vb</DependentUpon> 74 <SubType>Form</SubType> 75 </Compile> 76 <Compile Include="My Project\AssemblyInfo.vb" /> 77 <Compile Include="My Project\Application.Designer.vb"> 78 <AutoGen>True</AutoGen> 79 <DependentUpon>Application.myapp</DependentUpon> 80 </Compile> 81 <Compile Include="My Project\Resources.Designer.vb"> 82 <AutoGen>True</AutoGen> 83 <DesignTime>True</DesignTime> 84 <DependentUpon>Resources.resx</DependentUpon> 85 </Compile> 86 <Compile Include="My Project\Settings.Designer.vb"> 87 <AutoGen>True</AutoGen> 88 <DependentUpon>Settings.settings</DependentUpon> 89 <DesignTimeSharedInput>True</DesignTimeSharedInput> 90 </Compile> 91 </ItemGroup> 92 <ItemGroup> 93 <EmbeddedResource Include="frmMain.resx"> 94 <DependentUpon>frmMain.vb</DependentUpon> 95 </EmbeddedResource> 96 <EmbeddedResource Include="My Project\Resources.resx"> 97 <Generator>VbMyResourcesResXFileCodeGenerator</Generator> 98 <LastGenOutput>Resources.Designer.vb</LastGenOutput> 99 <CustomToolNamespace>My.Resources</CustomToolNamespace> 100 <SubType>Designer</SubType> 101 </EmbeddedResource> 102 </ItemGroup> 103 <ItemGroup> 104 <None Include="My Project\Application.myapp"> 105 <Generator>MyApplicationCodeGenerator</Generator> 106 <LastGenOutput>Application.Designer.vb</LastGenOutput> 107 </None> 108 <None Include="My Project\Settings.settings"> 109 <Generator>SettingsSingleFileGenerator</Generator> 110 <CustomToolNamespace>My</CustomToolNamespace> 111 <LastGenOutput>Settings.Designer.vb</LastGenOutput> 112 </None> 113 </ItemGroup> 114 <ItemGroup> 115 <ProjectReference Include="..\SongDatabase\SongDatabase.vbproj"> 116 <Project>{1D0ED65E-4931-42CF-BFD3-1113D9035123}</Project> 117 <Name>SongDatabase</Name> 118 </ProjectReference> 119 </ItemGroup> 120 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> 121 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 122 Other similar extension points exist, see Microsoft.Common.targets. 123 <Target Name="BeforeBuild"> 124 </Target> 125 <Target Name="AfterBuild"> 126 </Target> 127 --> 128</Project>