locale_editor.aproj 3.38 KB
<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>