MoonSharp.RemoteDebugger.net40-client.csproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{F9D383B9-2639-4738-A897-4D9F8801B8C9}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MoonSharp.RemoteDebugger.net40_client</RootNamespace>
  11. <AssemblyName>MoonSharp.RemoteDebugger</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="System.Core" />
  35. <Reference Include="System.Xml.Linq" />
  36. <Reference Include="System.Data.DataSetExtensions" />
  37. <Reference Include="Microsoft.CSharp" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Xml" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="..\..\DebugServer.cs">
  43. <Link>DebugServer.cs</Link>
  44. </Compile>
  45. <Compile Include="..\..\DebugWebHost.cs">
  46. <Link>DebugWebHost.cs</Link>
  47. </Compile>
  48. <Compile Include="..\..\Network\HttpResource.cs">
  49. <Link>HttpResource.cs</Link>
  50. </Compile>
  51. <Compile Include="..\..\Network\HttpResourceType.cs">
  52. <Link>HttpResourceType.cs</Link>
  53. </Compile>
  54. <Compile Include="..\..\Network\HttpServer.cs">
  55. <Link>HttpServer.cs</Link>
  56. </Compile>
  57. <Compile Include="..\..\Network\Utf8TcpPeerEventArgs.cs">
  58. <Link>Utf8TcpPeerEventArgs.cs</Link>
  59. </Compile>
  60. <Compile Include="..\..\Network\Utf8TcpServerOptions.cs">
  61. <Link>Utf8TcpServerOptions.cs</Link>
  62. </Compile>
  63. <Compile Include="..\..\Network\XmlWriter_Extensions.cs">
  64. <Link>XmlWriter_Extensions.cs</Link>
  65. </Compile>
  66. <Compile Include="..\..\Properties\AssemblyInfo.cs">
  67. <Link>AssemblyInfo.cs</Link>
  68. </Compile>
  69. <Compile Include="..\..\Network\Utf8TcpPeer.cs">
  70. <Link>Utf8TcpPeer.cs</Link>
  71. </Compile>
  72. <Compile Include="..\..\Network\Utf8TcpServer.cs">
  73. <Link>Utf8TcpServer.cs</Link>
  74. </Compile>
  75. <Compile Include="..\..\RemoteDebugger.cs">
  76. <Link>RemoteDebugger.cs</Link>
  77. </Compile>
  78. <Compile Include="..\..\RemoteDebuggerOptions.cs">
  79. <Link>RemoteDebuggerOptions.cs</Link>
  80. </Compile>
  81. <Compile Include="..\..\Threading\BlockingQueue.cs">
  82. <Link>BlockingQueue.cs</Link>
  83. </Compile>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="..\..\..\MoonSharp.Interpreter\_Projects\MoonSharp.Interpreter.net40-client\MoonSharp.Interpreter.net40-client.csproj">
  87. <Project>{88d2880c-a863-4b16-abef-f67bd1e98bd1}</Project>
  88. <Name>MoonSharp.Interpreter.net40-client</Name>
  89. </ProjectReference>
  90. </ItemGroup>
  91. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  92. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  93. Other similar extension points exist, see Microsoft.Common.targets.
  94. <Target Name="BeforeBuild">
  95. </Target>
  96. <Target Name="AfterBuild">
  97. </Target>
  98. -->
  99. </Project>