densaku_type.aproj
1.61 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
<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\asterisk\ami.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="calexium_lib\asterisk\ami.anubis" />
<Compile Include="calexium_lib\asterisk\ami_commands.anubis" />
<Compile Include="calexium_lib\asterisk\ami_types.anubis" />
<Compile Include="calexium_lib\densaku_types.anubis" />
<Compile Include="ds_files\ds_messages.anubis" />
<Compile Include="ds_files\ds_types.anubis" />
</ItemGroup>
<ItemGroup>
<Folder Include="calexium_lib" />
<Folder Include="calexium_lib\asterisk" />
<Folder Include="ds_files" />
</ItemGroup>
</Project>