Embeddinator-4000/objcgen/objcgen.csproj

126 строки
5.0 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)' == '' ">x86</Platform>
<ProjectGuid>{C166803B-011F-4EAF-B8C2-D7DBBA3CF1EC}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>objcgen</RootNamespace>
<AssemblyName>objcgen</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;NO_AUTHENTICODE;NO_SYMBOL_WRITER;NET_4_0;STATIC</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Mono.Options">
<HintPath>..\packages\Mono.Options.4.4.0.0\lib\net4-client\Mono.Options.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="generator.cs" />
<Compile Include="objcgenerator.cs" />
<Compile Include="driver.cs">
<LogicalName>main.c</LogicalName>
</Compile> <Compile Include="error.cs" />
<Compile Include="ErrorHelper.cs" />
<Compile Include="Version.generated.cs" />
<Compile Include="objcgenerator-helpers.cs" />
<Compile Include="objcprocessor.cs" />
<Compile Include="extensions.cs" />
<Compile Include="methodhelper.cs" />
<Compile Include="objcgenerator-subscripts.cs" />
<Compile Include="processedtypes.cs" />
<Compile Include="objcgenerator-postprocessor.cs" />
<Compile Include="comparablehelper.cs" />
<Compile Include="EqualsHelper.cs" />
<Compile Include="HashHelper.cs" />
<Compile Include="sourcewriter.cs" />
<Compile Include="classhelper.cs" />
<Compile Include="OperatorOverloads.cs" />
<Compile Include="protocolhelper.cs" />
<Compile Include="NameGenerator.cs" />
<Compile Include="processor.cs" />
<Compile Include="system-check.cs" />
<Compile Include="embedder.cs" />
<Compile Include="utils.cs" />
<Compile Include="CachedValue.cs" />
<Compile Include="TypeMapper.cs" />
<Compile Include="Logger.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="support\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\support\embeddinator.h">
<Link>support\embeddinator.h</Link>
<LogicalName>embeddinator.h</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="..\support\glib.c">
<Link>support\glib.c</Link>
<LogicalName>glib.c</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="..\support\glib.h">
<Link>support\glib.h</Link>
<LogicalName>glib.h</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="..\support\mono_embeddinator.c">
<Link>support\mono_embeddinator.c</Link>
<LogicalName>mono_embeddinator.c</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="..\support\mono_embeddinator.h">
<Link>support\mono_embeddinator.h</Link>
<LogicalName>mono_embeddinator.h</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="..\support\mono-support.h">
<Link>support\mono-support.h</Link>
<LogicalName>mono-support.h</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="..\support\objc-support.h">
<Link>support\objc-support.h</Link>
<LogicalName>objc-support.h</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="..\support\objc-support.m">
<Link>support\objc-support.m</Link>
<LogicalName>objc-support.m</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Make.config">
<LogicalName>Make.config</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="..\docs\errors.md">
<Link>errors.md</Link>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\build\projects\IKVM.Reflection.csproj">
<Project>{95A93EAD-0135-AC71-0A46-2F6676500872}</Project>
<Name>IKVM.Reflection</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Target Name="BeforeBuild" Inputs="..\.git\logs\HEAD;generate-version.sh" Outputs="Version.generated.cs">
<Exec Command="./generate-version.sh" />
</Target>
</Project>