densaku_type.aproj
2.24 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
<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>