1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{A0B35F11-5790-4473-A508-5868FFA67D70}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>org.CadenciiScript</RootNamespace>
<AssemblyName>SampleScript1</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;ENABLE_SCRIPT, CSHARP</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE;ENABLE_SCRIPT, CSHARP</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMinimal|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\DebugMinimal\</OutputPath>
<DefineConstants>TRACE;DEBUG;ENABLE_SCRIPT, CSHARP</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMinimal|x86' ">
<OutputPath>bin\x86\ReleaseMinimal\</OutputPath>
<DefineConstants>TRACE;ENABLE_SCRIPT, CSHARP</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoRelease|x86' ">
<OutputPath>bin\x86\MonoRelease\</OutputPath>
<DefineConstants>TRACE;ENABLE_SCRIPT, CSHARP</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<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.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="DivideNote.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Generate VLF.cs" />
<Compile Include="Hamori.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ImportOtoIniConfig.cs" />
<Compile Include="Render As UTAU.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ResoXAmp.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="RunOnce.cs" />
<Compile Include="SandBox.cs">
</Compile>
<Compile Include="Script.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Trim Suffix 32nd.cs" />
<Compile Include="Print Lyric.cs" />
<Compile Include="Print MetaText.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources1.Designer.cs</LastGenOutput>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings1.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="Time_Shift.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Transpose Plus 1 Degree.cs" />
<Compile Include="Utau Plugin Invoker.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UTAU Plugin Manager.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cadencii\Cadencii.csproj">
<Project>{A97A6445-5A48-4CEC-A7CE-05B10126CA2A}</Project>
<Name>Cadencii</Name>
</ProjectReference>
<ProjectReference Include="..\org.kbinani.apputil\org.kbinani.apputil.csproj">
<Project>{0C58B068-272F-4390-A14F-3D72AFCF3DFB}</Project>
<Name>org.kbinani.apputil</Name>
</ProjectReference>
<ProjectReference Include="..\org.kbinani.media\org.kbinani.media.csproj">
<Project>{F4F8F601-4E3D-43F5-A8A8-AA1FB7F48452}</Project>
<Name>org.kbinani.media</Name>
</ProjectReference>
<ProjectReference Include="..\org.kbinani.vsq\org.kbinani.vsq.csproj">
<Project>{673347F3-6FC2-4F82-9273-BF158E0F8CB1}</Project>
<Name>org.kbinani.vsq</Name>
</ProjectReference>
<ProjectReference Include="..\org.kbinani.windows.forms\org.kbinani.windows.forms.csproj">
<Project>{B9481E3B-6842-4AB3-8ED4-29C86C2579A3}</Project>
<Name>org.kbinani.windows.forms</Name>
</ProjectReference>
<ProjectReference Include="..\org.kbinani\org.kbinani.csproj">
<Project>{C8AAE632-9C6C-4372-8175-811528A66742}</Project>
<Name>org.kbinani</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>
-->
<PropertyGroup>
<PostBuildEvent>gmcs "$(SolutionDir)ParseUtauPluginInvoker.cs" /out:"$(SolutionDir)ParseUtauPluginInvoker.exe" /r:System.Windows.Forms && "$(SolutionDir)ParseUtauPluginInvoker.exe" && copy "$(ProjectDir)..\Cadencii\bin\x86\Release\script\UTAU Plugin Manager.txt" "$(ProjectDir)..\Cadencii\bin\x86\Debug\script\UTAU Plugin Manager.txt"
copy "$(ProjectDir)Transpose Plus 1 Degree.cs" "$(ProjectDir)..\Cadencii\bin\x86\$(ConfigurationName)\script\Transpose Plus 1 Degree.txt"
copy "$(ProjectDir)Generate VLF.cs" "$(ProjectDir)..\Cadencii\bin\x86\$(ConfigurationName)\script\Generate VLF.txt"
copy "$(ProjectDir)DivideNote.cs" "$(ProjectDir)..\Cadencii\bin\x86\$(ConfigurationName)\tool\DivideNote.txt"
copy "$(ProjectDir)RunOnce.cs" "$(ProjectDir)..\Cadencii\bin\x86\$(ConfigurationName)\script\RunOnce.txt"
copy "$(ProjectDir)ImportOtoIniConfig.cs" "$(ProjectDir)..\Cadencii\bin\x86\$(ConfigurationName)\script\ImportOtoIniConfig.txt"
</PostBuildEvent>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
</Project>
|