minimal_web_site.aproj
4.64 KB
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
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{F2C65267-0D20-4964-A5D8-602BD42C01A4}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Exe</OutputType>
<RootNamespace>minimal_web_site</RootNamespace>
<AssemblyName>minimal_web_site</AssemblyName>
<StartupObject>examples\minimal_web_site.anubis</StartupObject>
<IncludePaths>./</IncludePaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<Import Project="$(AnubisBinPath)\Anubis.Build.targets" />
<ItemGroup>
<Compile Include="examples\minimal_web_site.anubis" />
<Compile Include="web\counter.anubis" />
<Compile Include="web\CXM_common.anubis" />
<Compile Include="web\CXM_cookies.anubis" />
<Compile Include="web\CXM_dojo.anubis" />
<Compile Include="web\CXM_dropzone.anubis" />
<Compile Include="web\CXM_form.anubis" />
<Compile Include="web\CXM_generic_form.anubis" />
<Compile Include="web\CXM_generic_login.anubis" />
<Compile Include="web\CXM_generic_table.anubis" />
<Compile Include="web\CXM_html_tooltip.anubis" />
<Compile Include="web\CXM_https_get.anubis" />
<Compile Include="web\CXM_http_get.anubis" />
<Compile Include="web\CXM_http_get_common.anubis" />
<Compile Include="web\CXM_jquery.anubis" />
<Compile Include="web\CXM_json.anubis" />
<Compile Include="web\CXM_making_a_web_site.anubis" />
<Compile Include="web\CXM_mime.anubis" />
<Compile Include="web\CXM_multihost_http_server.anubis" />
<Compile Include="web\CXM_style_tools.anubis" />
<Compile Include="web\CXM_urllib.anubis" />
<Compile Include="web\CXM_web_arg_encode.anubis" />
<Compile Include="web\CXM_web_arg_utils.anubis" />
<Compile Include="web\CXM_web_dump.anubis" />
<Compile Include="web\CXM_widgets.anubis" />
<Compile Include="web\CXM_xml_rpc.anubis" />
<Compile Include="web\CXM_xml_rpc_parser.anubis" />
<Compile Include="web\CXM_xml_rpc_types.anubis" />
<Compile Include="web\jQuery\CXM_jquery_animate.anubis" />
<Compile Include="web\jQuery\CXM_jquery_button.anubis" />
<Compile Include="web\jQuery\CXM_jquery_datatable.anubis" />
<Compile Include="web\jQuery\CXM_jquery_datatable_plugins.anubis" />
<Compile Include="web\jQuery\CXM_jquery_datatable_server_side.anubis" />
<Compile Include="web\jQuery\CXM_jquery_datatable_translation.anubis" />
<Compile Include="web\jQuery\CXM_jquery_datatable_types.anubis" />
<Compile Include="web\jQuery\CXM_jquery_dialog.anubis" />
<Compile Include="web\jQuery\CXM_jquery_easing.anubis" />
<Compile Include="web\jQuery\CXM_jquery_eudock.anubis" />
<Compile Include="web\jQuery\CXM_jquery_eudock_types.anubis" />
<Compile Include="web\jQuery\CXM_jquery_icons.anubis" />
<Compile Include="web\jQuery\CXM_jquery_jqplot.anubis" />
<Compile Include="web\jQuery\CXM_jquery_tabs.anubis" />
<Compile Include="web\jQuery\CXM_jquery_tiptip.anubis" />
<Compile Include="web\jQuery\CXM_jquery_toolbar.anubis" />
<Compile Include="web\jQuery\CXM_jq_checkbox.anubis" />
<Compile Include="web\jQuery\CXM_jq_form.anubis" />
<Compile Include="web\jQuery\CXM_jq_radio.anubis" />
<Compile Include="web\jQuery\jq_flot.anubis" />
<Compile Include="web\jQuery\ui-addon\datetimepicker.anubis" />
<Compile Include="web\js_tools.anubis" />
<Compile Include="web\piwik\CXM_piwik.anubis" />
<Compile Include="web\widgets\button.anubis" />
<Compile Include="web\widgets\css_helper.anubis" />
<Compile Include="web\widgets\dashboard.anubis" />
<Compile Include="web\widgets\fisheye_menu.anubis" />
<Compile Include="web\widgets\icons_set.anubis" />
<Compile Include="web\widgets\left_menu.anubis" />
<None Include="web\CXM_making_a_web_site.anubis.bak" />
<None Include="web\js\cxm_jquery_animate.js" />
</ItemGroup>
<ItemGroup>
<Folder Include="examples" />
<Folder Include="web" />
<Folder Include="web\jQuery" />
<Folder Include="web\jQuery\ui-addon" />
<Folder Include="web\js" />
<Folder Include="web\piwik" />
<Folder Include="web\widgets" />
</ItemGroup>
</Project>