minimal_web_site.aproj 4.64 KB
<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>