markus / MarkupToPDF_Old / MarkupToPDF.csproj @ 53880c83
이력 | 보기 | 이력해설 | 다운로드 (7.61 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 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||
13 | <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 | </PropertyGroup> |
||
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
26 | <DebugType>pdbonly</DebugType> |
||
27 | <Optimize>true</Optimize> |
||
28 | <OutputPath>bin\Release\</OutputPath> |
||
29 | <DefineConstants>TRACE</DefineConstants> |
||
30 | <ErrorReport>prompt</ErrorReport> |
||
31 | <WarningLevel>4</WarningLevel> |
||
32 | </PropertyGroup> |
||
33 | <ItemGroup> |
||
34 | <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
35 | <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
||
36 | </Reference> |
||
37 | <Reference Include="PresentationCore" /> |
||
38 | <Reference Include="PresentationFramework" /> |
||
39 | <Reference Include="System" /> |
||
40 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
41 | <Reference Include="System.Core" /> |
||
42 | <Reference Include="System.Data.Entity" /> |
||
43 | <Reference Include="System.Drawing" /> |
||
44 | <Reference Include="System.Runtime.Serialization" /> |
||
45 | <Reference Include="System.Security" /> |
||
46 | <Reference Include="System.Windows" /> |
||
47 | <Reference Include="System.Xaml" /> |
||
48 | <Reference Include="System.Xml.Linq" /> |
||
49 | <Reference Include="System.Data.DataSetExtensions" /> |
||
50 | <Reference Include="Microsoft.CSharp" /> |
||
51 | <Reference Include="System.Data" /> |
||
52 | <Reference Include="System.Xml" /> |
||
53 | <Reference Include="Telerik.Windows.Zip, Version=2017.2.607.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
||
54 | <SpecificVersion>False</SpecificVersion> |
||
55 | <HintPath>..\..\..\..\..\..\Program Files (x86)\Telerik\UI for WPF R2 2017\Binaries\WPF45\Telerik.Windows.Zip.dll</HintPath> |
||
56 | </Reference> |
||
57 | <Reference Include="WindowsBase" /> |
||
58 | </ItemGroup> |
||
59 | <ItemGroup> |
||
60 | <Compile Include="Adorner\AdornerControl.xaml.cs"> |
||
61 | <DependentUpon>AdornerControl.xaml</DependentUpon> |
||
62 | </Compile> |
||
63 | <Compile Include="Adorner\Classes\AdornerMember.cs" /> |
||
64 | <Compile Include="Controls\Common\BaseShape.cs" /> |
||
65 | <Compile Include="Controls\Common\ControlType.cs" /> |
||
66 | <Compile Include="Controls\Common\HatchMake.cs" /> |
||
67 | <Compile Include="Controls\Common\IMarkupCommonData.cs" /> |
||
68 | <Compile Include="Controls\Common\InkToPath.cs" /> |
||
69 | <Compile Include="Controls\Common\PenMode.cs" /> |
||
70 | <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" /> |
||
71 | <Compile Include="Controls\Parsing\MarkupCopy.cs" /> |
||
72 | <Compile Include="Controls\Event\OverView.cs" /> |
||
73 | <Compile Include="Controls\Common\SelectControl.cs" /> |
||
74 | <Compile Include="Controls\Common\Interfaces.cs" /> |
||
75 | <Compile Include="Controls\Common\IPath.cs" /> |
||
76 | <Compile Include="Controls\Common\MarkupToPDF.cs" /> |
||
77 | <Compile Include="Controls\Common\MathSet.cs" /> |
||
78 | <Compile Include="Controls\Common\MouseMode.cs" /> |
||
79 | <Compile Include="Controls\Common\PaintSet.cs" /> |
||
80 | <Compile Include="Controls\Etc\DateControl.cs" /> |
||
81 | <Compile Include="Controls\Etc\ImgControl.cs" /> |
||
82 | <Compile Include="Controls\Event\Move.cs" /> |
||
83 | <Compile Include="Controls\Line\ArcControl.cs" /> |
||
84 | <Compile Include="Controls\Line\ArrowControl_Multi.cs" /> |
||
85 | <Compile Include="Controls\Line\LineControl.cs" /> |
||
86 | <Compile Include="Controls\Parsing\MarkupParse.cs" /> |
||
87 | <Compile Include="Controls\Polygon\CloudControl.cs" /> |
||
88 | <Compile Include="Controls\Polygon\PolygonControl.cs" /> |
||
89 | <Compile Include="Controls\ResizeThumb.cs" /> |
||
90 | <Compile Include="Controls\Shape\CircleControl.cs" /> |
||
91 | <Compile Include="Controls\Shape\RectangleControl.cs" /> |
||
92 | <Compile Include="Controls\Shape\RectCloudControl.cs" /> |
||
93 | <Compile Include="Controls\Shape\TriControl.cs" /> |
||
94 | <Compile Include="Controls\Text\ArrowTextControl.cs" /> |
||
95 | <Compile Include="Controls\Text\TextControl.cs" /> |
||
96 | <Compile Include="Converter\BorderVisibilityConverter.cs" /> |
||
97 | <Compile Include="Database\Kcom_Entity.Designer.cs"> |
||
98 | <AutoGen>True</AutoGen> |
||
99 | <DesignTime>True</DesignTime> |
||
100 | <DependentUpon>Kcom_Entity.edmx</DependentUpon> |
||
101 | </Compile> |
||
102 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
103 | <Compile Include="Serialize\Core\JsonSerializerHelper.cs" /> |
||
104 | <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" /> |
||
105 | <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" /> |
||
106 | <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" /> |
||
107 | <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" /> |
||
108 | <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" /> |
||
109 | <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" /> |
||
110 | <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" /> |
||
111 | <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" /> |
||
112 | <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" /> |
||
113 | <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" /> |
||
114 | <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" /> |
||
115 | <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" /> |
||
116 | <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" /> |
||
117 | <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" /> |
||
118 | <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" /> |
||
119 | <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" /> |
||
120 | <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" /> |
||
121 | <Compile Include="Service\ServiceInterface.cs" /> |
||
122 | </ItemGroup> |
||
123 | <ItemGroup> |
||
124 | <Page Include="Adorner\AdornerControl.xaml"> |
||
125 | <SubType>Designer</SubType> |
||
126 | <Generator>MSBuild:Compile</Generator> |
||
127 | </Page> |
||
128 | <Page Include="Themes\generic.xaml"> |
||
129 | <Generator>MSBuild:Compile</Generator> |
||
130 | <SubType>Designer</SubType> |
||
131 | </Page> |
||
132 | </ItemGroup> |
||
133 | <ItemGroup> |
||
134 | <Folder Include="Adorner\Enums\" /> |
||
135 | <Folder Include="Controls\Thum\" /> |
||
136 | </ItemGroup> |
||
137 | <ItemGroup> |
||
138 | <None Include="App.Config" /> |
||
139 | <EntityDeploy Include="Database\Kcom_Entity.edmx"> |
||
140 | <Generator>EntityModelCodeGenerator</Generator> |
||
141 | <LastGenOutput>Kcom_Entity.Designer.cs</LastGenOutput> |
||
142 | </EntityDeploy> |
||
143 | <None Include="packages.config" /> |
||
144 | </ItemGroup> |
||
145 | <ItemGroup> |
||
146 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
147 | </ItemGroup> |
||
148 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
149 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
150 | Other similar extension points exist, see Microsoft.Common.targets. |
||
151 | <Target Name="BeforeBuild"> |
||
152 | </Target> |
||
153 | <Target Name="AfterBuild"> |
||
154 | </Target> |
||
155 | --> |
||
156 | </Project> |