| 1 |
kbinani |
6 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
| 2 |
|
|
<PropertyGroup> |
| 3 |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 4 |
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 5 |
kbinani |
11 |
<ProductVersion>9.0.21022</ProductVersion> |
| 6 |
kbinani |
6 |
<SchemaVersion>2.0</SchemaVersion> |
| 7 |
|
|
<ProjectGuid>{673347F3-6FC2-4F82-9273-BF158E0F8CB1}</ProjectGuid> |
| 8 |
|
|
<OutputType>Library</OutputType> |
| 9 |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 10 |
|
|
<RootNamespace>Boare.Lib.Vsq</RootNamespace> |
| 11 |
|
|
<AssemblyName>Boare.Lib.Vsq</AssemblyName> |
| 12 |
|
|
<FileUpgradeFlags> |
| 13 |
|
|
</FileUpgradeFlags> |
| 14 |
|
|
<OldToolsVersion>2.0</OldToolsVersion> |
| 15 |
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 16 |
|
|
<UpgradeBackupLocation> |
| 17 |
|
|
</UpgradeBackupLocation> |
| 18 |
kbinani |
8 |
<SignAssembly>false</SignAssembly> |
| 19 |
|
|
<AssemblyOriginatorKeyFile> |
| 20 |
|
|
</AssemblyOriginatorKeyFile> |
| 21 |
kbinani |
6 |
</PropertyGroup> |
| 22 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 23 |
|
|
<DebugSymbols>true</DebugSymbols> |
| 24 |
|
|
<DebugType>full</DebugType> |
| 25 |
|
|
<Optimize>false</Optimize> |
| 26 |
|
|
<OutputPath>bin\Debug\</OutputPath> |
| 27 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 28 |
|
|
<ErrorReport>prompt</ErrorReport> |
| 29 |
|
|
<WarningLevel>4</WarningLevel> |
| 30 |
|
|
<DocumentationFile>Boare.Lib.Vsq.xml</DocumentationFile> |
| 31 |
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 32 |
|
|
</PropertyGroup> |
| 33 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 34 |
|
|
<DebugType>pdbonly</DebugType> |
| 35 |
|
|
<Optimize>true</Optimize> |
| 36 |
|
|
<OutputPath>bin\Release\</OutputPath> |
| 37 |
|
|
<DefineConstants>TRACE</DefineConstants> |
| 38 |
|
|
<ErrorReport>prompt</ErrorReport> |
| 39 |
|
|
<WarningLevel>4</WarningLevel> |
| 40 |
|
|
<DocumentationFile>Boare.Lib.Vsq.xml</DocumentationFile> |
| 41 |
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 42 |
|
|
</PropertyGroup> |
| 43 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
| 44 |
|
|
<PlatformTarget>x86</PlatformTarget> |
| 45 |
|
|
<OutputPath>bin\x86\Debug\</OutputPath> |
| 46 |
|
|
<DefineConstants>DEBUG</DefineConstants> |
| 47 |
|
|
<DocumentationFile>bin\x86\Debug\Boare.Lib.Vsq.XML</DocumentationFile> |
| 48 |
|
|
</PropertyGroup> |
| 49 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
| 50 |
|
|
<PlatformTarget>x86</PlatformTarget> |
| 51 |
|
|
<OutputPath>bin\x86\Release\</OutputPath> |
| 52 |
|
|
<DocumentationFile>bin\x86\Release\Boare.Lib.Vsq.XML</DocumentationFile> |
| 53 |
|
|
</PropertyGroup> |
| 54 |
|
|
<ItemGroup> |
| 55 |
|
|
<Reference Include="System" /> |
| 56 |
|
|
<Reference Include="System.Data" /> |
| 57 |
|
|
<Reference Include="System.Drawing" /> |
| 58 |
|
|
<Reference Include="System.Windows.Forms" /> |
| 59 |
|
|
<Reference Include="System.Xml" /> |
| 60 |
|
|
</ItemGroup> |
| 61 |
|
|
<ItemGroup> |
| 62 |
kbinani |
11 |
<Compile Include="AttackConfig.cs" /> |
| 63 |
kbinani |
6 |
<Compile Include="BPPair.cs" /> |
| 64 |
|
|
<Compile Include="PortUtil.cs" /> |
| 65 |
|
|
<Compile Include="NRPN.cs" /> |
| 66 |
|
|
<Compile Include="SingerConfig.cs" /> |
| 67 |
kbinani |
8 |
<Compile Include="SingerConfigSys.cs" /> |
| 68 |
kbinani |
6 |
<Compile Include="SMF\MidiFile.cs" /> |
| 69 |
|
|
<Compile Include="SymbolTable.cs" /> |
| 70 |
kbinani |
11 |
<Compile Include="TransCodeUtil.cs" /> |
| 71 |
kbinani |
8 |
<Compile Include="UstEnvelope.cs" /> |
| 72 |
kbinani |
6 |
<Compile Include="UstEvent.cs" /> |
| 73 |
|
|
<Compile Include="UstFile.cs" /> |
| 74 |
kbinani |
8 |
<Compile Include="UstPortamento.cs" /> |
| 75 |
kbinani |
6 |
<Compile Include="UstTrack.cs" /> |
| 76 |
kbinani |
8 |
<Compile Include="UstVibrato.cs" /> |
| 77 |
kbinani |
6 |
<Compile Include="VibratoBPList.cs" /> |
| 78 |
|
|
<Compile Include="VibratoBPPair.cs" /> |
| 79 |
kbinani |
11 |
<Compile Include="ExpressionConfigSys.cs" /> |
| 80 |
|
|
<Compile Include="VibratoConfig.cs" /> |
| 81 |
kbinani |
6 |
<Compile Include="VibratoType.cs" /> |
| 82 |
kbinani |
8 |
<Compile Include="VocaloSysUtil.cs" /> |
| 83 |
kbinani |
11 |
<Compile Include="VsqBPPair.cs" /> |
| 84 |
kbinani |
6 |
<Compile Include="VsqEventList.cs" /> |
| 85 |
|
|
<Compile Include="VsqNrpn.cs" /> |
| 86 |
|
|
<Compile Include="NrpnData.cs" /> |
| 87 |
|
|
<Compile Include="VsqCommandType.cs" /> |
| 88 |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 89 |
|
|
<Compile Include="TempoTableEntry.cs" /> |
| 90 |
|
|
<Compile Include="TextMemoryStream.cs" /> |
| 91 |
|
|
<Compile Include="TimeSigTableEntry.cs" /> |
| 92 |
|
|
<Compile Include="VsqBarLineType.cs" /> |
| 93 |
|
|
<Compile Include="VsqBPList.cs" /> |
| 94 |
|
|
<Compile Include="VsqCommand.cs" /> |
| 95 |
|
|
<Compile Include="VsqEvent.cs" /> |
| 96 |
|
|
<Compile Include="VsqFile.cs" /> |
| 97 |
|
|
<Compile Include="VsqMetaText\Common.cs" /> |
| 98 |
|
|
<Compile Include="VsqMetaText\Handle.cs" /> |
| 99 |
|
|
<Compile Include="VsqMetaText\ID.cs" /> |
| 100 |
|
|
<Compile Include="VsqMetaText\Lyric.cs" /> |
| 101 |
|
|
<Compile Include="VsqMetaText\Master.cs" /> |
| 102 |
|
|
<Compile Include="VsqMetaText\Mixer.cs" /> |
| 103 |
|
|
<Compile Include="VsqMetaText\VsqMetaText.cs" /> |
| 104 |
|
|
<Compile Include="VsqNote.cs" /> |
| 105 |
|
|
<Compile Include="VsqPhoneticSymbol.cs" /> |
| 106 |
|
|
<Compile Include="VsqTrack.cs" /> |
| 107 |
kbinani |
8 |
<Compile Include="VsqVoiceLanguage.cs" /> |
| 108 |
kbinani |
6 |
</ItemGroup> |
| 109 |
|
|
<ItemGroup> |
| 110 |
|
|
<ProjectReference Include="..\bocoree\bocoree.csproj"> |
| 111 |
|
|
<Project>{C8AAE632-9C6C-4372-8175-811528A66742}</Project> |
| 112 |
|
|
<Name>bocoree</Name> |
| 113 |
|
|
</ProjectReference> |
| 114 |
|
|
</ItemGroup> |
| 115 |
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 116 |
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 117 |
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
| 118 |
|
|
<Target Name="BeforeBuild"> |
| 119 |
|
|
</Target> |
| 120 |
|
|
<Target Name="AfterBuild"> |
| 121 |
|
|
</Target> |
| 122 |
|
|
--> |
| 123 |
|
|
<PropertyGroup> |
| 124 |
|
|
<PostBuildEvent> |
| 125 |
|
|
</PostBuildEvent> |
| 126 |
|
|
</PropertyGroup> |
| 127 |
|
|
</Project> |