Example.csproj 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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>{B0A602CD-E176-449D-8663-64238D54F857}</ProjectGuid>
  7. <OutputType>Exe</OutputType>
  8. <RootNamespace>Terminal</RootNamespace>
  9. <AssemblyName>Terminal</AssemblyName>
  10. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  11. <NuGetPackageImportStamp>
  12. </NuGetPackageImportStamp>
  13. <TargetFrameworkProfile />
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug</OutputPath>
  20. <DefineConstants>DEBUG;</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <ExternalConsole>true</ExternalConsole>
  24. <PlatformTarget>x86</PlatformTarget>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release</OutputPath>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <DocumentationFile>bin\Release\Terminal.xml</DocumentationFile>
  32. <ExternalConsole>true</ExternalConsole>
  33. <PlatformTarget>x86</PlatformTarget>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="NStack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  37. <HintPath>..\packages\NStack.Core.0.14.0\lib\netstandard2.0\NStack.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="demo.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="packages.config" />
  52. </ItemGroup>
  53. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  54. </Project>