mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
57 lines
2.4 KiB
XML
57 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{4B69CC57-FAC3-464F-9103-5187421DB85F}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>UpdateTxFiles</RootNamespace>
|
|
<AssemblyName>UpdateTxFiles</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Commandlineparameters>-inxmldir /Users/keving/gitrepos/cs2j/CS2JLibrary/NetTranslations/ -outxmldir /tmp/ntx</Commandlineparameters>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Externalconsole>true</Externalconsole>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Translator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\antlr2\Translator\bin\Debug\Translator.exe</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Main.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="UpdateTranslationTemplate.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\src\cs2j\cs2j.csproj">
|
|
<Project>{CE961AC5-C8D4-41B3-AAF3-23FA8FAEE8AD}</Project>
|
|
<Name>cs2j</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\src\NDesk.Options\NDesk.Options.csproj">
|
|
<Project>{E6ACBB37-AF38-45E1-B399-0CEE63809A15}</Project>
|
|
<Name>NDesk.Options</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project> |