PageRenderTime 893ms CodeModel.GetById 33ms RepoModel.GetById 4ms app.codeStats 0ms

/Source Code/Plugins/TestProjectionPlugin/TestProjectionPlugin.vbproj

#
MSBuild | 108 lines | 101 code | 0 blank | 7 comment | 0 complexity | 7d46a6d93d88e576aef4c5417000568a 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>{5F06C414-971F-4F90-85A6-40A089B910C5}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>TestProjectionPlugin</RootNamespace>
  11. <AssemblyName>TestProjectionPlugin</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>Windows</MyType>
  14. <TargetFrameworkVersion>v2.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. </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>TestProjectionPlugin.xml</DocumentationFile>
  31. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</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>TestProjectionPlugin.xml</DocumentationFile>
  40. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Import Include="Microsoft.VisualBasic" />
  51. <Import Include="System" />
  52. <Import Include="System.Collections" />
  53. <Import Include="System.Collections.Generic" />
  54. <Import Include="System.Data" />
  55. <Import Include="System.Diagnostics" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="TestProjectionPlugin.vb" />
  59. <Compile Include="My Project\AssemblyInfo.vb" />
  60. <Compile Include="My Project\Application.Designer.vb">
  61. <AutoGen>True</AutoGen>
  62. <DependentUpon>Application.myapp</DependentUpon>
  63. </Compile>
  64. <Compile Include="My Project\Resources.Designer.vb">
  65. <AutoGen>True</AutoGen>
  66. <DesignTime>True</DesignTime>
  67. <DependentUpon>Resources.resx</DependentUpon>
  68. </Compile>
  69. <Compile Include="My Project\Settings.Designer.vb">
  70. <AutoGen>True</AutoGen>
  71. <DependentUpon>Settings.settings</DependentUpon>
  72. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  73. </Compile>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <EmbeddedResource Include="My Project\Resources.resx">
  77. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  78. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  79. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  80. <SubType>Designer</SubType>
  81. </EmbeddedResource>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <None Include="My Project\Application.myapp">
  85. <Generator>MyApplicationCodeGenerator</Generator>
  86. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  87. </None>
  88. <None Include="My Project\Settings.settings">
  89. <Generator>SettingsSingleFileGenerator</Generator>
  90. <CustomToolNamespace>My</CustomToolNamespace>
  91. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  92. </None>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ProjectReference Include="..\PluginSupport\PluginSupport.vbproj">
  96. <Project>{CD325CC6-6C7B-4FB5-997A-4FA1ED134B89}</Project>
  97. <Name>PluginSupport</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  101. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  102. Other similar extension points exist, see Microsoft.Common.targets.
  103. <Target Name="BeforeBuild">
  104. </Target>
  105. <Target Name="AfterBuild">
  106. </Target>
  107. -->
  108. </Project>