155 строки
8.6 KiB
XML
155 строки
8.6 KiB
XML
<?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>{72C806DB-029C-4435-BA36-677440400E21}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>UnityScript2CSharp</RootNamespace>
|
|
<AssemblyName>UnityScript2CSharp</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Boo.Lang">
|
|
<HintPath>Libs\Boo.Lang.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Boo.Lang.Compiler">
|
|
<HintPath>Libs\Boo.Lang.Compiler.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Boo.Lang.Extensions">
|
|
<HintPath>Libs\Boo.Lang.Extensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Boo.Lang.Parser">
|
|
<HintPath>Libs\Boo.Lang.Parser.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Boo.Lang.PatternMatching">
|
|
<HintPath>Libs\Boo.Lang.PatternMatching.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Boo.Lang.Useful">
|
|
<HintPath>Libs\Boo.Lang.Useful.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="CommandLine, Version=2.0.0.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\CommandLineParser21.2.1.0.0\lib\net40\CommandLine.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Mdb.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Pdb.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NLog.4.4.10\lib\net45\NLog.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
<Reference Include="System.Console, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Console.4.0.0-rc2-24027\lib\net46\System.Console.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.IO.4.1.0-rc2-24027\lib\net462\System.IO.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Linq, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Linq.4.1.0-rc2-24027\lib\net462\System.Linq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reflection, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Reflection.4.1.0-rc2-24027\lib\net462\System.Reflection.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reflection.TypeExtensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Reflection.TypeExtensions.4.1.0-rc2-24027\lib\net462\System.Reflection.TypeExtensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.4.1.0-rc2-24027\lib\net462\System.Runtime.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.Extensions.4.1.0-rc2-24027\lib\net462\System.Runtime.Extensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="UnityScript">
|
|
<HintPath>Libs\UnityScript.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="UnityScript.Lang">
|
|
<HintPath>Libs\UnityScript.Lang.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AnchorKind.cs" />
|
|
<Compile Include="Comment.cs" />
|
|
<Compile Include="CommentKind.cs" />
|
|
<Compile Include="OrphanCommentVisitor.cs" />
|
|
<Compile Include="Steps\AttachComments.cs" />
|
|
<Compile Include="BlockIdentation.cs" />
|
|
<Compile Include="CommandLineArguments.cs" />
|
|
<Compile Include="EntityExtensions.cs" />
|
|
<Compile Include="Extensions\ASTNodeExtensions.cs" />
|
|
<Compile Include="Steps\ApplyEnumToImplicitConversions.cs" />
|
|
<Compile Include="Steps\ExpandAssignmentToValueTypeMembers.cs" />
|
|
<Compile Include="Steps\ExpandValueTypeObjectInitialization.cs" />
|
|
<Compile Include="Steps\CtorFieldInitializationFix.cs" />
|
|
<Compile Include="Steps\FixEnumReferences.cs" />
|
|
<Compile Include="Steps\FixSwitchWithOnlyDefault.cs" />
|
|
<Compile Include="Steps\CSharpReservedKeywordIdentifierClashFix.cs" />
|
|
<Compile Include="Steps\InferredMethodReturnTypeFix.cs" />
|
|
<Compile Include="Steps\InstanceToTypeReferencedStaticMemberReference.cs" />
|
|
<Compile Include="Steps\MergeMainMethodStatementsIntoStartMethod.cs" />
|
|
<Compile Include="Steps\NumericCastInjector.cs" />
|
|
<Compile Include="Steps\OperatorMethodToLanguageOperator.cs" />
|
|
<Compile Include="Steps\PreProcessCollector.cs" />
|
|
<Compile Include="Steps\PromoteImplicitBooleanConversionsToExplicitComparisons.cs" />
|
|
<Compile Include="Steps\InjectTypeOfExpressionsInArgumentsOfSystemType.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Steps\RemoveUnnecessaryCastInArrayInstantiation.cs" />
|
|
<Compile Include="Steps\ReplaceArrayMemberReferenceWithCamelCaseVersion.cs" />
|
|
<Compile Include="SourceFile.cs" />
|
|
<Compile Include="Steps\ReplaceUnityScriptArrayWithObjectArray.cs" />
|
|
<Compile Include="Steps\SelectiveUnaryExpressionExpansionProcessUnityScriptMethods.cs" />
|
|
<Compile Include="Steps\RenameArrayDeclaration.cs" />
|
|
<Compile Include="Steps\ReplaceGetSetItemMethodsWithOriginalIndexers.cs" />
|
|
<Compile Include="Steps\TransforwmKnownUnityEngineMethods.cs" />
|
|
<Compile Include="SwitchConverter.cs" />
|
|
<Compile Include="UnityScript2CSharpConverter.cs" />
|
|
<Compile Include="UnityScript2CSharpConverterVisitor.cs" />
|
|
<Compile Include="UsingCollector.cs" />
|
|
<Compile Include="Writer.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |