123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{8CDF43E9-301C-42AA-B752-FF42FA10DD6F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>NTERA.EmuEra</RootNamespace>
- <AssemblyName>NTERA.EmuEra</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.VisualBasic" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Game\EraEmu\Config\Config.cs" />
- <Compile Include="Game\EraEmu\Config\ConfigCode.cs" />
- <Compile Include="Game\EraEmu\Config\ConfigData.cs" />
- <Compile Include="Game\EraEmu\Config\ConfigItem.cs" />
- <Compile Include="Game\EraEmu\Config\KeyMacro.cs" />
- <Compile Include="Game\EraEmu\Content\AContentFile.cs" />
- <Compile Include="Game\EraEmu\Content\AppContents.cs" />
- <Compile Include="Game\EraEmu\Content\BaseImage.cs" />
- <Compile Include="Game\EraEmu\Display\HTMLManager.cs" />
- <Compile Include="EmuEraGameInstance.cs" />
- <Compile Include="Game\EraEmu\GameData\ConstantData.cs" />
- <Compile Include="Game\EraEmu\GameData\DefineMacro.cs" />
- <Compile Include="Game\EraEmu\GameData\Expression\CaseExpression.cs" />
- <Compile Include="Game\EraEmu\GameData\Expression\ExpressionMediator.cs" />
- <Compile Include="Game\EraEmu\GameData\Expression\ExpressionParser.cs" />
- <Compile Include="Game\EraEmu\GameData\Expression\IOperandTerm.cs" />
- <Compile Include="Game\EraEmu\GameData\Expression\OperatorCode.cs" />
- <Compile Include="Game\EraEmu\GameData\Expression\OperatorMethod.cs" />
- <Compile Include="Game\EraEmu\GameData\Expression\Term.cs" />
- <Compile Include="Game\EraEmu\GameData\Function\Creator.cs" />
- <Compile Include="Game\EraEmu\GameData\Function\Creator.Method.cs" />
- <Compile Include="Game\EraEmu\GameData\Function\FunctionMethod.cs" />
- <Compile Include="Game\EraEmu\GameData\Function\FunctionMethodTerm.cs" />
- <Compile Include="Game\EraEmu\GameData\Function\TRCommands.cs" />
- <Compile Include="Game\EraEmu\GameData\Function\UserDefinedMethodTerm.cs" />
- <Compile Include="Game\EraEmu\GameData\Function\UserDefinedRefMethod.cs" />
- <Compile Include="Game\EraEmu\GameData\GameBase.cs" />
- <Compile Include="Game\EraEmu\GameData\IdentifierDictionary.cs" />
- <Compile Include="Game\EraEmu\GameData\ParserMediator.cs" />
- <Compile Include="Game\EraEmu\GameData\StrForm.cs" />
- <Compile Include="Game\EraEmu\GameData\Variable\CharacterData.cs" />
- <Compile Include="Game\EraEmu\GameData\Variable\Translation.cs" />
- <Compile Include="Game\EraEmu\GameData\Variable\VariableCode.cs" />
- <Compile Include="Game\EraEmu\GameData\Variable\VariableData.cs" />
- <Compile Include="Game\EraEmu\GameData\Variable\VariableEvaluator.cs" />
- <Compile Include="Game\EraEmu\GameData\Variable\VariableIdentifier.cs" />
- <Compile Include="Game\EraEmu\GameData\Variable\VariableLocal.cs" />
- <Compile Include="Game\EraEmu\GameData\Variable\VariableParser.cs" />
- <Compile Include="Game\EraEmu\GameData\Variable\VariableStrArgTerm.cs" />
- <Compile Include="Game\EraEmu\GameData\Variable\VariableTerm.cs" />
- <Compile Include="Game\EraEmu\GameData\Variable\VariableToken.cs" />
- <Compile Include="Game\EraEmu\GameProc\ErbLoader.cs" />
- <Compile Include="Game\EraEmu\GameProc\Function\Argument.cs" />
- <Compile Include="Game\EraEmu\GameProc\Function\ArgumentBuilder.cs" />
- <Compile Include="Game\EraEmu\GameProc\Function\ArgumentParser.cs" />
- <Compile Include="Game\EraEmu\GameProc\Function\BuiltInFunctionCode.cs" />
- <Compile Include="Game\EraEmu\GameProc\Function\CircularBuffer.cs" />
- <Compile Include="Game\EraEmu\GameProc\Function\Clipboard.cs" />
- <Compile Include="Game\EraEmu\GameProc\Function\FunctionArgType.cs" />
- <Compile Include="Game\EraEmu\GameProc\Function\FunctionIdentifier.cs" />
- <Compile Include="Game\EraEmu\GameProc\Function\Instraction.Child.cs" />
- <Compile Include="Game\EraEmu\GameProc\Function\Instruction.cs" />
- <Compile Include="Game\EraEmu\GameProc\HeaderFileLoader.cs" />
- <Compile Include="Game\EraEmu\GameProc\LabelDictionary.cs" />
- <Compile Include="Game\EraEmu\GameProc\LogicalLine.cs" />
- <Compile Include="Game\EraEmu\GameProc\LogicalLineParser.cs" />
- <Compile Include="Game\EraEmu\GameProc\Process.CalledFunction.cs" />
- <Compile Include="Game\EraEmu\GameProc\Process.cs" />
- <Compile Include="Game\EraEmu\GameProc\Process.ScriptProc.cs" />
- <Compile Include="Game\EraEmu\GameProc\Process.State.cs" />
- <Compile Include="Game\EraEmu\GameProc\Process.SystemProc.cs" />
- <Compile Include="Game\EraEmu\GameProc\UserDefinedFunction.cs" />
- <Compile Include="Game\EraEmu\GameProc\UserDefinedVariable.cs" />
- <Compile Include="Game\EraEmu\Sub\EmueraException.cs" />
- <Compile Include="Game\EraEmu\Sub\EraBinaryDataReader.cs" />
- <Compile Include="Game\EraEmu\Sub\EraBinaryDataWriter.cs" />
- <Compile Include="Game\EraEmu\Sub\EraDataStream.cs" />
- <Compile Include="Game\EraEmu\Sub\EraStreamReader.cs" />
- <Compile Include="Game\EraEmu\Sub\LexicalAnalyzer.cs" />
- <Compile Include="Game\EraEmu\Sub\StringStream.cs" />
- <Compile Include="Game\EraEmu\Sub\SubWord.cs" />
- <Compile Include="Game\EraEmu\Sub\Word.cs" />
- <Compile Include="Game\EraEmu\Sub\WordCollection.cs" />
- <Compile Include="Game\EraEmu\_Library\LangManager.cs" />
- <Compile Include="Game\GlobalStatic.cs" />
- <Compile Include="ProgramInstance.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\NTERA.Core\NTERA.Core.csproj">
- <Project>{62a2b84e-9207-46b0-8a8d-28b5931fcb6e}</Project>
- <Name>NTERA.Core</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|