PageRenderTime 44ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/TugberkUg.WLW.HighlightMe/TugberkUg.WLW.HighlightMe.csproj

#
MSBuild | 78 lines | 71 code | 0 blank | 7 comment | 0 complexity | d2c48409538f1831a08356fdda9f4cd5 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  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>{35DF0D4E-B2ED-4FDD-8858-C630AC61A034}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>TugberkUg.WLW.HighlightMe</RootNamespace>
  12. <AssemblyName>TugberkUg.WLW.HighlightMe</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="ColorCode">
  35. <HintPath>..\packages\ColorCode.1.0.1\lib\ColorCode.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Drawing" />
  40. <Reference Include="System.Windows.Forms" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Xml" />
  45. <Reference Include="WindowsLive.Writer.Api">
  46. <HintPath>..\lib\WindowsLive.Writer.Api.dll</HintPath>
  47. </Reference>
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="Properties\AssemblyInfo.cs" />
  51. <Compile Include="WLWForm.cs">
  52. <SubType>Form</SubType>
  53. </Compile>
  54. <Compile Include="WLWForm.Designer.cs">
  55. <DependentUpon>WLWForm.cs</DependentUpon>
  56. </Compile>
  57. <Compile Include="WLWPlugin.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <None Include="packages.config" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <EmbeddedResource Include="Images\SyntaxHighlighter.ico" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <EmbeddedResource Include="WLWForm.resx">
  67. <DependentUpon>WLWForm.cs</DependentUpon>
  68. </EmbeddedResource>
  69. </ItemGroup>
  70. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  71. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  72. Other similar extension points exist, see Microsoft.Common.targets.
  73. <Target Name="BeforeBuild">
  74. </Target>
  75. <Target Name="AfterBuild">
  76. </Target>
  77. -->
  78. </Project>