GE.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{7025E82D-9D74-4025-AC84-77B7C2048576}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>Icon\Image.ico</ApplicationIcon>
  11. <AssemblyKeyContainerName />
  12. <AssemblyName>GE</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 />
  20. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  21. <StartupObject />
  22. <FileUpgradeFlags>
  23. </FileUpgradeFlags>
  24. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  25. <OldToolsVersion>0.0</OldToolsVersion>
  26. <UpgradeBackupLocation />
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  31. <BaseAddress>285212672</BaseAddress>
  32. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  33. <ConfigurationOverrideFile />
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <DocumentationFile />
  36. <DebugSymbols>true</DebugSymbols>
  37. <FileAlignment>4096</FileAlignment>
  38. <NoStdLib>false</NoStdLib>
  39. <NoWarn />
  40. <Optimize>false</Optimize>
  41. <RegisterForComInterop>false</RegisterForComInterop>
  42. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  43. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  44. <WarningLevel>4</WarningLevel>
  45. <DebugType>full</DebugType>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <OutputPath>bin\Release\</OutputPath>
  51. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  52. <BaseAddress>285212672</BaseAddress>
  53. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  54. <ConfigurationOverrideFile />
  55. <DefineConstants>TRACE</DefineConstants>
  56. <DocumentationFile />
  57. <DebugSymbols>false</DebugSymbols>
  58. <FileAlignment>4096</FileAlignment>
  59. <NoStdLib>false</NoStdLib>
  60. <NoWarn />
  61. <Optimize>true</Optimize>
  62. <RegisterForComInterop>false</RegisterForComInterop>
  63. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  64. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  65. <WarningLevel>4</WarningLevel>
  66. <DebugType>none</DebugType>
  67. <ErrorReport>prompt</ErrorReport>
  68. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <Reference Include="DockToolbar">
  72. <Name>DockToolbar</Name>
  73. <HintPath>DockToolbar.dll</HintPath>
  74. </Reference>
  75. <Reference Include="MenuImageLib">
  76. <Name>MenuImageLib</Name>
  77. <HintPath>MenuImageLib.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System">
  80. <Name>System</Name>
  81. </Reference>
  82. <Reference Include="System.Data">
  83. <Name>System.Data</Name>
  84. </Reference>
  85. <Reference Include="System.Drawing">
  86. <Name>System.Drawing</Name>
  87. </Reference>
  88. <Reference Include="System.Windows.Forms">
  89. <Name>System.Windows.Forms</Name>
  90. </Reference>
  91. <Reference Include="System.Xml">
  92. <Name>System.XML</Name>
  93. </Reference>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="About.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="AssemblyInfo.cs">
  100. <SubType>Code</SubType>
  101. </Compile>
  102. <Compile Include="BrushExt.cs">
  103. <SubType>Code</SubType>
  104. </Compile>
  105. <Compile Include="GE.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="GerElement.cs">
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Compile Include="GraDrawTool.cs">
  112. <SubType>Code</SubType>
  113. </Compile>
  114. <Compile Include="GraElement.cs">
  115. <SubType>Code</SubType>
  116. </Compile>
  117. <Compile Include="MainView.cs">
  118. <SubType>Component</SubType>
  119. </Compile>
  120. <Compile Include="NewCanvas.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="PenExt.cs">
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Content Include="Icon\Color.ico" />
  127. <Content Include="Icon\Erase.ico" />
  128. <Content Include="Icon\Font.ico" />
  129. <Content Include="Icon\FrameEllipse.ico" />
  130. <Content Include="Icon\Image.ico" />
  131. <Content Include="Icon\Lines.ico" />
  132. <Content Include="Icon\New.ico" />
  133. <Content Include="Icon\Open.ico" />
  134. <Content Include="Icon\PenWidth.ico" />
  135. <Content Include="Icon\Save.ico" />
  136. <Content Include="Icon\Text.ico" />
  137. <EmbeddedResource Include="About.resx">
  138. <DependentUpon>About.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="GE.resx">
  141. <DependentUpon>GE.cs</DependentUpon>
  142. </EmbeddedResource>
  143. <EmbeddedResource Include="Icon\EraseCursor.cur" />
  144. <EmbeddedResource Include="Icon\Zoomin.cur" />
  145. <EmbeddedResource Include="Icon\Zoomout.cur" />
  146. <EmbeddedResource Include="MainView.resx">
  147. <DependentUpon>MainView.cs</DependentUpon>
  148. </EmbeddedResource>
  149. <EmbeddedResource Include="NewCanvas.resx">
  150. <DependentUpon>NewCanvas.cs</DependentUpon>
  151. </EmbeddedResource>
  152. </ItemGroup>
  153. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  154. <PropertyGroup>
  155. <PreBuildEvent />
  156. <PostBuildEvent />
  157. </PropertyGroup>
  158. </Project>