Commit 8e84618d023df97eef8536db921592f6825d5fca
1 parent
2d931b16
create branch for anubis 1.14
Showing
4 changed files
with
17 additions
and
139 deletions
Show diff stats
.gitignore
densaku.aproj
| 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | <PropertyGroup> | 2 | <PropertyGroup> |
| 3 | <ProjectGuid>{48AEB6F3-398C-4A63-AA74-6F17C6C11D27}</ProjectGuid> | 3 | <ProjectGuid>{48AEB6F3-398C-4A63-AA74-6F17C6C11D27}</ProjectGuid> |
| 4 | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
| 5 | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 4 | + <Configuration Condition=" '$(Configuration)' == '' ">Anubis</Configuration> |
| 5 | + <Platform Condition=" '$(Platform)' == '' ">1.14</Platform> | ||
| 6 | <OutputType>Exe</OutputType> | 6 | <OutputType>Exe</OutputType> |
| 7 | <RootNamespace>takaden</RootNamespace> | 7 | <RootNamespace>takaden</RootNamespace> |
| 8 | <AssemblyName>densaku</AssemblyName> | 8 | <AssemblyName>densaku</AssemblyName> |
| @@ -10,10 +10,9 @@ | @@ -10,10 +10,9 @@ | ||
| 10 | <MakeUsedFile>False</MakeUsedFile> | 10 | <MakeUsedFile>False</MakeUsedFile> |
| 11 | <MakeUnusedFile>False</MakeUnusedFile> | 11 | <MakeUnusedFile>False</MakeUnusedFile> |
| 12 | <AnubiscVerbosity>False</AnubiscVerbosity> | 12 | <AnubiscVerbosity>False</AnubiscVerbosity> |
| 13 | - <AnubisPath>C:\Program Files %28x86%29\Anubis\1.14\</AnubisPath> | ||
| 14 | <IncludePaths>./%3b./src</IncludePaths> | 13 | <IncludePaths>./%3b./src</IncludePaths> |
| 15 | </PropertyGroup> | 14 | </PropertyGroup> |
| 16 | - <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | 15 | + <PropertyGroup Condition=" '$(Configuration)' == 'Anubis' "> |
| 17 | <OutputPath>bin\Debug\</OutputPath> | 16 | <OutputPath>bin\Debug\</OutputPath> |
| 18 | <DebugSymbols>True</DebugSymbols> | 17 | <DebugSymbols>True</DebugSymbols> |
| 19 | <DebugType>Full</DebugType> | 18 | <DebugType>Full</DebugType> |
| @@ -25,33 +24,14 @@ | @@ -25,33 +24,14 @@ | ||
| 25 | <DebugType>None</DebugType> | 24 | <DebugType>None</DebugType> |
| 26 | <Optimize>True</Optimize> | 25 | <Optimize>True</Optimize> |
| 27 | </PropertyGroup> | 26 | </PropertyGroup> |
| 27 | + <PropertyGroup Condition=" '$(Platform)' == '1.14' "> | ||
| 28 | + <AnubisPath>C:\Anubis\1.14\</AnubisPath> | ||
| 29 | + </PropertyGroup> | ||
| 30 | + <PropertyGroup Condition=" '$(Platform)' == '1.19' "> | ||
| 31 | + <AnubisPath>C:\Program Files (x86)\Anubis\1.19\</AnubisPath> | ||
| 32 | + </PropertyGroup> | ||
| 28 | <Import Project="$(AnubisBinPath)\Anubis.Build.targets" /> | 33 | <Import Project="$(AnubisBinPath)\Anubis.Build.targets" /> |
| 29 | <ItemGroup> | 34 | <ItemGroup> |
| 30 | - <Folder Include="calexium_lib" /> | ||
| 31 | - <Folder Include="calexium_lib\asterisk" /> | ||
| 32 | - <Folder Include="calexium_lib\database" /> | ||
| 33 | - <Folder Include="calexium_lib\database\model" /> | ||
| 34 | - <Folder Include="calexium_lib\extensions" /> | ||
| 35 | - <Folder Include="calexium_lib\file_processor_io" /> | ||
| 36 | - <Folder Include="calexium_lib\file_processor_io\yaml" /> | ||
| 37 | - <Folder Include="calexium_lib\mail" /> | ||
| 38 | - <Folder Include="calexium_lib\mail\lexers" /> | ||
| 39 | - <Folder Include="calexium_lib\network" /> | ||
| 40 | - <Folder Include="calexium_lib\net_services" /> | ||
| 41 | - <Folder Include="calexium_lib\net_services_protocols" /> | ||
| 42 | - <Folder Include="calexium_lib\obj" /> | ||
| 43 | - <Folder Include="calexium_lib\os_tools" /> | ||
| 44 | - <Folder Include="calexium_lib\os_tools\freebsd" /> | ||
| 45 | - <Folder Include="calexium_lib\os_tools\linux" /> | ||
| 46 | - <Folder Include="calexium_lib\os_tools\linux\config" /> | ||
| 47 | - <Folder Include="calexium_lib\string" /> | ||
| 48 | - <Folder Include="calexium_lib\unit_test" /> | ||
| 49 | - <Folder Include="calexium_lib\web" /> | ||
| 50 | - <Folder Include="calexium_lib\web\jQuery" /> | ||
| 51 | - <Folder Include="calexium_lib\web\jQuery\ui-addon" /> | ||
| 52 | - <Folder Include="calexium_lib\web\js" /> | ||
| 53 | - <Folder Include="calexium_lib\web\piwik" /> | ||
| 54 | - <Folder Include="calexium_lib\web\widgets" /> | ||
| 55 | <Folder Include="densaku_lib" /> | 35 | <Folder Include="densaku_lib" /> |
| 56 | <Folder Include="densaku_lib\types" /> | 36 | <Folder Include="densaku_lib\types" /> |
| 57 | <Folder Include="library" /> | 37 | <Folder Include="library" /> |
| @@ -141,101 +121,6 @@ | @@ -141,101 +121,6 @@ | ||
| 141 | <Folder Include="xlib\web\plugin" /> | 121 | <Folder Include="xlib\web\plugin" /> |
| 142 | <Folder Include="xlib\web\types" /> | 122 | <Folder Include="xlib\web\types" /> |
| 143 | <Folder Include="xlib\web\widgets" /> | 123 | <Folder Include="xlib\web\widgets" /> |
| 144 | - <Compile Include="calexium_lib\asterisk\ami.anubis" /> | ||
| 145 | - <Compile Include="calexium_lib\asterisk\ami_commands.anubis" /> | ||
| 146 | - <Compile Include="calexium_lib\asterisk\ami_types.anubis" /> | ||
| 147 | - <Compile Include="calexium_lib\CXM_errors.anubis" /> | ||
| 148 | - <Compile Include="calexium_lib\CXM_message_constants.anubis" /> | ||
| 149 | - <Compile Include="calexium_lib\database\alter_table.anubis" /> | ||
| 150 | - <Compile Include="calexium_lib\database\db_types.anubis" /> | ||
| 151 | - <Compile Include="calexium_lib\database\db_utils.anubis" /> | ||
| 152 | - <Compile Include="calexium_lib\database\migration.anubis" /> | ||
| 153 | - <Compile Include="calexium_lib\database\migration_common.anubis" /> | ||
| 154 | - <Compile Include="calexium_lib\database\migration_common_sqlite3.anubis" /> | ||
| 155 | - <Compile Include="calexium_lib\database\migration_sqlite3.anubis" /> | ||
| 156 | - <Compile Include="calexium_lib\database\model\db_model.anubis" /> | ||
| 157 | - <Compile Include="calexium_lib\database\settings.anubis" /> | ||
| 158 | - <Compile Include="calexium_lib\database\settings_sqlite3.anubis" /> | ||
| 159 | - <Compile Include="calexium_lib\database\sqlite_foreign_key.anubis" /> | ||
| 160 | - <Compile Include="calexium_lib\extensions\json.anubis" /> | ||
| 161 | - <Compile Include="calexium_lib\file_processor_io\yaml\yaml.anubis" /> | ||
| 162 | - <Compile Include="calexium_lib\file_processor_io\yaml\yaml_parser.anubis" /> | ||
| 163 | - <Compile Include="calexium_lib\file_processor_io\yaml\yaml_type.anubis" /> | ||
| 164 | - <Compile Include="calexium_lib\mail\authentication.anubis" /> | ||
| 165 | - <Compile Include="calexium_lib\mail\lexers\enhanced_status.anubis" /> | ||
| 166 | - <Compile Include="calexium_lib\mail\send_mail.anubis" /> | ||
| 167 | - <Compile Include="calexium_lib\mail\send_mail_type.anubis" /> | ||
| 168 | - <Compile Include="calexium_lib\mail\smtp_client.anubis" /> | ||
| 169 | - <Compile Include="calexium_lib\mail\smtp_server_extensions.anubis" /> | ||
| 170 | - <Compile Include="calexium_lib\mail\tools.anubis" /> | ||
| 171 | - <Compile Include="calexium_lib\network\socket_pool.anubis" /> | ||
| 172 | - <Compile Include="calexium_lib\net_services\CXM_generic_client.anubis" /> | ||
| 173 | - <Compile Include="calexium_lib\net_services\CXM_generic_protocol.anubis" /> | ||
| 174 | - <Compile Include="calexium_lib\net_services\CXM_net_services.anubis" /> | ||
| 175 | - <Compile Include="calexium_lib\net_services_protocols\ftp_client.anubis" /> | ||
| 176 | - <Compile Include="calexium_lib\net_services_protocols\logger_service.anubis" /> | ||
| 177 | - <Compile Include="calexium_lib\net_services_protocols\pkg_updater_protocol.anubis" /> | ||
| 178 | - <Compile Include="calexium_lib\os_tools\freebsd\rc_conf.anubis" /> | ||
| 179 | - <Compile Include="calexium_lib\os_tools\linux\config\network_interface_file.anubis" /> | ||
| 180 | - <Compile Include="calexium_lib\string\crlf.anubis" /> | ||
| 181 | - <Compile Include="calexium_lib\unit_test\xml_rpc.unit_test.anubis" /> | ||
| 182 | - <Compile Include="calexium_lib\web\counter.anubis" /> | ||
| 183 | - <Compile Include="calexium_lib\web\CXM_common.anubis" /> | ||
| 184 | - <Compile Include="calexium_lib\web\CXM_cookies.anubis" /> | ||
| 185 | - <Compile Include="calexium_lib\web\CXM_dojo.anubis" /> | ||
| 186 | - <Compile Include="calexium_lib\web\CXM_dropzone.anubis" /> | ||
| 187 | - <Compile Include="calexium_lib\web\CXM_form.anubis" /> | ||
| 188 | - <Compile Include="calexium_lib\web\CXM_generic_form.anubis" /> | ||
| 189 | - <Compile Include="calexium_lib\web\CXM_generic_login.anubis" /> | ||
| 190 | - <Compile Include="calexium_lib\web\CXM_generic_table.anubis" /> | ||
| 191 | - <Compile Include="calexium_lib\web\CXM_html_tooltip.anubis" /> | ||
| 192 | - <Compile Include="calexium_lib\web\CXM_https_get.anubis" /> | ||
| 193 | - <Compile Include="calexium_lib\web\CXM_http_get.anubis" /> | ||
| 194 | - <Compile Include="calexium_lib\web\CXM_http_get_common.anubis" /> | ||
| 195 | - <Compile Include="calexium_lib\web\CXM_jquery.anubis" /> | ||
| 196 | - <Compile Include="calexium_lib\web\CXM_json.anubis" /> | ||
| 197 | - <Compile Include="calexium_lib\web\CXM_making_a_web_site.anubis" /> | ||
| 198 | - <Compile Include="calexium_lib\web\CXM_mime.anubis" /> | ||
| 199 | - <Compile Include="calexium_lib\web\CXM_multihost_http_server.anubis" /> | ||
| 200 | - <Compile Include="calexium_lib\web\CXM_style_tools.anubis" /> | ||
| 201 | - <Compile Include="calexium_lib\web\CXM_urllib.anubis" /> | ||
| 202 | - <Compile Include="calexium_lib\web\CXM_web_arg_encode.anubis" /> | ||
| 203 | - <Compile Include="calexium_lib\web\CXM_web_arg_utils.anubis" /> | ||
| 204 | - <Compile Include="calexium_lib\web\CXM_web_dump.anubis" /> | ||
| 205 | - <Compile Include="calexium_lib\web\CXM_web_session.anubis" /> | ||
| 206 | - <Compile Include="calexium_lib\web\CXM_widgets.anubis" /> | ||
| 207 | - <Compile Include="calexium_lib\web\CXM_xml_rpc.anubis" /> | ||
| 208 | - <Compile Include="calexium_lib\web\CXM_xml_rpc_parser.anubis" /> | ||
| 209 | - <Compile Include="calexium_lib\web\CXM_xml_rpc_types.anubis" /> | ||
| 210 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_animate.anubis" /> | ||
| 211 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_button.anubis" /> | ||
| 212 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_datatable.anubis" /> | ||
| 213 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_datatable_plugins.anubis" /> | ||
| 214 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_datatable_server_side.anubis" /> | ||
| 215 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_datatable_translation.anubis" /> | ||
| 216 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_datatable_types.anubis" /> | ||
| 217 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_dialog.anubis" /> | ||
| 218 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_easing.anubis" /> | ||
| 219 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_eudock.anubis" /> | ||
| 220 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_eudock_types.anubis" /> | ||
| 221 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_icons.anubis" /> | ||
| 222 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_jqplot.anubis" /> | ||
| 223 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_tabs.anubis" /> | ||
| 224 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_tiptip.anubis" /> | ||
| 225 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_toolbar.anubis" /> | ||
| 226 | - <Compile Include="calexium_lib\web\jQuery\CXM_jq_checkbox.anubis" /> | ||
| 227 | - <Compile Include="calexium_lib\web\jQuery\CXM_jq_form.anubis" /> | ||
| 228 | - <Compile Include="calexium_lib\web\jQuery\CXM_jq_radio.anubis" /> | ||
| 229 | - <Compile Include="calexium_lib\web\jQuery\jq_flot.anubis" /> | ||
| 230 | - <Compile Include="calexium_lib\web\jQuery\ui-addon\datetimepicker.anubis" /> | ||
| 231 | - <Compile Include="calexium_lib\web\js_tools.anubis" /> | ||
| 232 | - <Compile Include="calexium_lib\web\piwik\CXM_piwik.anubis" /> | ||
| 233 | - <Compile Include="calexium_lib\web\widgets\button.anubis" /> | ||
| 234 | - <Compile Include="calexium_lib\web\widgets\css_helper.anubis" /> | ||
| 235 | - <Compile Include="calexium_lib\web\widgets\dashboard.anubis" /> | ||
| 236 | - <Compile Include="calexium_lib\web\widgets\fisheye_menu.anubis" /> | ||
| 237 | - <Compile Include="calexium_lib\web\widgets\icons_set.anubis" /> | ||
| 238 | - <Compile Include="calexium_lib\web\widgets\left_menu.anubis" /> | ||
| 239 | <Compile Include="densaku_lib\ds_generator.anubis" /> | 124 | <Compile Include="densaku_lib\ds_generator.anubis" /> |
| 240 | <Compile Include="densaku_lib\types\densaku.anubis" /> | 125 | <Compile Include="densaku_lib\types\densaku.anubis" /> |
| 241 | <Compile Include="densaku_lib\types\ds_message.anubis" /> | 126 | <Compile Include="densaku_lib\types\ds_message.anubis" /> |
| @@ -755,12 +640,6 @@ | @@ -755,12 +640,6 @@ | ||
| 755 | <Compile Include="xlib\web\widgets\menu.anubis" /> | 640 | <Compile Include="xlib\web\widgets\menu.anubis" /> |
| 756 | <Compile Include="xlib\web\widgets\pager.anubis" /> | 641 | <Compile Include="xlib\web\widgets\pager.anubis" /> |
| 757 | <Compile Include="xlib\web\widgets\specialized_elements.anubis" /> | 642 | <Compile Include="xlib\web\widgets\specialized_elements.anubis" /> |
| 758 | - <None Include="calexium_lib\.git" /> | ||
| 759 | - <None Include="calexium_lib\.gitignore" /> | ||
| 760 | - <None Include="calexium_lib\obj\unit_test.aproj.FileListAbsolute.txt" /> | ||
| 761 | - <None Include="calexium_lib\unit_test.aproj" /> | ||
| 762 | - <None Include="calexium_lib\unit_test.ide" /> | ||
| 763 | - <None Include="calexium_lib\web\js\cxm_jquery_animate.js" /> | ||
| 764 | <None Include="library\anubis_doc.maml" /> | 643 | <None Include="library\anubis_doc.maml" /> |
| 765 | <None Include="library\compile_all.inproj" /> | 644 | <None Include="library\compile_all.inproj" /> |
| 766 | <None Include="library\doc_tools\cows.jpg" /> | 645 | <None Include="library\doc_tools\cows.jpg" /> |
densaku.ide
| @@ -6,17 +6,15 @@ Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "densaku", "densaku.aproj", | @@ -6,17 +6,15 @@ Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "densaku", "densaku.aproj", | ||
| 6 | EndProject | 6 | EndProject |
| 7 | Global | 7 | Global |
| 8 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 8 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 9 | - Debug|Any CPU = Debug|Any CPU | ||
| 10 | - Release|Any CPU = Release|Any CPU | 9 | + Anubis|1.14 = Anubis|1.14 |
| 10 | + Anubis|1.19 = Anubis|1.19 | ||
| 11 | EndGlobalSection | 11 | EndGlobalSection |
| 12 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | 12 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 13 | {48AEB6F3-398C-4A63-AA74-6F17C6C11D27}.Debug|Any CPU.Build.0 = Debug|Any CPU | 13 | {48AEB6F3-398C-4A63-AA74-6F17C6C11D27}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 14 | {48AEB6F3-398C-4A63-AA74-6F17C6C11D27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | 14 | {48AEB6F3-398C-4A63-AA74-6F17C6C11D27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 15 | - {48AEB6F3-398C-4A63-AA74-6F17C6C11D27}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| 16 | - {48AEB6F3-398C-4A63-AA74-6F17C6C11D27}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| 17 | - D41E2417-E9CD-451B-8823-F48BABAACC4A.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| 18 | - D41E2417-E9CD-451B-8823-F48BABAACC4A.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| 19 | - D41E2417-E9CD-451B-8823-F48BABAACC4A.Release|Any CPU.Build.0 = Release|Any CPU | ||
| 20 | - D41E2417-E9CD-451B-8823-F48BABAACC4A.Release|Any CPU.ActiveCfg = Release|Any CPU | 15 | + D41E2417-E9CD-451B-8823-F48BABAACC4A.Anubis|1.14.Build.0 = Anubis|1.14 |
| 16 | + D41E2417-E9CD-451B-8823-F48BABAACC4A.Anubis|1.14.ActiveCfg = Anubis|1.14 | ||
| 17 | + D41E2417-E9CD-451B-8823-F48BABAACC4A.Anubis|1.19.Build.0 = Anubis|1.19 | ||
| 18 | + D41E2417-E9CD-451B-8823-F48BABAACC4A.Anubis|1.19.ActiveCfg = Anubis|1.19 | ||
| 21 | EndGlobalSection | 19 | EndGlobalSection |
| 22 | EndGlobal | 20 | EndGlobal |