d2b0ae30d545a46992370e4aeea69446f88acb7d.svn-base 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1323CE0D-221E-445B-AA76-EE1DBAB2634E}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Uninstall</RootNamespace>
  12. <AssemblyName>Uninstall</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <IsWebBootstrapper>true</IsWebBootstrapper>
  18. <PublishUrl>http://localhost/Uninstall/</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Web</InstallFrom>
  21. <UpdateEnabled>true</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  34. <PlatformTarget>x86</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  44. <PlatformTarget>x86</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Xml" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="Program.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  67. <Visible>False</Visible>
  68. <ProductName>Microsoft .NET Framework 4%28x86 및 x64%29</ProductName>
  69. <Install>true</Install>
  70. </BootstrapperPackage>
  71. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  72. <Visible>False</Visible>
  73. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  74. <Install>false</Install>
  75. </BootstrapperPackage>
  76. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  77. <Visible>False</Visible>
  78. <ProductName>.NET Framework 3.5 SP1</ProductName>
  79. <Install>false</Install>
  80. </BootstrapperPackage>
  81. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  82. <Visible>False</Visible>
  83. <ProductName>Windows Installer 4.5</ProductName>
  84. <Install>true</Install>
  85. </BootstrapperPackage>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <None Include="app.config" />
  89. <None Include="bin\Debug\Uninstall.exe.config" />
  90. <None Include="bin\Release\Uninstall.exe.config" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Content Include="bin\Debug\Uninstall.exe" />
  94. <Content Include="bin\Debug\Uninstall.pdb" />
  95. <Content Include="bin\Release\Uninstall.exe" />
  96. <Content Include="bin\Release\Uninstall.pdb" />
  97. </ItemGroup>
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. </Project>