개정판 684ef11c
issue #719 AutoCAD 저장 작업 중
Change-Id: I46dfcaa8fb3b15907afe75a1e17ae643bef64f3f
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>MarkupToPDF</RootNamespace> |
11 | 11 |
<AssemblyName>MarkupToPDF</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<TargetFrameworkProfile /> |
15 | 15 |
</PropertyGroup> |
... | ... | |
21 | 21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 | 22 |
<ErrorReport>prompt</ErrorReport> |
23 | 23 |
<WarningLevel>4</WarningLevel> |
24 |
<Prefer32Bit>false</Prefer32Bit> |
|
24 | 25 |
</PropertyGroup> |
25 | 26 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | 27 |
<DebugType>pdbonly</DebugType> |
... | ... | |
29 | 30 |
<DefineConstants>TRACE</DefineConstants> |
30 | 31 |
<ErrorReport>prompt</ErrorReport> |
31 | 32 |
<WarningLevel>4</WarningLevel> |
33 |
<Prefer32Bit>false</Prefer32Bit> |
|
32 | 34 |
</PropertyGroup> |
33 | 35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
34 | 36 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
38 | 40 |
<PlatformTarget>x64</PlatformTarget> |
39 | 41 |
<ErrorReport>prompt</ErrorReport> |
40 | 42 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
43 |
<Prefer32Bit>false</Prefer32Bit> |
|
41 | 44 |
</PropertyGroup> |
42 | 45 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
43 | 46 |
<OutputPath>bin\x64\Release\</OutputPath> |
... | ... | |
47 | 50 |
<PlatformTarget>x64</PlatformTarget> |
48 | 51 |
<ErrorReport>prompt</ErrorReport> |
49 | 52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 |
<Prefer32Bit>false</Prefer32Bit> |
|
50 | 54 |
</PropertyGroup> |
51 | 55 |
<ItemGroup> |
52 | 56 |
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
... | ... | |
118 | 122 |
<DependentUpon>Reference.svcmap</DependentUpon> |
119 | 123 |
</Compile> |
120 | 124 |
<Compile Include="Controls\Angle\AngleControl.cs" /> |
125 |
<Compile Include="Controls\Cad\ClipWhiteControlcs.cs" /> |
|
126 |
<Compile Include="Controls\Cad\CoordinateControl.cs" /> |
|
127 |
<Compile Include="Controls\Cad\InsideWhiteControlcs.cs" /> |
|
128 |
<Compile Include="Controls\Cad\OverlapWhiteControlcs.cs" /> |
|
121 | 129 |
<Compile Include="Controls\Common\BaseShape.cs" /> |
122 | 130 |
<Compile Include="Controls\Common\ControlType.cs" /> |
123 | 131 |
<Compile Include="Controls\Common\HatchMake.cs" /> |
... | ... | |
168 | 176 |
<Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" /> |
169 | 177 |
<Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" /> |
170 | 178 |
<Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" /> |
179 |
<Compile Include="Serialize\S_Control\Detail\S_ClipWhiteControl.cs" /> |
|
171 | 180 |
<Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" /> |
181 |
<Compile Include="Serialize\S_Control\Detail\S_CoordinateControl.cs" /> |
|
172 | 182 |
<Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" /> |
173 | 183 |
<Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" /> |
184 |
<Compile Include="Serialize\S_Control\Detail\S_InsideWhiteControl.cs" /> |
|
174 | 185 |
<Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" /> |
186 |
<Compile Include="Serialize\S_Control\Detail\S_OverlapWhiteControl.cs" /> |
|
175 | 187 |
<Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" /> |
176 | 188 |
<Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" /> |
177 | 189 |
<Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" /> |
... | ... | |
194 | 206 |
</Page> |
195 | 207 |
</ItemGroup> |
196 | 208 |
<ItemGroup> |
197 |
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
|
198 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
|
199 |
<Name>KCOMDataModel</Name> |
|
200 |
</ProjectReference> |
|
201 |
</ItemGroup> |
|
202 |
<ItemGroup> |
|
203 | 209 |
<None Include="App.Config"> |
204 | 210 |
<SubType>Designer</SubType> |
205 | 211 |
</None> |
... | ... | |
285 | 291 |
<LastGenOutput>Reference.cs</LastGenOutput> |
286 | 292 |
</None> |
287 | 293 |
</ItemGroup> |
294 |
<ItemGroup> |
|
295 |
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
|
296 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
|
297 |
<Name>KCOMDataModel</Name> |
|
298 |
</ProjectReference> |
|
299 |
</ItemGroup> |
|
288 | 300 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
289 | 301 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
290 | 302 |
Other similar extension points exist, see Microsoft.Common.targets. |
내보내기 Unified diff