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

141 lines
5.8 KiB
XML

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{673347F3-6FC2-4F82-9273-BF158E0F8CB1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Boare.Lib.Vsq</RootNamespace>
<AssemblyName>Boare.Lib.Vsq</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Boare.Lib.Vsq.xml</DocumentationFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Boare.Lib.Vsq.xml</DocumentationFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<DocumentationFile>bin\x86\Debug\Boare.Lib.Vsq.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<OutputPath>bin\x86\Release\</OutputPath>
<DocumentationFile>bin\x86\Release\Boare.Lib.Vsq.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AttackConfig.cs" />
<Compile Include="BPPair.cs" />
<Compile Include="IconHandle.cs" />
<Compile Include="ITextWriter.cs" />
<Compile Include="Lyric.cs" />
<Compile Include="LyricHandle.cs" />
<Compile Include="MidiEvent.cs" />
<Compile Include="MidiFile.cs" />
<Compile Include="NoteHeadHandle.cs" />
<Compile Include="NRPN.cs" />
<Compile Include="NrpnIterator.cs" />
<Compile Include="SingerConfig.cs" />
<Compile Include="SingerConfigSys.cs" />
<Compile Include="SymbolTable.cs" />
<Compile Include="SynthesizerType.cs" />
<Compile Include="Timesig.cs" />
<Compile Include="TransCodeUtil.cs" />
<Compile Include="UstEnvelope.cs" />
<Compile Include="UstEvent.cs" />
<Compile Include="UstFile.cs" />
<Compile Include="UstPortamento.cs" />
<Compile Include="UstPortamentoPoint.cs" />
<Compile Include="UstPortamentoType.cs" />
<Compile Include="UstTrack.cs" />
<Compile Include="UstVibrato.cs" />
<Compile Include="VibratoBPList.cs" />
<Compile Include="VibratoBPPair.cs" />
<Compile Include="ExpressionConfigSys.cs" />
<Compile Include="VibratoConfig.cs" />
<Compile Include="VibratoHandle.cs" />
<Compile Include="VocaloSysUtil.cs" />
<Compile Include="VsqBPPair.cs" />
<Compile Include="VsqBPPairSearchContext.cs" />
<Compile Include="VsqCommon.cs" />
<Compile Include="VsqEventList.cs" />
<Compile Include="VsqHandle.cs" />
<Compile Include="VsqHandleType.cs" />
<Compile Include="VsqID.cs" />
<Compile Include="VsqIDType.cs" />
<Compile Include="VsqMaster.cs" />
<Compile Include="VsqMetaText.cs" />
<Compile Include="VsqMixer.cs" />
<Compile Include="VsqMixerEntry.cs" />
<Compile Include="VsqNrpn.cs" />
<Compile Include="NrpnData.cs" />
<Compile Include="VsqCommandType.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TempoTableEntry.cs" />
<Compile Include="TextMemoryStream.cs" />
<Compile Include="TimeSigTableEntry.cs" />
<Compile Include="VsqBarLineType.cs" />
<Compile Include="VsqBPList.cs" />
<Compile Include="VsqCommand.cs" />
<Compile Include="VsqEvent.cs" />
<Compile Include="VsqFile.cs" />
<Compile Include="VsqNote.cs" />
<Compile Include="VsqPhoneticSymbol.cs" />
<Compile Include="VsqTrack.cs" />
<Compile Include="VsqVoiceLanguage.cs" />
<Compile Include="WrappedStreamWriter.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\bocoree\bocoree.csproj">
<Project>{C8AAE632-9C6C-4372-8175-811528A66742}</Project>
<Name>bocoree</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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>
-->
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>