No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

monitor.csproj 2.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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>{F759E76E-E6D5-4117-8CE3-7FB83FECCAF9}</ProjectGuid>
  7. <OutputType>WinExe</OutputType>
  8. <RootNamespace>monitor</RootNamespace>
  9. <AssemblyName>monitor</AssemblyName>
  10. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  13. <DebugSymbols>true</DebugSymbols>
  14. <DebugType>full</DebugType>
  15. <Optimize>false</Optimize>
  16. <OutputPath>bin\Debug</OutputPath>
  17. <DefineConstants>DEBUG;</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. <PlatformTarget>x86</PlatformTarget>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  23. <Optimize>true</Optimize>
  24. <OutputPath>bin\Release</OutputPath>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <PlatformTarget>x86</PlatformTarget>
  28. </PropertyGroup>
  29. <ItemGroup>
  30. <Reference Include="System" />
  31. <Reference Include="gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  32. <SpecificVersion>False</SpecificVersion>
  33. </Reference>
  34. <Reference Include="gdk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  35. <SpecificVersion>False</SpecificVersion>
  36. </Reference>
  37. <Reference Include="glib-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  38. <SpecificVersion>False</SpecificVersion>
  39. </Reference>
  40. <Reference Include="glade-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  41. <SpecificVersion>False</SpecificVersion>
  42. </Reference>
  43. <Reference Include="pango-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  44. <SpecificVersion>False</SpecificVersion>
  45. </Reference>
  46. <Reference Include="atk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  47. <SpecificVersion>False</SpecificVersion>
  48. </Reference>
  49. <Reference Include="Mono.Posix" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <EmbeddedResource Include="gtk-gui\gui.stetic">
  53. <LogicalName>gui.stetic</LogicalName>
  54. </EmbeddedResource>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="gtk-gui\generated.cs" />
  58. <Compile Include="MonitorUI.cs" />
  59. <Compile Include="gtk-gui\MainWindow.cs" />
  60. <Compile Include="Program.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. </ItemGroup>
  63. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  64. </Project>