PageRenderTime 49ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/IronPython_Main/Languages/IronPython/Samples/tests/CommentChecker/CommentChecker.vbproj

#
MSBuild | 122 lines | 115 code | 0 blank | 7 comment | 0 complexity | ca7e31aeba134283adbfd9977b98e449 MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  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>
  7. </ProductVersion>
  8. <SchemaVersion>
  9. </SchemaVersion>
  10. <ProjectGuid>{98EEE8F8-3785-46EE-98D4-4CF5F3540CC5}</ProjectGuid>
  11. <OutputType>Library</OutputType>
  12. <RootNamespace>CommentChecker</RootNamespace>
  13. <AssemblyName>CommentChecker</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <MyType>Windows</MyType>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
  18. <ReferencePath>$(DevEnvDir)PublicAssemblies\</ReferencePath>
  19. <SccProjectName>SAK</SccProjectName>
  20. <SccLocalPath>SAK</SccLocalPath>
  21. <SccAuxPath>SAK</SccAuxPath>
  22. <SccProvider>SAK</SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <DefineDebug>true</DefineDebug>
  28. <DefineTrace>true</DefineTrace>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DocumentationFile>CommentChecker.xml</DocumentationFile>
  31. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <DefineDebug>false</DefineDebug>
  36. <DefineTrace>true</DefineTrace>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DocumentationFile>CommentChecker.xml</DocumentationFile>
  40. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <OptionExplicit>On</OptionExplicit>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <OptionCompare>Binary</OptionCompare>
  47. </PropertyGroup>
  48. <PropertyGroup>
  49. <OptionStrict>Off</OptionStrict>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <OptionInfer>On</OptionInfer>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <Private>False</Private>
  58. </Reference>
  59. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  60. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <Private>False</Private>
  63. </Reference>
  64. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <Private>False</Private>
  67. </Reference>
  68. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <Private>False</Private>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.Core">
  74. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  75. </Reference>
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Data.DataSetExtensions" />
  78. <Reference Include="System.Drawing" />
  79. <Reference Include="System.Windows.Forms" />
  80. <Reference Include="System.Xml" />
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="UIAutomationTypes" />
  83. <Reference Include="WindowsBase" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Import Include="System" />
  87. <Import Include="System.Collections" />
  88. <Import Include="System.Collections.Generic" />
  89. <Import Include="System.Data" />
  90. <Import Include="System.Diagnostics" />
  91. <Import Include="System.Linq" />
  92. <Import Include="System.Xml.Linq" />
  93. <Import Include="Microsoft.VisualBasic" />
  94. <Import Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  98. <Visible>False</Visible>
  99. </CodeAnalysisDependentAssemblyPaths>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="CodedUITestCommentChecker.vb" />
  103. <Compile Include="My Project\AssemblyInfo.vb" />
  104. <Compile Include="UIMap.Designer.vb">
  105. <DependentUpon>UIMap.uitest</DependentUpon>
  106. </Compile>
  107. <Compile Include="UIMap.vb">
  108. <DependentUpon>UIMap.uitest</DependentUpon>
  109. </Compile>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <None Include="UIMap.uitest" />
  113. </ItemGroup>
  114. <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
  115. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  116. Other similar extension points exist, see Microsoft.Common.targets.
  117. <Target Name="BeforeBuild">
  118. </Target>
  119. <Target Name="AfterBuild">
  120. </Target>
  121. -->
  122. </Project>