Commit 6def0c0caba3a62cd37603d458c12a85d8792629

Authored by David RENÉ
1 parent 67b3fcf5

compile densaku_types.anubis in densaku_type.aproj

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
densaku_type.aproj
... ... @@ -6,7 +6,7 @@
6 6 <OutputType>Exe</OutputType>
7 7 <RootNamespace>densaku_type</RootNamespace>
8 8 <AssemblyName>densaku_type</AssemblyName>
9   - <StartupObject>calexium_lib\asterisk\ami.anubis</StartupObject>
  9 + <StartupObject>calexium_lib\densaku_types.anubis</StartupObject>
10 10 <IncludePaths>./%3b./calexium_lib</IncludePaths>
11 11 </PropertyGroup>
12 12 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
... ... @@ -27,6 +27,7 @@
27 27 <Compile Include="calexium_lib\asterisk\ami_commands.anubis" />
28 28 <Compile Include="calexium_lib\asterisk\ami_types.anubis" />
29 29 <Compile Include="calexium_lib\densaku_types.anubis" />
  30 + <Compile Include="densaku_types.anubis" />
30 31 <Compile Include="ds_files\ds_messages.anubis" />
31 32 <Compile Include="ds_files\ds_types.anubis" />
32 33 </ItemGroup>
... ...