CraftSynth.ImageEditor – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 office 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
1 office 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C2F951D8-2CB6-4AB5-9029-1EE3FCDB910A}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>CraftSynth.ImageEditor</RootNamespace>
12 <AssemblyName>CraftSynth.ImageEditor</AssemblyName>
13 <StartupObject>
14 </StartupObject>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <OldToolsVersion>3.5</OldToolsVersion>
20 <IsWebBootstrapper>false</IsWebBootstrapper>
2 office 21 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1 office 22 <PublishUrl>publish\</PublishUrl>
23 <Install>true</Install>
24 <InstallFrom>Disk</InstallFrom>
25 <UpdateEnabled>false</UpdateEnabled>
26 <UpdateMode>Foreground</UpdateMode>
27 <UpdateInterval>7</UpdateInterval>
28 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29 <UpdatePeriodically>false</UpdatePeriodically>
30 <UpdateRequired>false</UpdateRequired>
31 <MapFileExtensions>true</MapFileExtensions>
32 <ApplicationRevision>0</ApplicationRevision>
33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34 <UseApplicationTrust>false</UseApplicationTrust>
35 <BootstrapperEnabled>true</BootstrapperEnabled>
2 office 36 <TargetFrameworkProfile />
1 office 37 </PropertyGroup>
38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39 <DebugSymbols>true</DebugSymbols>
40 <DebugType>full</DebugType>
41 <Optimize>false</Optimize>
42 <OutputPath>bin\Debug\</OutputPath>
43 <DefineConstants>DEBUG;TRACE</DefineConstants>
44 <ErrorReport>prompt</ErrorReport>
45 <WarningLevel>4</WarningLevel>
46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
2 office 47 <Prefer32Bit>false</Prefer32Bit>
1 office 48 </PropertyGroup>
49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50 <DebugType>pdbonly</DebugType>
51 <Optimize>true</Optimize>
52 <OutputPath>bin\Release\</OutputPath>
53 <DefineConstants>TRACE</DefineConstants>
54 <ErrorReport>prompt</ErrorReport>
55 <WarningLevel>4</WarningLevel>
56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
2 office 57 <Prefer32Bit>false</Prefer32Bit>
1 office 58 </PropertyGroup>
59 <ItemGroup>
60 <Reference Include="System" />
61 <Reference Include="System.Drawing" />
62 <Reference Include="System.Windows.Forms" />
63 <Reference Include="TXTextControl, Version=22.0.1500.500, Culture=neutral, PublicKeyToken=6b83fe9a75cfb638" />
64 <Reference Include="TXTextControl.Windows.Forms, Version=22.0.700.500, Culture=neutral, PublicKeyToken=6b83fe9a75cfb638, processorArchitecture=MSIL" />
65 </ItemGroup>
66 <ItemGroup>
67 <Compile Include="Command.cs" />
68 <Compile Include="CommandAdd.cs" />
69 <Compile Include="CommandChangeState.cs" />
70 <Compile Include="CommandDelete.cs" />
71 <Compile Include="CommandDeleteAll.cs" />
72 <Compile Include="CustomPanel.cs">
73 <SubType>Component</SubType>
74 </Compile>
75 <Compile Include="DocToolkit\DocManager.cs" />
76 <Compile Include="DocToolkit\DragDropManager.cs" />
77 <Compile Include="DocToolkit\MruManager.cs" />
78 <Compile Include="DocToolkit\PersistWindowState.cs" />
79 <Compile Include="DrawArea.cs">
80 <SubType>UserControl</SubType>
81 </Compile>
82 <Compile Include="DrawArea.Designer.cs">
83 <DependentUpon>DrawArea.cs</DependentUpon>
84 </Compile>
85 <Compile Include="DrawConnector.cs" />
86 <Compile Include="DrawEllipse.cs" />
87 <Compile Include="DrawImage.cs" />
88 <Compile Include="DrawingPens.cs" />
89 <Compile Include="DrawLine.cs" />
90 <Compile Include="DrawObject.cs" />
91 <Compile Include="DrawPolygon.cs" />
92 <Compile Include="DrawPolyLine.cs">
93 <SubType>Code</SubType>
94 </Compile>
95 <Compile Include="DrawRectangle.cs" />
96 <Compile Include="DrawText.cs" />
97 <Compile Include="FillBrushes.cs" />
98 <Compile Include="FrmAbout.cs">
99 <SubType>Form</SubType>
100 </Compile>
101 <Compile Include="FrmAbout.Designer.cs">
102 <DependentUpon>FrmAbout.cs</DependentUpon>
103 </Compile>
104 <Compile Include="GraphicsList.cs" />
105 <Compile Include="GraphicsProperties.cs" />
106 <Compile Include="Layer.cs" />
107 <Compile Include="LayerDialog.cs">
108 <SubType>Form</SubType>
109 </Compile>
110 <Compile Include="LayerDialog.Designer.cs">
111 <DependentUpon>LayerDialog.cs</DependentUpon>
112 </Compile>
113 <Compile Include="LayerEdit.cs" />
114 <Compile Include="Layers.cs" />
115 <Compile Include="MainForm.cs">
116 <SubType>UserControl</SubType>
117 </Compile>
118 <Compile Include="MainForm.Designer.cs">
119 <DependentUpon>MainForm.cs</DependentUpon>
120 </Compile>
121 <Compile Include="PropertiesDialog.cs">
122 <SubType>Form</SubType>
123 </Compile>
124 <Compile Include="PropertiesDialog.Designer.cs">
125 <DependentUpon>PropertiesDialog.cs</DependentUpon>
126 </Compile>
127 <Compile Include="Properties\AssemblyInfo.cs" />
128 <EmbeddedResource Include="DrawArea.resx">
129 <DependentUpon>DrawArea.cs</DependentUpon>
130 <SubType>Designer</SubType>
131 </EmbeddedResource>
132 <EmbeddedResource Include="FrmAbout.resx">
133 <DependentUpon>FrmAbout.cs</DependentUpon>
134 <SubType>Designer</SubType>
135 </EmbeddedResource>
136 <EmbeddedResource Include="MainForm.resx">
137 <DependentUpon>MainForm.cs</DependentUpon>
138 <SubType>Designer</SubType>
139 </EmbeddedResource>
140 <EmbeddedResource Include="PropertiesDialog.resx">
141 <DependentUpon>PropertiesDialog.cs</DependentUpon>
142 <SubType>Designer</SubType>
143 </EmbeddedResource>
144 <EmbeddedResource Include="Properties\Resources.resx">
145 <Generator>ResXFileCodeGenerator</Generator>
146 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
147 <SubType>Designer</SubType>
148 </EmbeddedResource>
149 <Compile Include="Properties\Resources.Designer.cs">
150 <AutoGen>True</AutoGen>
151 <DependentUpon>Resources.resx</DependentUpon>
152 <DesignTime>True</DesignTime>
153 </Compile>
154 <None Include="Properties\Settings.settings">
155 <Generator>SettingsSingleFileGenerator</Generator>
156 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
157 </None>
158 <Compile Include="Properties\Settings.Designer.cs">
159 <AutoGen>True</AutoGen>
160 <DependentUpon>Settings.settings</DependentUpon>
161 <DesignTimeSharedInput>True</DesignTimeSharedInput>
162 </Compile>
163 <Compile Include="TextDialog.cs">
164 <SubType>Form</SubType>
165 </Compile>
166 <Compile Include="TextDialog.Designer.cs">
167 <DependentUpon>TextDialog.cs</DependentUpon>
168 </Compile>
169 <Compile Include="Tool.cs" />
170 <Compile Include="ToolConnector.cs" />
171 <Compile Include="ToolEllipse.cs" />
172 <Compile Include="ToolImage.cs" />
173 <Compile Include="ToolLine.cs" />
174 <Compile Include="ToolObject.cs" />
175 <Compile Include="ToolPointer.cs" />
176 <Compile Include="ToolPolygon.cs" />
177 <Compile Include="ToolPolyLine.cs">
178 <SubType>Code</SubType>
179 </Compile>
180 <Compile Include="ToolRectangle.cs" />
181 <Compile Include="ToolText.cs" />
182 <Compile Include="UndoManager.cs" />
183 </ItemGroup>
184 <ItemGroup>
185 <Content Include="Images\about.bmp" />
186 <Content Include="Images\ellipse.bmp" />
187 <Content Include="Images\arrow.bmp" />
188 <Content Include="Images\line.bmp" />
189 <Content Include="Images\new.bmp" />
190 <Content Include="Images\open.bmp" />
191 <Content Include="Images\pencil.bmp" />
192 <Content Include="Images\pointer.bmp" />
193 <Content Include="Images\rectangle.bmp" />
194 <Content Include="Images\rotateCCW.png" />
195 <Content Include="Images\rotateCW.png" />
196 <Content Include="Images\save.bmp" />
197 <Content Include="Resources\BringToFrontHS.png" />
198 <Content Include="Resources\Brush.png" />
199 <Content Include="Resources\ColorFill.png" />
200 <Content Include="Resources\ColorHS.png" />
201 <Content Include="Resources\Color_font.png" />
202 <Content Include="Resources\Color_fontHS.png" />
203 <Content Include="Resources\Curve.png" />
204 <Content Include="Resources\Edit_RedoHS.png" />
205 <Content Include="Resources\Edit_UndoHS.png" />
206 <Content Include="Resources\Ellipse-Filled.png" />
207 <Content Include="Resources\Ellipse.png" />
208 <Content Include="Resources\Eraser.png" />
209 <Content Include="Resources\EyeDropper.png" />
210 <Content Include="Resources\FontDialogHS.png" />
211 <Content Include="Resources\FontHS.png" />
212 <Content Include="Resources\Hand.png" />
213 <Content Include="Resources\HandR.png" />
214 <Content Include="Resources\InsertPictureHS.png" />
215 <Content Include="Resources\ItalicHS.png" />
216 <Content Include="Resources\Line-Thick.png" />
217 <Content Include="Resources\Line-Thicker.png" />
218 <Content Include="Resources\Line-Thickest.png" />
219 <Content Include="Resources\Line-Thin.png" />
220 <Content Include="Resources\Line-Thinnest.png" />
221 <Content Include="Resources\Line.png" />
222 <Content Include="Resources\LineColorHS.png" />
223 <Content Include="Resources\Pencil.png" />
224 <Content Include="Resources\POINT13.ICO" />
225 <Content Include="Resources\PointerHS.png" />
226 <Content Include="Resources\Polygon.png" />
227 <Content Include="Resources\Rectangle-Filled.png" />
228 <Content Include="Resources\Rectangle.png" />
229 <None Include="Resources\RelationshipsHS.png" />
230 <Content Include="Resources\RotateLeft.png" />
231 <Content Include="Resources\RotateReset.png" />
232 <Content Include="Resources\RotateRight.png" />
233 <Content Include="Resources\Select.png" />
234 <Content Include="Resources\Select2.png" />
235 <Content Include="Resources\SendToBackHS.png" />
236 <Content Include="Resources\Text.png" />
237 <Content Include="Resources\ZoomHS.png" />
238 <Content Include="Resources\ZoomIn.png" />
239 <Content Include="Resources\ZoomOut.png" />
240 <Content Include="Resources\ZoomReset.png" />
241 <EmbeddedResource Include="LayerDialog.resx">
242 <DependentUpon>LayerDialog.cs</DependentUpon>
243 <SubType>Designer</SubType>
244 </EmbeddedResource>
245 <EmbeddedResource Include="TextTool.cur" />
246 <EmbeddedResource Include="Ellipse.cur">
247 </EmbeddedResource>
248 <EmbeddedResource Include="Line.cur" />
249 <EmbeddedResource Include="Pencil.cur" />
250 <EmbeddedResource Include="PolyHandle.cur" />
251 <EmbeddedResource Include="Rectangle.cur" />
252 <EmbeddedResource Include="TextDialog.resx">
253 <DependentUpon>TextDialog.cs</DependentUpon>
254 <SubType>Designer</SubType>
255 </EmbeddedResource>
256 </ItemGroup>
257 <ItemGroup>
258 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
259 <Visible>False</Visible>
260 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
261 <Install>false</Install>
262 </BootstrapperPackage>
263 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
264 <Visible>False</Visible>
265 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
266 <Install>true</Install>
267 </BootstrapperPackage>
268 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
269 <Visible>False</Visible>
270 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
271 <Install>false</Install>
272 </BootstrapperPackage>
273 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
274 <Visible>False</Visible>
275 <ProductName>.NET Framework 3.5</ProductName>
276 <Install>false</Install>
277 </BootstrapperPackage>
278 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
279 <Visible>False</Visible>
280 <ProductName>.NET Framework 3.5 SP1</ProductName>
281 <Install>false</Install>
282 </BootstrapperPackage>
283 </ItemGroup>
284 <ItemGroup />
285 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
286 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
287 Other similar extension points exist, see Microsoft.Common.targets.
288 <Target Name="BeforeBuild">
289 </Target>
290 <Target Name="AfterBuild">
291 </Target>
292 -->
293 </Project>