markus / MarkupToPDF / MarkupToPDF.csproj @ 661b7416
이력 | 보기 | 이력해설 | 다운로드 (15.6 KB)
1 | 787a4489 | KangIngu | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||
4 | <PropertyGroup> |
||
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
7 | <ProjectGuid>{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}</ProjectGuid> |
||
8 | <OutputType>Library</OutputType> |
||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
10 | <RootNamespace>MarkupToPDF</RootNamespace> |
||
11 | <AssemblyName>MarkupToPDF</AssemblyName> |
||
12 | 684ef11c | ljiyeon | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 787a4489 | KangIngu | <FileAlignment>512</FileAlignment> |
14 | <TargetFrameworkProfile /> |
||
15 | </PropertyGroup> |
||
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
17 | <DebugSymbols>true</DebugSymbols> |
||
18 | <DebugType>full</DebugType> |
||
19 | <Optimize>false</Optimize> |
||
20 | <OutputPath>bin\Debug\</OutputPath> |
||
21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
22 | <ErrorReport>prompt</ErrorReport> |
||
23 | <WarningLevel>4</WarningLevel> |
||
24 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
25 | 787a4489 | KangIngu | </PropertyGroup> |
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
27 | <DebugType>pdbonly</DebugType> |
||
28 | <Optimize>true</Optimize> |
||
29 | <OutputPath>bin\Release\</OutputPath> |
||
30 | <DefineConstants>TRACE</DefineConstants> |
||
31 | <ErrorReport>prompt</ErrorReport> |
||
32 | <WarningLevel>4</WarningLevel> |
||
33 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
34 | 787a4489 | KangIngu | </PropertyGroup> |
35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
36 | <DebugSymbols>true</DebugSymbols> |
||
37 | <OutputPath>bin\x64\Debug\</OutputPath> |
||
38 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
39 | <DebugType>full</DebugType> |
||
40 | <PlatformTarget>x64</PlatformTarget> |
||
41 | <ErrorReport>prompt</ErrorReport> |
||
42 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
43 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
44 | 787a4489 | KangIngu | </PropertyGroup> |
45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
46 | <OutputPath>bin\x64\Release\</OutputPath> |
||
47 | <DefineConstants>TRACE</DefineConstants> |
||
48 | <Optimize>true</Optimize> |
||
49 | <DebugType>pdbonly</DebugType> |
||
50 | <PlatformTarget>x64</PlatformTarget> |
||
51 | <ErrorReport>prompt</ErrorReport> |
||
52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
53 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
54 | 787a4489 | KangIngu | </PropertyGroup> |
55 | <ItemGroup> |
||
56 | <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
57 | <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
||
58 | </Reference> |
||
59 | <Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL"> |
||
60 | <HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath> |
||
61 | </Reference> |
||
62 | cd81cca2 | humkyung | <Reference Include="PDFNet, Version=5.8.0.0, Culture=neutral, PublicKeyToken=36167be3f67ac39c, processorArchitecture=x86"> |
63 | <SpecificVersion>False</SpecificVersion> |
||
64 | c0d2925b | djkim | <HintPath>..\packages\PDFNet.dll</HintPath> |
65 | 787a4489 | KangIngu | </Reference> |
66 | <Reference Include="PresentationCore" /> |
||
67 | <Reference Include="PresentationFramework" /> |
||
68 | <Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL"> |
||
69 | <HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath> |
||
70 | </Reference> |
||
71 | 53880c83 | ljiyeon | <Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL"> |
72 | <HintPath>..\packages\Svg2Xaml.0.3.0.5\lib\net40\Svg2Xaml.dll</HintPath> |
||
73 | </Reference> |
||
74 | 787a4489 | KangIngu | <Reference Include="System" /> |
75 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
76 | <Reference Include="System.Core" /> |
||
77 | <Reference Include="System.Data.Entity" /> |
||
78 | <Reference Include="System.Drawing" /> |
||
79 | <Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
80 | <HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> |
||
81 | </Reference> |
||
82 | <Reference Include="System.Runtime.Serialization" /> |
||
83 | <Reference Include="System.Security" /> |
||
84 | 2aac9b2b | djkim | <Reference Include="System.ServiceModel" /> |
85 | 787a4489 | KangIngu | <Reference Include="System.Windows.Forms" /> |
86 | <Reference Include="System.Xaml" /> |
||
87 | <Reference Include="System.Xml.Linq" /> |
||
88 | <Reference Include="System.Data.DataSetExtensions" /> |
||
89 | <Reference Include="Microsoft.CSharp" /> |
||
90 | <Reference Include="System.Data" /> |
||
91 | <Reference Include="System.Xml" /> |
||
92 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
93 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath> |
||
94 | <Private>True</Private> |
||
95 | c0d2925b | djkim | </Reference> |
96 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
97 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath> |
||
98 | <Private>True</Private> |
||
99 | c0d2925b | djkim | </Reference> |
100 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
101 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath> |
||
102 | <Private>True</Private> |
||
103 | c0d2925b | djkim | </Reference> |
104 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
105 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath> |
||
106 | <Private>True</Private> |
||
107 | c0d2925b | djkim | </Reference> |
108 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
109 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath> |
||
110 | <Private>True</Private> |
||
111 | c0d2925b | djkim | </Reference> |
112 | 787a4489 | KangIngu | <Reference Include="WindowsBase" /> |
113 | </ItemGroup> |
||
114 | <ItemGroup> |
||
115 | <Compile Include="Common\CommentUserInfo.cs" /> |
||
116 | <Compile Include="Common\GetUserSign.cs" /> |
||
117 | <Compile Include="Common\LocationTextExtractionStrategyWithPosition.cs" /> |
||
118 | <Compile Include="Common\StringToFont.cs" /> |
||
119 | <Compile Include="Common\Undo_data.cs" /> |
||
120 | 2aac9b2b | djkim | <Compile Include="Connected Services\markus_api\Reference.cs"> |
121 | <AutoGen>True</AutoGen> |
||
122 | <DesignTime>True</DesignTime> |
||
123 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
124 | </Compile> |
||
125 | 787a4489 | KangIngu | <Compile Include="Controls\Angle\AngleControl.cs" /> |
126 | 684ef11c | ljiyeon | <Compile Include="Controls\Cad\ClipWhiteControlcs.cs" /> |
127 | <Compile Include="Controls\Cad\CoordinateControl.cs" /> |
||
128 | <Compile Include="Controls\Cad\InsideWhiteControlcs.cs" /> |
||
129 | <Compile Include="Controls\Cad\OverlapWhiteControlcs.cs" /> |
||
130 | 787a4489 | KangIngu | <Compile Include="Controls\Common\BaseShape.cs" /> |
131 | <Compile Include="Controls\Common\ControlType.cs" /> |
||
132 | d251456f | humkyung | <Compile Include="Controls\Common\DrawSet.cs" /> |
133 | 787a4489 | KangIngu | <Compile Include="Controls\Common\HatchMake.cs" /> |
134 | <Compile Include="Controls\Common\IMarkupCommonData.cs" /> |
||
135 | <Compile Include="Controls\Common\InkToPath.cs" /> |
||
136 | <Compile Include="Controls\Common\PenMode.cs" /> |
||
137 | <Compile Include="Controls\Common\StringToPathConverter.cs" /> |
||
138 | <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" /> |
||
139 | <Compile Include="Controls\Custom\CustomText.xaml.cs"> |
||
140 | <DependentUpon>CustomText.xaml</DependentUpon> |
||
141 | </Compile> |
||
142 | <Compile Include="Controls\Etc\SignControl.cs" /> |
||
143 | <Compile Include="Controls\Etc\SymControl.cs" /> |
||
144 | <Compile Include="Controls\Etc\SymControlN.cs" /> |
||
145 | 40b3ce25 | ljiyeon | <Compile Include="Controls\Line\ArrowArcControl.cs" /> |
146 | 787a4489 | KangIngu | <Compile Include="Controls\Common\SelectControl.cs" /> |
147 | <Compile Include="Controls\Common\Interfaces.cs" /> |
||
148 | <Compile Include="Controls\Common\IPath.cs" /> |
||
149 | <Compile Include="Controls\Common\MarkupToPDF.cs" /> |
||
150 | <Compile Include="Controls\Common\MathSet.cs" /> |
||
151 | <Compile Include="Controls\Common\MouseMode.cs" /> |
||
152 | <Compile Include="Controls\Common\PaintSet.cs" /> |
||
153 | <Compile Include="Controls\Etc\DateControl.cs" /> |
||
154 | <Compile Include="Controls\Etc\ImgControl.cs" /> |
||
155 | <Compile Include="Controls\Line\ArcControl.cs" /> |
||
156 | <Compile Include="Controls\Line\ArrowControl_Multi.cs" /> |
||
157 | <Compile Include="Controls\Line\LineControl.cs" /> |
||
158 | <Compile Include="Controls\Parsing\MarkupParse.cs" /> |
||
159 | <Compile Include="Controls\Polygon\CloudControl.cs" /> |
||
160 | <Compile Include="Controls\Polygon\InkControl.cs" /> |
||
161 | <Compile Include="Controls\Polygon\PolygonControl.cs" /> |
||
162 | <Compile Include="Controls\Shape\CircleControl.cs" /> |
||
163 | <Compile Include="Controls\Shape\RectangleControl.cs" /> |
||
164 | <Compile Include="Controls\Shape\RectCloudControl.cs" /> |
||
165 | <Compile Include="Controls\Shape\TriControl.cs" /> |
||
166 | <Compile Include="Controls\Text\ArrowTextControl.cs" /> |
||
167 | <Compile Include="Controls\Text\TextControl.cs" /> |
||
168 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
169 | 2aac9b2b | djkim | <Compile Include="Properties\Settings.Designer.cs"> |
170 | <AutoGen>True</AutoGen> |
||
171 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
172 | <DependentUpon>Settings.settings</DependentUpon> |
||
173 | </Compile> |
||
174 | 787a4489 | KangIngu | <Compile Include="Serialize\Core\JsonSerializerHelper.cs" /> |
175 | <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" /> |
||
176 | 40b3ce25 | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_ArrowArcControl.cs" /> |
177 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" /> |
178 | <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" /> |
||
179 | <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" /> |
||
180 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_ClipWhiteControl.cs" /> |
181 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" /> |
182 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_CoordinateControl.cs" /> |
183 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" /> |
184 | <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" /> |
||
185 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_InsideWhiteControl.cs" /> |
186 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" /> |
187 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_OverlapWhiteControl.cs" /> |
188 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" /> |
189 | <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" /> |
||
190 | <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" /> |
||
191 | <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" /> |
||
192 | <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" /> |
||
193 | <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" /> |
||
194 | <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" /> |
||
195 | <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" /> |
||
196 | <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" /> |
||
197 | 2aac9b2b | djkim | <Compile Include="Settings.cs" /> |
198 | 787a4489 | KangIngu | </ItemGroup> |
199 | <ItemGroup> |
||
200 | <Page Include="Controls\Custom\CustomText.xaml"> |
||
201 | <SubType>Designer</SubType> |
||
202 | <Generator>MSBuild:Compile</Generator> |
||
203 | </Page> |
||
204 | <Page Include="Themes\generic.xaml"> |
||
205 | <Generator>MSBuild:Compile</Generator> |
||
206 | <SubType>Designer</SubType> |
||
207 | </Page> |
||
208 | </ItemGroup> |
||
209 | <ItemGroup> |
||
210 | 2aac9b2b | djkim | <None Include="App.Config"> |
211 | <SubType>Designer</SubType> |
||
212 | </None> |
||
213 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.FinalPDFResult.datasource"> |
||
214 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
215 | </None> |
||
216 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.KCOM_SystemInfo.datasource"> |
||
217 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
218 | </None> |
||
219 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.MarkupInfoItem.datasource"> |
||
220 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
221 | </None> |
||
222 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.VPRevision.datasource"> |
||
223 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
224 | </None> |
||
225 | <None Include="Connected Services\markus_api\ServiceDeepView.wsdl" /> |
||
226 | <None Include="Connected Services\markus_api\ServiceDeepView.xsd"> |
||
227 | <SubType>Designer</SubType> |
||
228 | </None> |
||
229 | <None Include="Connected Services\markus_api\ServiceDeepView1.wsdl" /> |
||
230 | <None Include="Connected Services\markus_api\ServiceDeepView1.xsd"> |
||
231 | <SubType>Designer</SubType> |
||
232 | </None> |
||
233 | <None Include="Connected Services\markus_api\ServiceDeepView2.xsd"> |
||
234 | <SubType>Designer</SubType> |
||
235 | </None> |
||
236 | <None Include="Connected Services\markus_api\ServiceDeepView3.xsd"> |
||
237 | <SubType>Designer</SubType> |
||
238 | </None> |
||
239 | <None Include="Connected Services\markus_api\ServiceDeepView4.xsd"> |
||
240 | <SubType>Designer</SubType> |
||
241 | </None> |
||
242 | <None Include="Connected Services\markus_api\ServiceDeepView5.xsd"> |
||
243 | <SubType>Designer</SubType> |
||
244 | </None> |
||
245 | <None Include="Connected Services\markus_api\ServiceDeepView6.xsd"> |
||
246 | <SubType>Designer</SubType> |
||
247 | </None> |
||
248 | <None Include="Connected Services\markus_api\ServiceDeepView7.xsd"> |
||
249 | <SubType>Designer</SubType> |
||
250 | </None> |
||
251 | <None Include="Connected Services\markus_api\ServiceDeepView8.xsd"> |
||
252 | <SubType>Designer</SubType> |
||
253 | </None> |
||
254 | 787a4489 | KangIngu | <None Include="packages.config" /> |
255 | 2aac9b2b | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" /> |
256 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" /> |
||
257 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" /> |
||
258 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" /> |
||
259 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" /> |
||
260 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" /> |
||
261 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" /> |
||
262 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" /> |
||
263 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" /> |
||
264 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" /> |
||
265 | <None Include="Properties\DataSources\System.Windows.Rect.datasource" /> |
||
266 | <None Include="Properties\Settings.settings"> |
||
267 | <Generator>SettingsSingleFileGenerator</Generator> |
||
268 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
269 | </None> |
||
270 | 787a4489 | KangIngu | </ItemGroup> |
271 | <ItemGroup> |
||
272 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
273 | </ItemGroup> |
||
274 | 2aac9b2b | djkim | <ItemGroup> |
275 | <WCFMetadata Include="Connected Services\" /> |
||
276 | </ItemGroup> |
||
277 | <ItemGroup> |
||
278 | <WCFMetadataStorage Include="Connected Services\markus_api\" /> |
||
279 | </ItemGroup> |
||
280 | <ItemGroup> |
||
281 | <None Include="Connected Services\markus_api\ServiceDeepView.disco" /> |
||
282 | </ItemGroup> |
||
283 | <ItemGroup> |
||
284 | <None Include="Connected Services\markus_api\configuration91.svcinfo" /> |
||
285 | </ItemGroup> |
||
286 | <ItemGroup> |
||
287 | <None Include="Connected Services\markus_api\configuration.svcinfo" /> |
||
288 | </ItemGroup> |
||
289 | <ItemGroup> |
||
290 | <None Include="Connected Services\markus_api\Reference.svcmap"> |
||
291 | <Generator>WCF Proxy Generator</Generator> |
||
292 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
293 | </None> |
||
294 | </ItemGroup> |
||
295 | 684ef11c | ljiyeon | <ItemGroup> |
296 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
297 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
298 | <Name>KCOMDataModel</Name> |
||
299 | </ProjectReference> |
||
300 | </ItemGroup> |
||
301 | 787a4489 | KangIngu | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
302 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
303 | Other similar extension points exist, see Microsoft.Common.targets. |
||
304 | <Target Name="BeforeBuild"> |
||
305 | </Target> |
||
306 | <Target Name="AfterBuild"> |
||
307 | </Target> |
||
308 | --> |
||
309 | </Project> |