xlib_web_controllers.aproj
1.6 KB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{7FD79E96-A0AA-4BE4-97D5-151C56A47059}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Exe</OutputType>
<RootNamespace>xlib_web_controllers</RootNamespace>
<AssemblyName>xlib_web_controllers</AssemblyName>
<StartupObject>xlib_web_controllers\language\controller.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>
<Folder Include="xlib" />
<Folder Include="xlib\web_controllers" />
<Folder Include="xlib\web_controllers\language" />
<Folder Include="xlib_web_controllers" />
<Folder Include="xlib_web_controllers\language" />
<Compile Include="xlib\web_controllers\language\language_management.anubis" />
<Compile Include="xlib_web_controllers\language\controller.anubis" />
<Compile Include="xlib_web_controllers\language\language_web_action_name.anubis" />
</ItemGroup>
</Project>