Designer.csproj 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProjectGuid>{1228D992-C801-49BB-839A-7BD28A3FFF0A}</ProjectGuid>
  7. <OutputType>Exe</OutputType>
  8. <RootNamespace>Designer</RootNamespace>
  9. <AssemblyName>Designer</AssemblyName>
  10. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  11. <TargetFrameworkProfile />
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>bin\Debug</OutputPath>
  18. <DefineConstants>DEBUG;</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <ExternalConsole>true</ExternalConsole>
  22. <PlatformTarget>x86</PlatformTarget>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  25. <Optimize>true</Optimize>
  26. <OutputPath>bin\Release</OutputPath>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <ExternalConsole>true</ExternalConsole>
  30. <PlatformTarget>x86</PlatformTarget>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="NStack">
  35. <HintPath>..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll</HintPath>
  36. </Reference>
  37. <Reference Include="NStack">
  38. <HintPath>..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll</HintPath>
  39. </Reference>
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="Program.cs" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj">
  46. <Project>{00F366F8-DEE4-482C-B9FD-6DB0200B79E5}</Project>
  47. <Name>Terminal.Gui</Name>
  48. </ProjectReference>
  49. </ItemGroup>
  50. <ItemGroup>
  51. <None Include="app.config" />
  52. <None Include="packages.config" />
  53. </ItemGroup>
  54. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  55. </Project>