PageRenderTime 53ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBListFilesInDirectory/VBListFilesInDirectory.vbproj

#
MSBuild | 129 lines | 122 code | 0 blank | 7 comment | 0 complexity | 7ae7cca37bdd0b9094545b3c7fd97b27 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{64FDD01E-98CE-4D42-AE9F-E7662EF3B452}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <StartupObject>VBListFilesInDirectory.My.MyApplication</StartupObject>
  11. <RootNamespace>VBListFilesInDirectory</RootNamespace>
  12. <AssemblyName>VBListFilesInDirectory</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <MyType>WindowsForms</MyType>
  15. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  16. <OptionExplicit>On</OptionExplicit>
  17. <OptionCompare>Binary</OptionCompare>
  18. <OptionStrict>Off</OptionStrict>
  19. <OptionInfer>On</OptionInfer>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <DefineDebug>true</DefineDebug>
  25. <DefineTrace>true</DefineTrace>
  26. <OutputPath>..\Debug\</OutputPath>
  27. <DocumentationFile>VBListFilesInDirectory.xml</DocumentationFile>
  28. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <DefineDebug>false</DefineDebug>
  33. <DefineTrace>true</DefineTrace>
  34. <Optimize>true</Optimize>
  35. <OutputPath>..\Release\</OutputPath>
  36. <DocumentationFile>VBListFilesInDirectory.xml</DocumentationFile>
  37. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Deployment" />
  43. <Reference Include="System.Drawing" />
  44. <Reference Include="System.Windows.Forms" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="System.Core">
  47. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  48. </Reference>
  49. <Reference Include="System.Xml.Linq">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.Data.DataSetExtensions">
  53. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Import Include="Microsoft.VisualBasic" />
  58. <Import Include="System" />
  59. <Import Include="System.Collections" />
  60. <Import Include="System.Collections.Generic" />
  61. <Import Include="System.ComponentModel" />
  62. <Import Include="System.Data" />
  63. <Import Include="System.Drawing" />
  64. <Import Include="System.Diagnostics" />
  65. <Import Include="System.IO" />
  66. <Import Include="System.Windows.Forms" />
  67. <Import Include="System.Linq" />
  68. <Import Include="System.Xml.Linq" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="FileEnumerator.vb" />
  72. <Compile Include="MainForm.vb">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="MainForm.Designer.vb">
  76. <DependentUpon>MainForm.vb</DependentUpon>
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="My Project\AssemblyInfo.vb" />
  80. <Compile Include="My Project\Application.Designer.vb">
  81. <AutoGen>True</AutoGen>
  82. <DependentUpon>Application.myapp</DependentUpon>
  83. </Compile>
  84. <Compile Include="My Project\Resources.Designer.vb">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. </Compile>
  89. <Compile Include="My Project\Settings.Designer.vb">
  90. <AutoGen>True</AutoGen>
  91. <DependentUpon>Settings.settings</DependentUpon>
  92. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  93. </Compile>
  94. <Compile Include="NativeMethods.vb" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <EmbeddedResource Include="MainForm.resx">
  98. <DependentUpon>MainForm.vb</DependentUpon>
  99. </EmbeddedResource>
  100. <EmbeddedResource Include="My Project\Resources.resx">
  101. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  102. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  103. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  104. <SubType>Designer</SubType>
  105. </EmbeddedResource>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="My Project\Application.myapp">
  109. <Generator>MyApplicationCodeGenerator</Generator>
  110. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  111. </None>
  112. <None Include="My Project\Settings.settings">
  113. <Generator>SettingsSingleFileGenerator</Generator>
  114. <CustomToolNamespace>My</CustomToolNamespace>
  115. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  116. </None>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Content Include="Readme.txt" />
  120. </ItemGroup>
  121. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  122. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  123. Other similar extension points exist, see Microsoft.Common.targets.
  124. <Target Name="BeforeBuild">
  125. </Target>
  126. <Target Name="AfterBuild">
  127. </Target>
  128. -->
  129. </Project>