DrawTools.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{56C76B98-1CE1-4156-885E-EC04150747DF}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>DrawTools</RootNamespace>
  12. <AssemblyName>DrawTools</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileUpgradeFlags>
  15. </FileUpgradeFlags>
  16. <OldToolsVersion>2.0</OldToolsVersion>
  17. <UpgradeBackupLocation />
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</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. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="System" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Deployment" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Windows.Forms" />
  59. <Reference Include="System.Xml" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="CommandDelete.cs" />
  63. <Compile Include="CommandDeleteAll.cs" />
  64. <Compile Include="Command.cs" />
  65. <Compile Include="CommandAdd.cs" />
  66. <Compile Include="CommandChangeState.cs" />
  67. <Compile Include="DrawArea.cs">
  68. <SubType>UserControl</SubType>
  69. </Compile>
  70. <Compile Include="DrawArea.Designer.cs">
  71. <DependentUpon>DrawArea.cs</DependentUpon>
  72. </Compile>
  73. <Compile Include="DrawEllipse.cs" />
  74. <Compile Include="DrawLine.cs" />
  75. <Compile Include="DrawObject.cs" />
  76. <Compile Include="DrawPolygon.cs" />
  77. <Compile Include="DrawRectangle.cs" />
  78. <Compile Include="FrmAbout.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="FrmAbout.Designer.cs">
  82. <DependentUpon>FrmAbout.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="MainForm.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="MainForm.Designer.cs">
  88. <DependentUpon>MainForm.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="GraphicsList.cs" />
  91. <Compile Include="GraphicsProperties.cs" />
  92. <Compile Include="Program.cs" />
  93. <Compile Include="PropertiesDialog.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="PropertiesDialog.Designer.cs">
  97. <DependentUpon>PropertiesDialog.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. <EmbeddedResource Include="DrawArea.resx">
  101. <SubType>Designer</SubType>
  102. <DependentUpon>DrawArea.cs</DependentUpon>
  103. </EmbeddedResource>
  104. <EmbeddedResource Include="FrmAbout.resx">
  105. <SubType>Designer</SubType>
  106. <DependentUpon>FrmAbout.cs</DependentUpon>
  107. </EmbeddedResource>
  108. <EmbeddedResource Include="MainForm.resx">
  109. <SubType>Designer</SubType>
  110. <DependentUpon>MainForm.cs</DependentUpon>
  111. </EmbeddedResource>
  112. <EmbeddedResource Include="PropertiesDialog.resx">
  113. <SubType>Designer</SubType>
  114. <DependentUpon>PropertiesDialog.cs</DependentUpon>
  115. </EmbeddedResource>
  116. <EmbeddedResource Include="Properties\Resources.resx">
  117. <Generator>ResXFileCodeGenerator</Generator>
  118. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  119. <SubType>Designer</SubType>
  120. </EmbeddedResource>
  121. <Compile Include="Properties\Resources.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DependentUpon>Resources.resx</DependentUpon>
  124. <DesignTime>True</DesignTime>
  125. </Compile>
  126. <None Include="Properties\Settings.settings">
  127. <Generator>SettingsSingleFileGenerator</Generator>
  128. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  129. </None>
  130. <Compile Include="Properties\Settings.Designer.cs">
  131. <AutoGen>True</AutoGen>
  132. <DependentUpon>Settings.settings</DependentUpon>
  133. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  134. </Compile>
  135. <Compile Include="Tool.cs" />
  136. <Compile Include="ToolEllipse.cs" />
  137. <Compile Include="ToolLine.cs" />
  138. <Compile Include="ToolObject.cs" />
  139. <Compile Include="ToolPointer.cs" />
  140. <Compile Include="ToolPolygon.cs" />
  141. <Compile Include="ToolRectangle.cs" />
  142. <Compile Include="UndoManager.cs" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <ProjectReference Include="..\DocToolkit\DocToolkit.csproj">
  146. <Project>{7E3B9E32-DC2B-4E59-839A-42B8D4D4E5F4}</Project>
  147. <Name>DocToolkit</Name>
  148. </ProjectReference>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <EmbeddedResource Include="Rectangle.cur" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <EmbeddedResource Include="Ellipse.cur" />
  155. <EmbeddedResource Include="Line.cur" />
  156. <EmbeddedResource Include="Pencil.cur" />
  157. <EmbeddedResource Include="PolyHandle.cur" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  161. <Visible>False</Visible>
  162. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  163. <Install>false</Install>
  164. </BootstrapperPackage>
  165. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  166. <Visible>False</Visible>
  167. <ProductName>.NET Framework 3.5 SP1</ProductName>
  168. <Install>true</Install>
  169. </BootstrapperPackage>
  170. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  171. <Visible>False</Visible>
  172. <ProductName>Windows Installer 3.1</ProductName>
  173. <Install>true</Install>
  174. </BootstrapperPackage>
  175. </ItemGroup>
  176. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  177. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  178. Other similar extension points exist, see Microsoft.Common.targets.
  179. <Target Name="BeforeBuild">
  180. </Target>
  181. <Target Name="AfterBuild">
  182. </Target>
  183. -->
  184. </Project>