densaku_type.aproj 2.24 KB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ProjectGuid>{DE869A94-DD37-407E-9BFC-358456CCC419}</ProjectGuid>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <OutputType>Exe</OutputType>
    <RootNamespace>densaku_type</RootNamespace>
    <AssemblyName>densaku_type</AssemblyName>
    <StartupObject>calexium_lib\densaku_types.anubis</StartupObject>
    <IncludePaths>./%3b./calexium_lib</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="asterisk\ami.anubis" />
    <Compile Include="asterisk\ami_commands.anubis" />
    <Compile Include="asterisk\ami_types.anubis" />
    <Compile Include="calexium_lib\densaku_types.anubis" />
    <Compile Include="database\alter_table.anubis" />
    <Compile Include="database\db_types.anubis" />
    <Compile Include="database\db_utils.anubis" />
    <Compile Include="database\migration.anubis" />
    <Compile Include="database\migration_common.anubis" />
    <Compile Include="database\migration_common_sqlite3.anubis" />
    <Compile Include="database\migration_sqlite3.anubis" />
    <Compile Include="database\model\db_model.anubis" />
    <Compile Include="database\settings.anubis" />
    <Compile Include="database\settings_sqlite3.anubis" />
    <Compile Include="database\sqlite_foreign_key.anubis" />
    <Compile Include="ds_files\ds_messages.anubis" />
    <Compile Include="ds_files\ds_types.anubis" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="asterisk" />
    <Folder Include="calexium_lib" />
    <Folder Include="database" />
    <Folder Include="database\model" />
    <Folder Include="ds_files" />
  </ItemGroup>
</Project>