PageRenderTime 36ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/IronPython_Main/Runtime/Samples/ExpressionTree/ETSample1_VB/ETSample1_VB.vbproj

#
MSBuild | 112 lines | 105 code | 0 blank | 7 comment | 0 complexity | 29a1426bb4250ce8b72babcf915d8801 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="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.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{6CD9B78A-ACE7-48C0-BF0B-0E4CDD0EBD1D}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <StartupObject>ETSample1_VB.Module1</StartupObject>
  11. <RootNamespace>ETSample1_VB</RootNamespace>
  12. <AssemblyName>ETSample1_VB</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <MyType>Console</MyType>
  15. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  16. <OptionExplicit>On</OptionExplicit>
  17. <OptionCompare>Binary</OptionCompare>
  18. <OptionStrict>Off</OptionStrict>
  19. <OptionInfer>On</OptionInfer>
  20. <SccProjectName>SAK</SccProjectName>
  21. <SccLocalPath>SAK</SccLocalPath>
  22. <SccAuxPath>SAK</SccAuxPath>
  23. <SccProvider>SAK</SccProvider>
  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>..\..\..\Bin\Debug\</OutputPath>
  31. <DocumentationFile>ETSample1_VB.xml</DocumentationFile>
  32. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</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>..\..\..\Bin\Release\</OutputPath>
  40. <DocumentationFile>ETSample1_VB.xml</DocumentationFile>
  41. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Microsoft.Scripting.Core, Version=1.1.0.10, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\..\..\Bin\Release\Microsoft.Scripting.Core.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Deployment" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="System.Xml.Linq">
  53. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  54. </Reference>
  55. <Reference Include="System.Data.DataSetExtensions">
  56. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  57. </Reference>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Import Include="Microsoft.VisualBasic" />
  61. <Import Include="System" />
  62. <Import Include="System.Collections" />
  63. <Import Include="System.Collections.Generic" />
  64. <Import Include="System.Data" />
  65. <Import Include="System.Diagnostics" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Module1.vb" />
  69. <Compile Include="My Project\AssemblyInfo.vb" />
  70. <Compile Include="My Project\Application.Designer.vb">
  71. <AutoGen>True</AutoGen>
  72. <DependentUpon>Application.myapp</DependentUpon>
  73. </Compile>
  74. <Compile Include="My Project\Resources.Designer.vb">
  75. <AutoGen>True</AutoGen>
  76. <DesignTime>True</DesignTime>
  77. <DependentUpon>Resources.resx</DependentUpon>
  78. </Compile>
  79. <Compile Include="My Project\Settings.Designer.vb">
  80. <AutoGen>True</AutoGen>
  81. <DependentUpon>Settings.settings</DependentUpon>
  82. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  83. </Compile>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <EmbeddedResource Include="My Project\Resources.resx">
  87. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  88. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  89. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  90. <SubType>Designer</SubType>
  91. </EmbeddedResource>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <None Include="My Project\Application.myapp">
  95. <Generator>MyApplicationCodeGenerator</Generator>
  96. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  97. </None>
  98. <None Include="My Project\Settings.settings">
  99. <Generator>SettingsSingleFileGenerator</Generator>
  100. <CustomToolNamespace>My</CustomToolNamespace>
  101. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  102. </None>
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets.
  107. <Target Name="BeforeBuild">
  108. </Target>
  109. <Target Name="AfterBuild">
  110. </Target>
  111. -->
  112. </Project>