зеркало из https://github.com/stride3d/SDL2-CS.git
106 строки
3.9 KiB
XML
106 строки
3.9 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>
|
||
|
<ProductVersion>9.0.21022</ProductVersion>
|
||
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
<ProjectGuid>{85480198-8711-4355-830E-72FD794AD3F6}</ProjectGuid>
|
||
|
<OutputType>Library</OutputType>
|
||
|
<RootNamespace>SDL2</RootNamespace>
|
||
|
<AssemblyName>SDL2-CS</AssemblyName>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<DebugType>full</DebugType>
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>bin\Debug</OutputPath>
|
||
|
<DefineConstants>DEBUG;</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
<ConsolePause>false</ConsolePause>
|
||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||
|
<DebugType>none</DebugType>
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>bin\Release</OutputPath>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
<ConsolePause>false</ConsolePause>
|
||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||
|
</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>
|
||
|
<ConsolePause>false</ConsolePause>
|
||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<DebugType>none</DebugType>
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>bin\Release</OutputPath>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||
|
<ConsolePause>false</ConsolePause>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<DebugType>full</DebugType>
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>bin\Debug</OutputPath>
|
||
|
<DefineConstants>DEBUG;</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<PlatformTarget>x64</PlatformTarget>
|
||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||
|
<ConsolePause>false</ConsolePause>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
||
|
<DebugType>none</DebugType>
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>bin\Release</OutputPath>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<PlatformTarget>x64</PlatformTarget>
|
||
|
<ConsolePause>false</ConsolePause>
|
||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||
|
</PropertyGroup>
|
||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||
|
<ItemGroup>
|
||
|
<Compile Include="src\SDL2.cs" />
|
||
|
<Compile Include="src\SDL2_image.cs" />
|
||
|
<Compile Include="src\SDL2_mixer.cs" />
|
||
|
<Compile Include="src\SDL2_ttf.cs" />
|
||
|
<Compile Include="src\LPUtf8StrMarshaler.cs" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="SDL2-CS.dll.config">
|
||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
|
</None>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Folder Include="src\" />
|
||
|
</ItemGroup>
|
||
|
<ProjectExtensions>
|
||
|
<MonoDevelop>
|
||
|
<Properties>
|
||
|
<Policies>
|
||
|
<StandardHeader Text="" IncludeInNewFiles="False" />
|
||
|
</Policies>
|
||
|
</Properties>
|
||
|
</MonoDevelop>
|
||
|
</ProjectExtensions>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="System" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|