parent
1520e77849
commit
4d594a6637
@ -0,0 +1,47 @@ |
||||
<?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> |
||||
<ProjectGuid>{A7C8DFB6-7252-4FA8-A39A-6FA26D3756AE}</ProjectGuid> |
||||
<OutputType>Exe</OutputType> |
||||
<RootNamespace>DotN64.Desktop</RootNamespace> |
||||
<AssemblyName>DotN64.Desktop</AssemblyName> |
||||
<TargetFrameworkVersion>v4.6.1</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> |
||||
<ExternalConsole>true</ExternalConsole> |
||||
</PropertyGroup> |
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||||
<Optimize>true</Optimize> |
||||
<OutputPath>bin\Release</OutputPath> |
||||
<ErrorReport>prompt</ErrorReport> |
||||
<WarningLevel>4</WarningLevel> |
||||
<ExternalConsole>true</ExternalConsole> |
||||
</PropertyGroup> |
||||
<ItemGroup> |
||||
<Reference Include="System" /> |
||||
<Reference Include="System.Core" /> |
||||
</ItemGroup> |
||||
<ItemGroup> |
||||
<ProjectReference Include="..\DotN64\DotN64.csproj"> |
||||
<Project>{3231B7B4-EFE7-469A-AD04-D75EDECE2AFE}</Project> |
||||
<Name>DotN64</Name> |
||||
</ProjectReference> |
||||
<ProjectReference Include="..\SDL2-CS\SDL2-CS.csproj"> |
||||
<Project>{85480198-8711-4355-830E-72FD794AD3F6}</Project> |
||||
<Name>SDL2-CS</Name> |
||||
</ProjectReference> |
||||
</ItemGroup> |
||||
<ItemGroup> |
||||
<Compile Include="Program.cs" /> |
||||
</ItemGroup> |
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
||||
</Project> |
Loading…
Reference in new issue