/SparkleLib/SparkleLib.csproj

http://github.com/hbons/SparkleShare · MSBuild · 51 lines · 51 code · 0 blank · 0 comment · 4 complexity · e38666b735ee87ac2eb86538ec5cbc99 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{2C914413-B31C-4362-93C7-1AE34F09112A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>SparkleLib</RootNamespace>
  11. <AssemblyName>SparkleLib</AssemblyName>
  12. <ReleaseVersion>
  13. </ReleaseVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  16. <DebugType>none</DebugType>
  17. <Optimize>true</Optimize>
  18. <OutputPath>..\bin</OutputPath>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <ConsolePause>False</ConsolePause>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <Optimize>False</Optimize>
  25. <OutputPath>..\bin</OutputPath>
  26. <WarningLevel>4</WarningLevel>
  27. <DebugSymbols>true</DebugSymbols>
  28. <DefineConstants>DEBUG</DefineConstants>
  29. </PropertyGroup>
  30. <ItemGroup>
  31. <Reference Include="System" />
  32. <Reference Include="System.Xml" />
  33. </ItemGroup>
  34. <ItemGroup>
  35. <Compile Include="SparkleRepoBase.cs" />
  36. <Compile Include="SparkleFetcherBase.cs" />
  37. <Compile Include="SparkleWrappers.cs" />
  38. <Compile Include="SparkleListenerBase.cs" />
  39. <Compile Include="SparkleListenerFactory.cs" />
  40. <Compile Include="SparkleListenerTcp.cs" />
  41. <Compile Include="SparkleBackend.cs" />
  42. <Compile Include="SparkleConfig.cs" />
  43. <Compile Include="SparkleWatcher.cs" />
  44. <Compile Include="SparkleExtensions.cs" />
  45. <Compile Include="SparkleUser.cs" />
  46. <Compile Include="SparkleLogger.cs" />
  47. <Compile Include="Defines.cs" />
  48. <Compile Include="SparkleFetcherSSH.cs" />
  49. </ItemGroup>
  50. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  51. </Project>