/Source Code/FileArchive/FileArchive.vbproj
MSBuild | 106 lines | 99 code | 0 blank | 7 comment | 0 complexity | cf0076957304a38dc5e06dd2b28197cf 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>{33759BDB-4452-46F3-BDD3-3310A635D3CD}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <RootNamespace>PowerSong.FileArchive</RootNamespace> 11 <AssemblyName>PowerSong.FileArchive</AssemblyName> 12 <FileAlignment>512</FileAlignment> 13 <MyType>Windows</MyType> 14 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 15 <OptionExplicit>On</OptionExplicit> 16 <OptionCompare>Binary</OptionCompare> 17 <OptionStrict>On</OptionStrict> 18 <OptionInfer>On</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.FileArchive.xml</DocumentationFile> 31 <NoWarn> 32 </NoWarn> 33 <WarningsAsErrors>41998,41999,42004,42016,42017,42018,42019,42020,42021,42022,42024,42025,42026,42029,42030,42031,42032,42036,42099,42104,42105,42106,42107,42108,42109,42353,42354,42355</WarningsAsErrors> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 36 <DebugType>pdbonly</DebugType> 37 <DefineDebug>false</DefineDebug> 38 <DefineTrace>true</DefineTrace> 39 <Optimize>true</Optimize> 40 <OutputPath>bin\Release\</OutputPath> 41 <DocumentationFile>PowerSong.FileArchive.xml</DocumentationFile> 42 <NoWarn> 43 </NoWarn> 44 <WarningsAsErrors>41998,41999,42004,42016,42017,42018,42019,42020,42021,42022,42024,42025,42026,42029,42030,42031,42032,42036,42099,42104,42105,42106,42107,42108,42109,42353,42354,42355</WarningsAsErrors> 45 </PropertyGroup> 46 <ItemGroup> 47 <Reference Include="System" /> 48 <Reference Include="System.Data" /> 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.Diagnostics" /> 58 </ItemGroup> 59 <ItemGroup> 60 <Compile Include="ArchiveFile.vb" /> 61 <Compile Include="EntryData.vb" /> 62 <Compile Include="FileTable.vb" /> 63 <Compile Include="My Project\AssemblyInfo.vb" /> 64 <Compile Include="My Project\Application.Designer.vb"> 65 <AutoGen>True</AutoGen> 66 <DependentUpon>Application.myapp</DependentUpon> 67 </Compile> 68 <Compile Include="My Project\Resources.Designer.vb"> 69 <AutoGen>True</AutoGen> 70 <DesignTime>True</DesignTime> 71 <DependentUpon>Resources.resx</DependentUpon> 72 </Compile> 73 <Compile Include="My Project\Settings.Designer.vb"> 74 <AutoGen>True</AutoGen> 75 <DependentUpon>Settings.settings</DependentUpon> 76 <DesignTimeSharedInput>True</DesignTimeSharedInput> 77 </Compile> 78 </ItemGroup> 79 <ItemGroup> 80 <EmbeddedResource Include="My Project\Resources.resx"> 81 <Generator>VbMyResourcesResXFileCodeGenerator</Generator> 82 <LastGenOutput>Resources.Designer.vb</LastGenOutput> 83 <CustomToolNamespace>My.Resources</CustomToolNamespace> 84 <SubType>Designer</SubType> 85 </EmbeddedResource> 86 </ItemGroup> 87 <ItemGroup> 88 <None Include="My Project\Application.myapp"> 89 <Generator>MyApplicationCodeGenerator</Generator> 90 <LastGenOutput>Application.Designer.vb</LastGenOutput> 91 </None> 92 <None Include="My Project\Settings.settings"> 93 <Generator>SettingsSingleFileGenerator</Generator> 94 <CustomToolNamespace>My</CustomToolNamespace> 95 <LastGenOutput>Settings.Designer.vb</LastGenOutput> 96 </None> 97 </ItemGroup> 98 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> 99 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 100 Other similar extension points exist, see Microsoft.Common.targets. 101 <Target Name="BeforeBuild"> 102 </Target> 103 <Target Name="AfterBuild"> 104 </Target> 105 --> 106</Project>