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.

76 lines
3.2 KiB

13 years ago
13 years ago
13 years ago
12 years ago
12 years ago
13 years ago
13 years ago
13 years ago
12 years ago
13 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{390E2568-57B7-4D17-91E5-C29336368CCF}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>Example</RootNamespace>
  11. <AssemblyName>example1</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG;</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <Externalconsole>true</Externalconsole>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Release</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Externalconsole>true</Externalconsole>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Ubuntu|AnyCPU' ">
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug_Ubuntu</OutputPath>
  37. <DefineConstants>DEBUG;UBUNTU</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Externalconsole>true</Externalconsole>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Ubuntu|AnyCPU' ">
  43. <DebugType>none</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Release_Ubuntu</OutputPath>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <Externalconsole>true</Externalconsole>
  49. <DefineConstants>UBUNTU</DefineConstants>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="System" />
  53. <Reference Include="notify-sharp, Version=0.4.0.0, Culture=neutral, PublicKeyToken=2df29c54e245917a">
  54. <Private>False</Private>
  55. <Package>notify-sharp</Package>
  56. </Reference>
  57. <Reference Include="Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
  58. <Private>False</Private>
  59. </Reference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="AssemblyInfo.cs" />
  63. <Compile Include="AudioStreamer.cs" />
  64. <Compile Include="Program.cs" />
  65. <Compile Include="AudioMessage.cs" />
  66. <Compile Include="TextMessage.cs" />
  67. <Compile Include="NotificationMessage.cs" />
  68. <Compile Include="Notifier.cs" />
  69. </ItemGroup>
  70. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  71. <ItemGroup>
  72. <ProjectReference Include="..\websocket-sharp\websocket-sharp.csproj">
  73. <Project>{B357BAC7-529E-4D81-A0D2-71041B19C8DE}</Project>
  74. <Name>websocket-sharp</Name>
  75. </ProjectReference>
  76. </ItemGroup>
  77. </Project>