/Source Code/Plugins/FpsPlugin/FpsPlugin.vbproj

# · MSBuild · 107 lines · 100 code · 0 blank · 7 comment · 4 complexity · 53defabd48850a61c84d774376eda024 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>{0DA425C3-8178-48F5-AE7B-91E422C3D211}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>FpsPlugin</RootNamespace>
  11. <AssemblyName>FpsPlugin</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>FpsPlugin.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>FpsPlugin.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.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Import Include="Microsoft.VisualBasic" />
  50. <Import Include="System" />
  51. <Import Include="System.Collections" />
  52. <Import Include="System.Collections.Generic" />
  53. <Import Include="System.Data" />
  54. <Import Include="System.Diagnostics" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="FpsPlugin.vb" />
  58. <Compile Include="My Project\AssemblyInfo.vb" />
  59. <Compile Include="My Project\Application.Designer.vb">
  60. <AutoGen>True</AutoGen>
  61. <DependentUpon>Application.myapp</DependentUpon>
  62. </Compile>
  63. <Compile Include="My Project\Resources.Designer.vb">
  64. <AutoGen>True</AutoGen>
  65. <DesignTime>True</DesignTime>
  66. <DependentUpon>Resources.resx</DependentUpon>
  67. </Compile>
  68. <Compile Include="My Project\Settings.Designer.vb">
  69. <AutoGen>True</AutoGen>
  70. <DependentUpon>Settings.settings</DependentUpon>
  71. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  72. </Compile>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <EmbeddedResource Include="My Project\Resources.resx">
  76. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  77. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  78. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  79. <SubType>Designer</SubType>
  80. </EmbeddedResource>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <None Include="My Project\Application.myapp">
  84. <Generator>MyApplicationCodeGenerator</Generator>
  85. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  86. </None>
  87. <None Include="My Project\Settings.settings">
  88. <Generator>SettingsSingleFileGenerator</Generator>
  89. <CustomToolNamespace>My</CustomToolNamespace>
  90. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  91. </None>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\PluginSupport\PluginSupport.vbproj">
  95. <Project>{CD325CC6-6C7B-4FB5-997A-4FA1ED134B89}</Project>
  96. <Name>PluginSupport</Name>
  97. </ProjectReference>
  98. </ItemGroup>
  99. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  100. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  101. Other similar extension points exist, see Microsoft.Common.targets.
  102. <Target Name="BeforeBuild">
  103. </Target>
  104. <Target Name="AfterBuild">
  105. </Target>
  106. -->
  107. </Project>