DEMO_NET.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{73A108D9-6E34-4446-A5F4-45365C4390F8}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ANT_Console_Demo</RootNamespace>
  12. <AssemblyName>demo_net</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <FileUpgradeFlags>
  17. </FileUpgradeFlags>
  18. <UpgradeBackupLocation>
  19. </UpgradeBackupLocation>
  20. <OldToolsVersion>3.5</OldToolsVersion>
  21. <TargetFrameworkProfile />
  22. <PublishUrl>publish\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>false</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>false</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <ApplicationRevision>0</ApplicationRevision>
  33. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>$(SolutionDir)\$(Configuration)</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>x86</PlatformTarget>
  43. <ErrorReport>prompt</ErrorReport>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  46. <OutputPath>$(SolutionDir)\$(Configuration)</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <Optimize>true</Optimize>
  49. <DebugType>pdbonly</DebugType>
  50. <PlatformTarget>x86</PlatformTarget>
  51. <ErrorReport>prompt</ErrorReport>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="System" />
  55. <Reference Include="System.Core">
  56. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  57. </Reference>
  58. <Reference Include="System.Xml.Linq">
  59. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  60. </Reference>
  61. <Reference Include="System.Data.DataSetExtensions">
  62. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="demo.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  73. <Visible>False</Visible>
  74. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  75. <Install>false</Install>
  76. </BootstrapperPackage>
  77. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  78. <Visible>False</Visible>
  79. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  80. <Install>false</Install>
  81. </BootstrapperPackage>
  82. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  83. <Visible>False</Visible>
  84. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  85. <Install>false</Install>
  86. </BootstrapperPackage>
  87. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  88. <Visible>False</Visible>
  89. <ProductName>.NET Framework 3.5</ProductName>
  90. <Install>true</Install>
  91. </BootstrapperPackage>
  92. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  93. <Visible>False</Visible>
  94. <ProductName>.NET Framework 3.5 SP1</ProductName>
  95. <Install>false</Install>
  96. </BootstrapperPackage>
  97. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  98. <Visible>False</Visible>
  99. <ProductName>Windows Installer 3.1</ProductName>
  100. <Install>true</Install>
  101. </BootstrapperPackage>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\ANT_Managed_Library\ANT_Managed_Library.csproj">
  105. <Project>{16270052-0DB5-41F9-8DD4-D1700E6E7281}</Project>
  106. <Name>ANT_Managed_Library</Name>
  107. </ProjectReference>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="app.config" />
  111. </ItemGroup>
  112. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  113. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  114. Other similar extension points exist, see Microsoft.Common.targets.
  115. <Target Name="BeforeBuild">
  116. </Target>
  117. <Target Name="AfterBuild">
  118. </Target>
  119. -->
  120. </Project>