/Source/RibbonSampleVB/RibbonSamplePluginVB.vbproj

# · MSBuild · 172 lines · 165 code · 0 blank · 7 comment · 6 complexity · 6b47b8edd958311c35a31e17a6e4e5d9 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>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8C7391D2-59FF-4F22-825E-0602E3EB6804}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>RibbonSamplePluginVB</RootNamespace>
  11. <AssemblyName>RibbonSamplePluginVB</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>Windows</MyType>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <OptionExplicit>On</OptionExplicit>
  16. <OptionCompare>Binary</OptionCompare>
  17. <OptionStrict>Off</OptionStrict>
  18. <OptionInfer>On</OptionInfer>
  19. <FileUpgradeFlags>
  20. </FileUpgradeFlags>
  21. <OldToolsVersion>3.5</OldToolsVersion>
  22. <UpgradeBackupLocation />
  23. <TargetFrameworkProfile />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <DefineDebug>true</DefineDebug>
  29. <DefineTrace>true</DefineTrace>
  30. <OutputPath>..\..\..\..\Binaries\Plugins\RibbonSamplePluginVB\</OutputPath>
  31. <DocumentationFile>RibbonSamplePluginVB.xml</DocumentationFile>
  32. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <DefineDebug>false</DefineDebug>
  37. <DefineTrace>true</DefineTrace>
  38. <Optimize>true</Optimize>
  39. <OutputPath>..\..\..\..\Binaries\Plugins\RibbonSamplePluginVB\</OutputPath>
  40. <DocumentationFile>RibbonSamplePluginVB.xml</DocumentationFile>
  41. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  44. <DebugSymbols>true</DebugSymbols>
  45. <DefineDebug>true</DefineDebug>
  46. <DefineTrace>true</DefineTrace>
  47. <OutputPath>..\..\Binaries\Plugins\RibbonSamplePluginVB\</OutputPath>
  48. <DocumentationFile>RibbonSamplePluginVB.xml</DocumentationFile>
  49. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  53. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  54. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  57. <DefineTrace>true</DefineTrace>
  58. <OutputPath>..\..\..\..\Binaries\Plugins\RibbonSamplePluginVB\</OutputPath>
  59. <DocumentationFile>RibbonSamplePluginVB.xml</DocumentationFile>
  60. <Optimize>true</Optimize>
  61. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  62. <DebugType>pdbonly</DebugType>
  63. <PlatformTarget>x86</PlatformTarget>
  64. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  65. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="DotSpatial.Controls">
  69. <HintPath>..\..\Binaries\DotSpatial.Controls.dll</HintPath>
  70. <Private>False</Private>
  71. </Reference>
  72. <Reference Include="DotSpatial.Extensions">
  73. <HintPath>..\..\Binaries\DotSpatial.Extensions.dll</HintPath>
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="HydroDesktop.Configuration">
  77. <HintPath>..\..\Binaries\HydroDesktop.Configuration.dll</HintPath>
  78. <Private>False</Private>
  79. </Reference>
  80. <Reference Include="HydroDesktop.Data">
  81. <HintPath>..\..\Binaries\HydroDesktop.Data.dll</HintPath>
  82. <Private>False</Private>
  83. </Reference>
  84. <Reference Include="HydroDesktop.Interfaces">
  85. <HintPath>..\..\Binaries\HydroDesktop.Interfaces.dll</HintPath>
  86. <Private>False</Private>
  87. </Reference>
  88. <Reference Include="System" />
  89. <Reference Include="System.ComponentModel.Composition" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Drawing" />
  92. <Reference Include="System.Windows.Forms" />
  93. <Reference Include="System.Xml" />
  94. <Reference Include="System.Core">
  95. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  96. </Reference>
  97. <Reference Include="System.Xml.Linq">
  98. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  99. </Reference>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Import Include="Microsoft.VisualBasic" />
  103. <Import Include="System" />
  104. <Import Include="System.Collections" />
  105. <Import Include="System.Collections.Generic" />
  106. <Import Include="System.Data" />
  107. <Import Include="System.Diagnostics" />
  108. <Import Include="System.Linq" />
  109. <Import Include="System.Xml.Linq" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Compile Include="Main.vb" />
  113. <Compile Include="My Project\AssemblyInfo.vb" />
  114. <Compile Include="My Project\Application.Designer.vb">
  115. <AutoGen>True</AutoGen>
  116. <DependentUpon>Application.myapp</DependentUpon>
  117. </Compile>
  118. <Compile Include="My Project\Resources.Designer.vb">
  119. <AutoGen>True</AutoGen>
  120. <DesignTime>True</DesignTime>
  121. <DependentUpon>Resources.resx</DependentUpon>
  122. </Compile>
  123. <Compile Include="My Project\Settings.Designer.vb">
  124. <AutoGen>True</AutoGen>
  125. <DependentUpon>Settings.settings</DependentUpon>
  126. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  127. </Compile>
  128. <Compile Include="MyUserControl.Designer.vb">
  129. <DependentUpon>MyUserControl.vb</DependentUpon>
  130. </Compile>
  131. <Compile Include="MyUserControl.vb">
  132. <SubType>UserControl</SubType>
  133. </Compile>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <EmbeddedResource Include="My Project\Resources.resx">
  137. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  138. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  139. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  140. <SubType>Designer</SubType>
  141. </EmbeddedResource>
  142. <EmbeddedResource Include="MyUserControl.resx">
  143. <DependentUpon>MyUserControl.vb</DependentUpon>
  144. <SubType>Designer</SubType>
  145. </EmbeddedResource>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <None Include="My Project\Application.myapp">
  149. <Generator>MyApplicationCodeGenerator</Generator>
  150. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  151. </None>
  152. <None Include="My Project\Settings.settings">
  153. <Generator>SettingsSingleFileGenerator</Generator>
  154. <CustomToolNamespace>My</CustomToolNamespace>
  155. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  156. </None>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <None Include="vb_icon_32.png" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Service Include="{94E38DFF-614B-4CBD-B67C-F211BB35CE8B}" />
  163. </ItemGroup>
  164. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  165. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  166. Other similar extension points exist, see Microsoft.Common.targets.
  167. <Target Name="BeforeBuild">
  168. </Target>
  169. <Target Name="AfterBuild">
  170. </Target>
  171. -->
  172. </Project>