locale_editor.aproj
3.38 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>locale_editor</RootNamespace>
<AssemblyName>locale_editor</AssemblyName>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{DB0ED6AC-5BA4-463E-8CB8-86F2D6CFD72A}</ProjectGuid>
<StartupObject>src\locale_editor.anubis</StartupObject>
<IncludePaths>./src;..\..\library\</IncludePaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
<IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
<OutputPath>bin\Debug\</OutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
<IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
<OutputPath>bin\Release\</OutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="src\view_dico_page.anubis" />
<Compile Include="src\locale_editor.anubis" />
<Compile Include="src\Locale_editor_types.anubis" />
<Compile Include="src\home_page.anubis" />
<None Include="..\..\library\locale\L3.anubis">
<Link>src\L3.anubis</Link>
</None>
<Compile Include="src\generic_page.anubis" />
<Compile Include="src\utils.anubis" />
<None Include="..\..\library\data_base\sqlite.anubis">
<Link>src\sqlite.anubis</Link>
</None>
<None Include="..\..\library\predefined.anubis">
<Link>src\predefined.anubis</Link>
</None>
<None Include="..\..\library\locale\L3LanguageInfo.anubis">
<Link>src\L3LanguageInfo.anubis</Link>
</None>
<None Include="..\..\library\web\making_a_web_site.anubis">
<Link>src\making_a_web_site.anubis</Link>
</None>
<Compile Include="src\view_dico_by_chapter_page.anubis" />
<None Include="..\..\..\www_dev\anubis-language\_1_6\common.anubis">
<Link>src\common.anubis</Link>
</None>
<None Include="..\..\..\www_dev\anubis-language\_1_6\translate.anubis">
<Link>src\translate.anubis</Link>
</None>
<None Include="..\..\..\www_dev\anubis-language\_1_6\translate_choose_item.anubis">
<Link>src\translate_choose_item.anubis</Link>
</None>
<None Include="..\..\library\web\generic_table.anubis">
<Link>src\generic_table.anubis</Link>
</None>
<Compile Include="src\view_edit_chapter_page.anubis" />
<Compile Include="src\translate_item_page.anubis" />
<None Include="..\..\library\system\string.anubis">
<Link>src\string.anubis</Link>
</None>
<None Include="..\..\library\locale\ISO-639-2_values_8bits.txt">
<Link>src\ISO-639-2_values_8bits.txt</Link>
</None>
<Compile Include="..\..\library\locale\iso3166-1.anubis">
<Link>src\iso3166-1.anubis</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="src" />
</ItemGroup>
<Import Project="$(AnubisBinPath)\Anubis.Build.targets" />
</Project>