GraphicalCS.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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. <ProjectType>Local</ProjectType>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{7F7F5E5C-03A9-499B-A04F-34750383F182}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>App.ico</ApplicationIcon>
  11. <AssemblyKeyContainerName>
  12. </AssemblyKeyContainerName>
  13. <AssemblyName>GraphicalCS</AssemblyName>
  14. <AssemblyOriginatorKeyFile>
  15. </AssemblyOriginatorKeyFile>
  16. <DefaultClientScript>JScript</DefaultClientScript>
  17. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  18. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  19. <DelaySign>false</DelaySign>
  20. <OutputType>WinExe</OutputType>
  21. <RootNamespace>GraphicalCS</RootNamespace>
  22. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  23. <StartupObject>
  24. </StartupObject>
  25. <FileUpgradeFlags>
  26. </FileUpgradeFlags>
  27. <UpgradeBackupLocation>
  28. </UpgradeBackupLocation>
  29. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  30. <OldToolsVersion>2.0</OldToolsVersion>
  31. <PublishUrl>publish\</PublishUrl>
  32. <Install>true</Install>
  33. <InstallFrom>Disk</InstallFrom>
  34. <UpdateEnabled>false</UpdateEnabled>
  35. <UpdateMode>Foreground</UpdateMode>
  36. <UpdateInterval>7</UpdateInterval>
  37. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  38. <UpdatePeriodically>false</UpdatePeriodically>
  39. <UpdateRequired>false</UpdateRequired>
  40. <MapFileExtensions>true</MapFileExtensions>
  41. <ApplicationRevision>0</ApplicationRevision>
  42. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  43. <IsWebBootstrapper>false</IsWebBootstrapper>
  44. <UseApplicationTrust>false</UseApplicationTrust>
  45. <BootstrapperEnabled>true</BootstrapperEnabled>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  48. <OutputPath>bin\Debug\</OutputPath>
  49. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  50. <BaseAddress>285212672</BaseAddress>
  51. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  52. <ConfigurationOverrideFile>
  53. </ConfigurationOverrideFile>
  54. <DefineConstants>DEBUG;TRACE</DefineConstants>
  55. <DocumentationFile>
  56. </DocumentationFile>
  57. <DebugSymbols>true</DebugSymbols>
  58. <FileAlignment>4096</FileAlignment>
  59. <NoStdLib>false</NoStdLib>
  60. <NoWarn>
  61. </NoWarn>
  62. <Optimize>false</Optimize>
  63. <RegisterForComInterop>false</RegisterForComInterop>
  64. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  65. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  66. <WarningLevel>4</WarningLevel>
  67. <DebugType>full</DebugType>
  68. <ErrorReport>prompt</ErrorReport>
  69. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  70. </PropertyGroup>
  71. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  72. <OutputPath>bin\Release\</OutputPath>
  73. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  74. <BaseAddress>285212672</BaseAddress>
  75. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  76. <ConfigurationOverrideFile>
  77. </ConfigurationOverrideFile>
  78. <DefineConstants>TRACE</DefineConstants>
  79. <DocumentationFile>
  80. </DocumentationFile>
  81. <DebugSymbols>false</DebugSymbols>
  82. <FileAlignment>4096</FileAlignment>
  83. <NoStdLib>false</NoStdLib>
  84. <NoWarn>
  85. </NoWarn>
  86. <Optimize>true</Optimize>
  87. <RegisterForComInterop>false</RegisterForComInterop>
  88. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  89. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  90. <WarningLevel>4</WarningLevel>
  91. <DebugType>none</DebugType>
  92. <ErrorReport>prompt</ErrorReport>
  93. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  94. </PropertyGroup>
  95. <ItemGroup>
  96. <Reference Include="System">
  97. <Name>System</Name>
  98. </Reference>
  99. <Reference Include="System.Data">
  100. <Name>System.Data</Name>
  101. </Reference>
  102. <Reference Include="System.Drawing">
  103. <Name>System.Drawing</Name>
  104. </Reference>
  105. <Reference Include="System.Windows.Forms">
  106. <Name>System.Windows.Forms</Name>
  107. </Reference>
  108. <Reference Include="System.Xml">
  109. <Name>System.XML</Name>
  110. </Reference>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Compile Include="About.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="AssemblyInfo.cs">
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Compile Include="CircleForm.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="DrawableObjectsCS.cs">
  123. <SubType>Code</SubType>
  124. </Compile>
  125. <Compile Include="Example.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="MainWindow.cs">
  129. <SubType>Form</SubType>
  130. </Compile>
  131. <Compile Include="MousePoint.cs">
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Compile Include="NewForm.cs">
  135. <SubType>Form</SubType>
  136. </Compile>
  137. <Compile Include="Properties\Resources.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DesignTime>True</DesignTime>
  140. <DependentUpon>Resources.resx</DependentUpon>
  141. </Compile>
  142. <Compile Include="SavePic.cs">
  143. <SubType>Code</SubType>
  144. </Compile>
  145. <EmbeddedResource Include="About.resx">
  146. <DependentUpon>About.cs</DependentUpon>
  147. </EmbeddedResource>
  148. <EmbeddedResource Include="CircleForm.resx">
  149. <DependentUpon>CircleForm.cs</DependentUpon>
  150. </EmbeddedResource>
  151. <EmbeddedResource Include="Example.resx">
  152. <DependentUpon>Example.cs</DependentUpon>
  153. </EmbeddedResource>
  154. <EmbeddedResource Include="MainWindow.resx">
  155. <DependentUpon>MainWindow.cs</DependentUpon>
  156. </EmbeddedResource>
  157. <EmbeddedResource Include="NewForm.resx">
  158. <DependentUpon>NewForm.cs</DependentUpon>
  159. </EmbeddedResource>
  160. <Content Include="App.ico" />
  161. <EmbeddedResource Include="Properties\Resources.resx">
  162. <Generator>ResXFileCodeGenerator</Generator>
  163. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  164. </EmbeddedResource>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  168. <Visible>False</Visible>
  169. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  170. <Install>false</Install>
  171. </BootstrapperPackage>
  172. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  173. <Visible>False</Visible>
  174. <ProductName>.NET Framework 3.5 SP1</ProductName>
  175. <Install>true</Install>
  176. </BootstrapperPackage>
  177. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  178. <Visible>False</Visible>
  179. <ProductName>Windows Installer 3.1</ProductName>
  180. <Install>true</Install>
  181. </BootstrapperPackage>
  182. </ItemGroup>
  183. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  184. <PropertyGroup>
  185. <PreBuildEvent>
  186. </PreBuildEvent>
  187. <PostBuildEvent>
  188. </PostBuildEvent>
  189. </PropertyGroup>
  190. </Project>