server.vbproj 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{F1456AEE-C453-45F5-B2F0-AD894086E94C}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <StartupObject>ConsoleApplication1.Module1</StartupObject>
  11. <RootNamespace>ConsoleApplication1</RootNamespace>
  12. <AssemblyName>server</AssemblyName>
  13. <MyType>Console</MyType>
  14. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>2.0</OldToolsVersion>
  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>bin\Debug\</OutputPath>
  27. <DocumentationFile>server.xml</DocumentationFile>
  28. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</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>bin\Release\</OutputPath>
  36. <DocumentationFile>server.xml</DocumentationFile>
  37. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Deployment" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Import Include="Microsoft.VisualBasic" />
  47. <Import Include="System" />
  48. <Import Include="System.Collections" />
  49. <Import Include="System.Collections.Generic" />
  50. <Import Include="System.Data" />
  51. <Import Include="System.Diagnostics" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Module1.vb" />
  55. <Compile Include="My Project\AssemblyInfo.vb" />
  56. <Compile Include="My Project\Application.Designer.vb">
  57. <AutoGen>True</AutoGen>
  58. <DependentUpon>Application.myapp</DependentUpon>
  59. </Compile>
  60. <Compile Include="My Project\Resources.Designer.vb">
  61. <AutoGen>True</AutoGen>
  62. <DesignTime>True</DesignTime>
  63. <DependentUpon>Resources.resx</DependentUpon>
  64. </Compile>
  65. <Compile Include="My Project\Settings.Designer.vb">
  66. <AutoGen>True</AutoGen>
  67. <DependentUpon>Settings.settings</DependentUpon>
  68. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  69. </Compile>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <EmbeddedResource Include="My Project\Resources.resx">
  73. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  74. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  75. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  76. <SubType>Designer</SubType>
  77. </EmbeddedResource>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <None Include="My Project\Application.myapp">
  81. <Generator>MyApplicationCodeGenerator</Generator>
  82. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  83. </None>
  84. <None Include="My Project\Settings.settings">
  85. <Generator>SettingsSingleFileGenerator</Generator>
  86. <CustomToolNamespace>My</CustomToolNamespace>
  87. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  88. </None>
  89. </ItemGroup>
  90. <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
  91. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  92. Other similar extension points exist, see Microsoft.Common.targets.
  93. <Target Name="BeforeBuild">
  94. </Target>
  95. <Target Name="AfterBuild">
  96. </Target>
  97. -->
  98. </Project>