xlib_language_web_controller.aproj
1.78 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
<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_language_web_controller</AssemblyName>
<StartupObject>xlib_web_controllers\language\controller.anubis</StartupObject>
<IncludePaths>./</IncludePaths>
<MakeUsedFile>False</MakeUsedFile>
<MakeUnusedFile>False</MakeUnusedFile>
<AnubiscVerbosity>False</AnubiscVerbosity>
<AnubisPath>c:\anubis\1.19\</AnubisPath>
</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>