CommonUI_Win32.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{39E5CE75-D501-4BDF-89C5-3248DB0ABC2A}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CommonUI_Win32</RootNamespace>
  12. <AssemblyName>CommonUI_Win32</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>TRACE;DEBUG</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <StartupObject>CommonUI_Win32.Program</StartupObject>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|x86'">
  58. <DebugSymbols>true</DebugSymbols>
  59. <OutputPath>bin\x86\Debug_JSGProfile\</OutputPath>
  60. <DefineConstants>TRACE;DEBUG</DefineConstants>
  61. <DebugType>full</DebugType>
  62. <PlatformTarget>AnyCPU</PlatformTarget>
  63. <ErrorReport>prompt</ErrorReport>
  64. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="System" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="System.Data.DataSetExtensions" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Deployment" />
  74. <Reference Include="System.Xml" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="Program.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <EmbeddedResource Include="Properties\Resources.resx">
  80. <Generator>ResXFileCodeGenerator</Generator>
  81. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  82. <SubType>Designer</SubType>
  83. </EmbeddedResource>
  84. <Compile Include="Properties\Resources.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DependentUpon>Resources.resx</DependentUpon>
  87. <DesignTime>True</DesignTime>
  88. </Compile>
  89. <None Include="app.config" />
  90. <None Include="Properties\Settings.settings">
  91. <Generator>SettingsSingleFileGenerator</Generator>
  92. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  93. </None>
  94. <Compile Include="Properties\Settings.Designer.cs">
  95. <AutoGen>True</AutoGen>
  96. <DependentUpon>Settings.settings</DependentUpon>
  97. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  98. </Compile>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  102. <Visible>False</Visible>
  103. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  104. <Install>true</Install>
  105. </BootstrapperPackage>
  106. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  107. <Visible>False</Visible>
  108. <ProductName>.NET Framework 3.5 SP1</ProductName>
  109. <Install>false</Install>
  110. </BootstrapperPackage>
  111. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  112. <Visible>False</Visible>
  113. <ProductName>Windows Installer 4.5</ProductName>
  114. <Install>true</Install>
  115. </BootstrapperPackage>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <ProjectReference Include="..\CommonUI\CommonUI.csproj">
  119. <Project>{fe159004-4f5c-4a17-b633-e66d5a64acfb}</Project>
  120. <Name>CommonUI</Name>
  121. </ProjectReference>
  122. </ItemGroup>
  123. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  124. <PropertyGroup>
  125. <PreBuildEvent>
  126. </PreBuildEvent>
  127. </PropertyGroup>
  128. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  129. Other similar extension points exist, see Microsoft.Common.targets.
  130. <Target Name="BeforeBuild">
  131. </Target>
  132. <Target Name="AfterBuild">
  133. </Target>
  134. -->
  135. </Project>