lipsync/Boare.Lib.AppUtil/Boare.Lib.AppUtil.csproj
2024-05-19 17:40:22 -07:00

111 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0C58B068-272F-4390-A14F-3D72AFCF3DFB}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Boare.Lib.AppUtil</RootNamespace>
<AssemblyName>Boare.Lib.AppUtil</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\x86\Debug\Boare.Lib.AppUtil.XML</DocumentationFile>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\x86\Release\Boare.Lib.AppUtil.XML</DocumentationFile>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AuthorListEntry.cs" />
<Compile Include="BHScrollBar.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="BHScrollBar.Designer.cs">
<DependentUpon>BHScrollBar.cs</DependentUpon>
</Compile>
<Compile Include="BitmapEx.cs" />
<Compile Include="ColorBar.cs" />
<Compile Include="CubicSpline.cs" />
<Compile Include="CursorUtil.cs" />
<Compile Include="DockPanelContainer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="InputBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ISO639.cs" />
<Compile Include="MessageBodyEntry.cs" />
<Compile Include="Messaging.cs" />
<Compile Include="MessageBody.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="BSplitContainer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="BSplitterPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="BTrackBar.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Util.cs" />
<Compile Include="VersionInfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="VersionInfo.Designer.cs">
<DependentUpon>VersionInfo.cs</DependentUpon>
</Compile>
<Compile Include="BVScrollBar.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="BVScrollBar.Designer.cs">
<DependentUpon>BVScrollBar.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\bocoree\bocoree.csproj">
<Project>{C8AAE632-9C6C-4372-8175-811528A66742}</Project>
<Name>bocoree</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>