NotePad.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{E61A90F6-40F8-4B3A-9A2F-BEC44B87E5D7}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NotePad</RootNamespace>
  11. <AssemblyName>NotePad</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <Prefer32Bit>false</Prefer32Bit>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</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. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="CSkin">
  55. <HintPath>Tool\CSkin.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Deployment" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Windows.Forms" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="CustomerControls\AutoButtomRichTextBox.cs">
  71. <SubType>Component</SubType>
  72. </Compile>
  73. <Compile Include="CustomerControls\AutoButtomRichTextBox.Designer.cs">
  74. <DependentUpon>AutoButtomRichTextBox.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="CustomerControls\RoundPanel.cs">
  77. <SubType>Component</SubType>
  78. </Compile>
  79. <Compile Include="CustomerControls\RoundPanel.Designer.cs">
  80. <DependentUpon>RoundPanel.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="Helper\AssemblyHelper.cs" />
  83. <Compile Include="Helper\WriteNote.cs" />
  84. <Compile Include="NotePad.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="NotePad.Designer.cs">
  88. <DependentUpon>NotePad.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="Program.cs" />
  91. <Compile Include="Properties\AssemblyInfo.cs" />
  92. <EmbeddedResource Include="CustomerControls\AutoButtomRichTextBox.resx">
  93. <DependentUpon>AutoButtomRichTextBox.cs</DependentUpon>
  94. </EmbeddedResource>
  95. <EmbeddedResource Include="NotePad.resx">
  96. <DependentUpon>NotePad.cs</DependentUpon>
  97. </EmbeddedResource>
  98. <EmbeddedResource Include="Properties\Resources.resx">
  99. <Generator>ResXFileCodeGenerator</Generator>
  100. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  101. <SubType>Designer</SubType>
  102. </EmbeddedResource>
  103. <None Include="Properties\Settings.settings">
  104. <Generator>SettingsSingleFileGenerator</Generator>
  105. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  106. </None>
  107. <Compile Include="Properties\Resources.Designer.cs">
  108. <DependentUpon>Resources.resx</DependentUpon>
  109. <AutoGen>True</AutoGen>
  110. <DesignTime>True</DesignTime>
  111. </Compile>
  112. <Compile Include="Properties\Settings.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DependentUpon>Settings.settings</DependentUpon>
  115. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  116. </Compile>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="App.config" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Folder Include="Tool\" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Content Include="MP3\人武训练的日子.mp3" />
  126. <Content Include="Pic\1.考试作业校园.jpg" />
  127. <Content Include="Pic\2.校园.jpg" />
  128. <Content Include="Pic\3.校园 .JPG" />
  129. <Content Include="Pic\colorpicker.png" />
  130. <Content Include="Pic\icon.ico" />
  131. <Content Include="Pic\image1.jpg" />
  132. <Content Include="Pic\image2.jpg" />
  133. <Content Include="Pic\image3.jpg" />
  134. <Content Include="Pic\image4.jpg" />
  135. <Content Include="Pic\image5.jpg" />
  136. <Content Include="Pic\image6.jpg" />
  137. <Content Include="Pic\image7.jpg" />
  138. <Content Include="Pic\IMG_1558.JPG" />
  139. <Content Include="Pic\IMG_2439.JPG" />
  140. <Content Include="Pic\IMG_2478.JPG" />
  141. <Content Include="Pic\IMG_2576.JPG" />
  142. <Content Include="Pic\IMG_2982.JPG" />
  143. <Content Include="Pic\IMG_3005.JPG" />
  144. <Content Include="Pic\IMG_3056.JPG" />
  145. <Content Include="Pic\IMG_3062.JPG" />
  146. <None Include="Pic\psb.jpg" />
  147. <None Include="Pic\psb %285%29.jpg" />
  148. <None Include="Pic\psb %284%29.jpg" />
  149. <None Include="Pic\psb %283%29.jpg" />
  150. <None Include="Pic\psb %281%29.jpg" />
  151. <None Include="Resources\image6.jpg" />
  152. <None Include="Resources\image7.jpg" />
  153. <None Include="Resources\font_color_32px_1187333_easyicon.net.png" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <COMReference Include="AxWMPLib">
  157. <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
  158. <VersionMajor>1</VersionMajor>
  159. <VersionMinor>0</VersionMinor>
  160. <Lcid>0</Lcid>
  161. <WrapperTool>aximp</WrapperTool>
  162. <Isolated>False</Isolated>
  163. </COMReference>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  167. <Visible>False</Visible>
  168. <ProductName>.NET Framework 3.5 SP1</ProductName>
  169. <Install>false</Install>
  170. </BootstrapperPackage>
  171. </ItemGroup>
  172. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  173. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  174. Other similar extension points exist, see Microsoft.Common.targets.
  175. <Target Name="BeforeBuild">
  176. </Target>
  177. <Target Name="AfterBuild">
  178. </Target>
  179. -->
  180. </Project>