CraftSynth.ImageEditor – Blame information for rev 4
?pathlinks?
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> |
4 | office | 48 | <LangVersion>8</LangVersion> |
1 | office | 49 | </PropertyGroup> |
50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
51 | <DebugType>pdbonly</DebugType> |
||
52 | <Optimize>true</Optimize> |
||
53 | <OutputPath>bin\Release\</OutputPath> |
||
54 | <DefineConstants>TRACE</DefineConstants> |
||
55 | <ErrorReport>prompt</ErrorReport> |
||
56 | <WarningLevel>4</WarningLevel> |
||
57 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
||
2 | office | 58 | <Prefer32Bit>false</Prefer32Bit> |
4 | office | 59 | <LangVersion>8</LangVersion> |
1 | office | 60 | </PropertyGroup> |
61 | <ItemGroup> |
||
62 | <Reference Include="System" /> |
||
63 | <Reference Include="System.Drawing" /> |
||
64 | <Reference Include="System.Windows.Forms" /> |
||
65 | <Reference Include="TXTextControl, Version=22.0.1500.500, Culture=neutral, PublicKeyToken=6b83fe9a75cfb638" /> |
||
66 | <Reference Include="TXTextControl.Windows.Forms, Version=22.0.700.500, Culture=neutral, PublicKeyToken=6b83fe9a75cfb638, processorArchitecture=MSIL" /> |
||
67 | </ItemGroup> |
||
68 | <ItemGroup> |
||
69 | <Compile Include="Command.cs" /> |
||
70 | <Compile Include="CommandAdd.cs" /> |
||
71 | <Compile Include="CommandChangeState.cs" /> |
||
72 | <Compile Include="CommandDelete.cs" /> |
||
73 | <Compile Include="CommandDeleteAll.cs" /> |
||
74 | <Compile Include="CustomPanel.cs"> |
||
75 | <SubType>Component</SubType> |
||
76 | </Compile> |
||
77 | <Compile Include="DocToolkit\DocManager.cs" /> |
||
78 | <Compile Include="DocToolkit\DragDropManager.cs" /> |
||
79 | <Compile Include="DocToolkit\MruManager.cs" /> |
||
80 | <Compile Include="DocToolkit\PersistWindowState.cs" /> |
||
81 | <Compile Include="DrawArea.cs"> |
||
82 | <SubType>UserControl</SubType> |
||
83 | </Compile> |
||
84 | <Compile Include="DrawArea.Designer.cs"> |
||
85 | <DependentUpon>DrawArea.cs</DependentUpon> |
||
86 | </Compile> |
||
87 | <Compile Include="DrawConnector.cs" /> |
||
88 | <Compile Include="DrawEllipse.cs" /> |
||
89 | <Compile Include="DrawImage.cs" /> |
||
90 | <Compile Include="DrawingPens.cs" /> |
||
91 | <Compile Include="DrawLine.cs" /> |
||
92 | <Compile Include="DrawObject.cs" /> |
||
93 | <Compile Include="DrawPolygon.cs" /> |
||
94 | <Compile Include="DrawPolyLine.cs"> |
||
95 | <SubType>Code</SubType> |
||
96 | </Compile> |
||
97 | <Compile Include="DrawRectangle.cs" /> |
||
98 | <Compile Include="DrawText.cs" /> |
||
99 | <Compile Include="FillBrushes.cs" /> |
||
100 | <Compile Include="FrmAbout.cs"> |
||
101 | <SubType>Form</SubType> |
||
102 | </Compile> |
||
103 | <Compile Include="FrmAbout.Designer.cs"> |
||
104 | <DependentUpon>FrmAbout.cs</DependentUpon> |
||
105 | </Compile> |
||
106 | <Compile Include="GraphicsList.cs" /> |
||
107 | <Compile Include="GraphicsProperties.cs" /> |
||
108 | <Compile Include="Layer.cs" /> |
||
109 | <Compile Include="LayerDialog.cs"> |
||
110 | <SubType>Form</SubType> |
||
111 | </Compile> |
||
112 | <Compile Include="LayerDialog.Designer.cs"> |
||
113 | <DependentUpon>LayerDialog.cs</DependentUpon> |
||
114 | </Compile> |
||
115 | <Compile Include="LayerEdit.cs" /> |
||
116 | <Compile Include="Layers.cs" /> |
||
117 | <Compile Include="MainForm.cs"> |
||
118 | <SubType>UserControl</SubType> |
||
119 | </Compile> |
||
120 | <Compile Include="MainForm.Designer.cs"> |
||
121 | <DependentUpon>MainForm.cs</DependentUpon> |
||
122 | </Compile> |
||
123 | <Compile Include="PropertiesDialog.cs"> |
||
124 | <SubType>Form</SubType> |
||
125 | </Compile> |
||
126 | <Compile Include="PropertiesDialog.Designer.cs"> |
||
127 | <DependentUpon>PropertiesDialog.cs</DependentUpon> |
||
128 | </Compile> |
||
129 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
130 | <EmbeddedResource Include="DrawArea.resx"> |
||
131 | <DependentUpon>DrawArea.cs</DependentUpon> |
||
132 | <SubType>Designer</SubType> |
||
133 | </EmbeddedResource> |
||
134 | <EmbeddedResource Include="FrmAbout.resx"> |
||
135 | <DependentUpon>FrmAbout.cs</DependentUpon> |
||
136 | <SubType>Designer</SubType> |
||
137 | </EmbeddedResource> |
||
138 | <EmbeddedResource Include="MainForm.resx"> |
||
139 | <DependentUpon>MainForm.cs</DependentUpon> |
||
140 | <SubType>Designer</SubType> |
||
141 | </EmbeddedResource> |
||
142 | <EmbeddedResource Include="PropertiesDialog.resx"> |
||
143 | <DependentUpon>PropertiesDialog.cs</DependentUpon> |
||
144 | <SubType>Designer</SubType> |
||
145 | </EmbeddedResource> |
||
146 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
147 | <Generator>ResXFileCodeGenerator</Generator> |
||
148 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
149 | <SubType>Designer</SubType> |
||
150 | </EmbeddedResource> |
||
151 | <Compile Include="Properties\Resources.Designer.cs"> |
||
152 | <AutoGen>True</AutoGen> |
||
153 | <DependentUpon>Resources.resx</DependentUpon> |
||
154 | <DesignTime>True</DesignTime> |
||
155 | </Compile> |
||
156 | <None Include="Properties\Settings.settings"> |
||
157 | <Generator>SettingsSingleFileGenerator</Generator> |
||
158 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
159 | </None> |
||
160 | <Compile Include="Properties\Settings.Designer.cs"> |
||
161 | <AutoGen>True</AutoGen> |
||
162 | <DependentUpon>Settings.settings</DependentUpon> |
||
163 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
164 | </Compile> |
||
165 | <Compile Include="TextDialog.cs"> |
||
166 | <SubType>Form</SubType> |
||
167 | </Compile> |
||
168 | <Compile Include="TextDialog.Designer.cs"> |
||
169 | <DependentUpon>TextDialog.cs</DependentUpon> |
||
170 | </Compile> |
||
171 | <Compile Include="Tool.cs" /> |
||
172 | <Compile Include="ToolConnector.cs" /> |
||
173 | <Compile Include="ToolEllipse.cs" /> |
||
174 | <Compile Include="ToolImage.cs" /> |
||
175 | <Compile Include="ToolLine.cs" /> |
||
176 | <Compile Include="ToolObject.cs" /> |
||
177 | <Compile Include="ToolPointer.cs" /> |
||
178 | <Compile Include="ToolPolygon.cs" /> |
||
179 | <Compile Include="ToolPolyLine.cs"> |
||
180 | <SubType>Code</SubType> |
||
181 | </Compile> |
||
182 | <Compile Include="ToolRectangle.cs" /> |
||
183 | <Compile Include="ToolText.cs" /> |
||
184 | <Compile Include="UndoManager.cs" /> |
||
185 | </ItemGroup> |
||
186 | <ItemGroup> |
||
187 | <Content Include="Images\about.bmp" /> |
||
188 | <Content Include="Images\ellipse.bmp" /> |
||
189 | <Content Include="Images\arrow.bmp" /> |
||
190 | <Content Include="Images\line.bmp" /> |
||
191 | <Content Include="Images\new.bmp" /> |
||
192 | <Content Include="Images\open.bmp" /> |
||
193 | <Content Include="Images\pencil.bmp" /> |
||
194 | <Content Include="Images\pointer.bmp" /> |
||
195 | <Content Include="Images\rectangle.bmp" /> |
||
196 | <Content Include="Images\rotateCCW.png" /> |
||
197 | <Content Include="Images\rotateCW.png" /> |
||
198 | <Content Include="Images\save.bmp" /> |
||
199 | <Content Include="Resources\BringToFrontHS.png" /> |
||
200 | <Content Include="Resources\Brush.png" /> |
||
201 | <Content Include="Resources\ColorFill.png" /> |
||
202 | <Content Include="Resources\ColorHS.png" /> |
||
203 | <Content Include="Resources\Color_font.png" /> |
||
204 | <Content Include="Resources\Color_fontHS.png" /> |
||
205 | <Content Include="Resources\Curve.png" /> |
||
206 | <Content Include="Resources\Edit_RedoHS.png" /> |
||
207 | <Content Include="Resources\Edit_UndoHS.png" /> |
||
208 | <Content Include="Resources\Ellipse-Filled.png" /> |
||
209 | <Content Include="Resources\Ellipse.png" /> |
||
210 | <Content Include="Resources\Eraser.png" /> |
||
211 | <Content Include="Resources\EyeDropper.png" /> |
||
212 | <Content Include="Resources\FontDialogHS.png" /> |
||
213 | <Content Include="Resources\FontHS.png" /> |
||
214 | <Content Include="Resources\Hand.png" /> |
||
215 | <Content Include="Resources\HandR.png" /> |
||
216 | <Content Include="Resources\InsertPictureHS.png" /> |
||
217 | <Content Include="Resources\ItalicHS.png" /> |
||
218 | <Content Include="Resources\Line-Thick.png" /> |
||
219 | <Content Include="Resources\Line-Thicker.png" /> |
||
220 | <Content Include="Resources\Line-Thickest.png" /> |
||
221 | <Content Include="Resources\Line-Thin.png" /> |
||
222 | <Content Include="Resources\Line-Thinnest.png" /> |
||
223 | <Content Include="Resources\Line.png" /> |
||
224 | <Content Include="Resources\LineColorHS.png" /> |
||
225 | <Content Include="Resources\Pencil.png" /> |
||
226 | <Content Include="Resources\POINT13.ICO" /> |
||
227 | <Content Include="Resources\PointerHS.png" /> |
||
228 | <Content Include="Resources\Polygon.png" /> |
||
229 | <Content Include="Resources\Rectangle-Filled.png" /> |
||
230 | <Content Include="Resources\Rectangle.png" /> |
||
231 | <None Include="Resources\RelationshipsHS.png" /> |
||
232 | <Content Include="Resources\RotateLeft.png" /> |
||
233 | <Content Include="Resources\RotateReset.png" /> |
||
234 | <Content Include="Resources\RotateRight.png" /> |
||
235 | <Content Include="Resources\Select.png" /> |
||
236 | <Content Include="Resources\Select2.png" /> |
||
237 | <Content Include="Resources\SendToBackHS.png" /> |
||
238 | <Content Include="Resources\Text.png" /> |
||
239 | <Content Include="Resources\ZoomHS.png" /> |
||
240 | <Content Include="Resources\ZoomIn.png" /> |
||
241 | <Content Include="Resources\ZoomOut.png" /> |
||
242 | <Content Include="Resources\ZoomReset.png" /> |
||
243 | <EmbeddedResource Include="LayerDialog.resx"> |
||
244 | <DependentUpon>LayerDialog.cs</DependentUpon> |
||
245 | <SubType>Designer</SubType> |
||
246 | </EmbeddedResource> |
||
247 | <EmbeddedResource Include="TextTool.cur" /> |
||
248 | <EmbeddedResource Include="Ellipse.cur"> |
||
249 | </EmbeddedResource> |
||
250 | <EmbeddedResource Include="Line.cur" /> |
||
251 | <EmbeddedResource Include="Pencil.cur" /> |
||
252 | <EmbeddedResource Include="PolyHandle.cur" /> |
||
253 | <EmbeddedResource Include="Rectangle.cur" /> |
||
254 | <EmbeddedResource Include="TextDialog.resx"> |
||
255 | <DependentUpon>TextDialog.cs</DependentUpon> |
||
256 | <SubType>Designer</SubType> |
||
257 | </EmbeddedResource> |
||
258 | </ItemGroup> |
||
259 | <ItemGroup> |
||
260 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
||
261 | <Visible>False</Visible> |
||
262 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
||
263 | <Install>false</Install> |
||
264 | </BootstrapperPackage> |
||
265 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
||
266 | <Visible>False</Visible> |
||
267 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
||
268 | <Install>true</Install> |
||
269 | </BootstrapperPackage> |
||
270 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
||
271 | <Visible>False</Visible> |
||
272 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
||
273 | <Install>false</Install> |
||
274 | </BootstrapperPackage> |
||
275 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
||
276 | <Visible>False</Visible> |
||
277 | <ProductName>.NET Framework 3.5</ProductName> |
||
278 | <Install>false</Install> |
||
279 | </BootstrapperPackage> |
||
280 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
281 | <Visible>False</Visible> |
||
282 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
283 | <Install>false</Install> |
||
284 | </BootstrapperPackage> |
||
285 | </ItemGroup> |
||
286 | <ItemGroup /> |
||
287 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
||
288 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
289 | Other similar extension points exist, see Microsoft.Common.targets. |
||
290 | <Target Name="BeforeBuild"> |
||
291 | </Target> |
||
292 | <Target Name="AfterBuild"> |
||
293 | </Target> |
||
294 | --> |
||
295 | </Project> |