TestProject.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>7.10.3077</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{D52BF972-1BD3-49C2-9008-BBECD96BF2D0}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>App.ico</ApplicationIcon>
  11. <AssemblyKeyContainerName />
  12. <AssemblyName>TestProject</AssemblyName>
  13. <AssemblyOriginatorKeyFile />
  14. <DefaultClientScript>JScript</DefaultClientScript>
  15. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  16. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  17. <DelaySign>false</DelaySign>
  18. <OutputType>WinExe</OutputType>
  19. <RootNamespace>TestProject</RootNamespace>
  20. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  21. <StartupObject>TestProject.TestForm</StartupObject>
  22. <FileUpgradeFlags>
  23. </FileUpgradeFlags>
  24. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  25. <UpgradeBackupLocation>
  26. </UpgradeBackupLocation>
  27. <OldToolsVersion>0.0</OldToolsVersion>
  28. <PublishUrl>发布\</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Disk</InstallFrom>
  31. <UpdateEnabled>false</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  40. <IsWebBootstrapper>false</IsWebBootstrapper>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. <TargetFrameworkProfile />
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  46. <OutputPath>bin\Debug\</OutputPath>
  47. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  48. <BaseAddress>285212672</BaseAddress>
  49. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  50. <ConfigurationOverrideFile />
  51. <DefineConstants>DEBUG;TRACE</DefineConstants>
  52. <DocumentationFile />
  53. <DebugSymbols>true</DebugSymbols>
  54. <FileAlignment>4096</FileAlignment>
  55. <NoStdLib>false</NoStdLib>
  56. <NoWarn />
  57. <Optimize>false</Optimize>
  58. <RegisterForComInterop>false</RegisterForComInterop>
  59. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  60. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  61. <WarningLevel>4</WarningLevel>
  62. <DebugType>full</DebugType>
  63. <ErrorReport>prompt</ErrorReport>
  64. </PropertyGroup>
  65. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  66. <OutputPath>bin\Release\</OutputPath>
  67. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  68. <BaseAddress>285212672</BaseAddress>
  69. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  70. <ConfigurationOverrideFile />
  71. <DefineConstants>TRACE</DefineConstants>
  72. <DocumentationFile />
  73. <DebugSymbols>false</DebugSymbols>
  74. <FileAlignment>4096</FileAlignment>
  75. <NoStdLib>false</NoStdLib>
  76. <NoWarn />
  77. <Optimize>true</Optimize>
  78. <RegisterForComInterop>false</RegisterForComInterop>
  79. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  80. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  81. <WarningLevel>4</WarningLevel>
  82. <DebugType>none</DebugType>
  83. <ErrorReport>prompt</ErrorReport>
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="..\CustomControls\CustomControls.csproj">
  87. <Name>CustomControls</Name>
  88. <Project>{DA14869F-BA45-4192-A9A2-DAD99A44C996}</Project>
  89. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  90. </ProjectReference>
  91. <Reference Include="System">
  92. <Name>System</Name>
  93. </Reference>
  94. <Reference Include="System.Data">
  95. <Name>System.Data</Name>
  96. </Reference>
  97. <Reference Include="System.Design">
  98. <Name>System.Design</Name>
  99. </Reference>
  100. <Reference Include="System.Drawing">
  101. <Name>System.Drawing</Name>
  102. </Reference>
  103. <Reference Include="System.Windows.Forms">
  104. <Name>System.Windows.Forms</Name>
  105. </Reference>
  106. <Reference Include="System.Xml">
  107. <Name>System.XML</Name>
  108. </Reference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="AssemblyInfo.cs">
  112. <SubType>Code</SubType>
  113. </Compile>
  114. <Compile Include="CollectionEditorTest.cs">
  115. <SubType>Component</SubType>
  116. </Compile>
  117. <Compile Include="CustomCollectionEditorTest.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="CustomControlsForm.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="TestForm.cs">
  124. <SubType>Form</SubType>
  125. </Compile>
  126. <Content Include="App.ico" />
  127. <EmbeddedResource Include="CustomControlsForm.resx">
  128. <DependentUpon>CustomControlsForm.cs</DependentUpon>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="TestForm.resx">
  131. <DependentUpon>TestForm.cs</DependentUpon>
  132. </EmbeddedResource>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  136. <Visible>False</Visible>
  137. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  138. <Install>false</Install>
  139. </BootstrapperPackage>
  140. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  141. <Visible>False</Visible>
  142. <ProductName>.NET Framework 3.5 SP1</ProductName>
  143. <Install>true</Install>
  144. </BootstrapperPackage>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <None Include="app.config" />
  148. </ItemGroup>
  149. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  150. <PropertyGroup>
  151. <PreBuildEvent />
  152. <PostBuildEvent />
  153. </PropertyGroup>
  154. </Project>