프로젝트

일반

사용자정보

개정판 1e9c1261

ID1e9c12618c453994b8296ceb0c23cb5ac705a708
상위 d42db212
하위 faebcce2

김태성이(가) 4년 이상 전에 추가함

finalPDF Service Framework 변경

Change-Id: Ic4b9a7ef57017ca30cd67aadf6f5181ae256a69a

차이점 보기:

FinalService/KCOM_FinalService/KCOMDataModel/KCOMDataModel.csproj
9 9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10 10
    <RootNamespace>KCOMDataModel</RootNamespace>
11 11
    <AssemblyName>KCOMDataModel</AssemblyName>
12
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13 13
    <FileAlignment>512</FileAlignment>
14
    <TargetFrameworkProfile />
15
    <NuGetPackageImportStamp>
16
    </NuGetPackageImportStamp>
14 17
  </PropertyGroup>
15 18
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 19
    <DebugSymbols>true</DebugSymbols>
......
20 23
    <DefineConstants>DEBUG;TRACE</DefineConstants>
21 24
    <ErrorReport>prompt</ErrorReport>
22 25
    <WarningLevel>4</WarningLevel>
26
    <Prefer32Bit>false</Prefer32Bit>
23 27
  </PropertyGroup>
24 28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 29
    <DebugType>pdbonly</DebugType>
......
28 32
    <DefineConstants>TRACE</DefineConstants>
29 33
    <ErrorReport>prompt</ErrorReport>
30 34
    <WarningLevel>4</WarningLevel>
35
    <Prefer32Bit>false</Prefer32Bit>
36
  </PropertyGroup>
37
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
38
    <DebugSymbols>true</DebugSymbols>
39
    <OutputPath>bin\x86\Debug\</OutputPath>
40
    <DefineConstants>DEBUG;TRACE</DefineConstants>
41
    <DebugType>full</DebugType>
42
    <PlatformTarget>x86</PlatformTarget>
43
    <ErrorReport>prompt</ErrorReport>
44
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
45
  </PropertyGroup>
46
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
47
    <OutputPath>bin\x86\Release\</OutputPath>
48
    <DefineConstants>TRACE</DefineConstants>
49
    <Optimize>true</Optimize>
50
    <DebugType>pdbonly</DebugType>
51
    <PlatformTarget>x86</PlatformTarget>
52
    <ErrorReport>prompt</ErrorReport>
53
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
54
  </PropertyGroup>
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
56
    <DebugSymbols>true</DebugSymbols>
57
    <OutputPath>bin\Debug_HyoSung\</OutputPath>
58
    <DefineConstants>DEBUG;TRACE</DefineConstants>
59
    <DebugType>full</DebugType>
60
    <PlatformTarget>AnyCPU</PlatformTarget>
61
    <ErrorReport>prompt</ErrorReport>
62
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63
  </PropertyGroup>
64
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
65
    <DebugSymbols>true</DebugSymbols>
66
    <OutputPath>bin\x86\Debug_HyoSung\</OutputPath>
67
    <DefineConstants>DEBUG;TRACE</DefineConstants>
68
    <DebugType>full</DebugType>
69
    <PlatformTarget>x86</PlatformTarget>
70
    <ErrorReport>prompt</ErrorReport>
71
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72
  </PropertyGroup>
73
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
74
    <DebugSymbols>true</DebugSymbols>
75
    <OutputPath>bin\Debug_CadExport\</OutputPath>
76
    <DefineConstants>DEBUG;TRACE</DefineConstants>
77
    <DebugType>full</DebugType>
78
    <PlatformTarget>AnyCPU</PlatformTarget>
79
    <ErrorReport>prompt</ErrorReport>
80
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
81
  </PropertyGroup>
82
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
83
    <DebugSymbols>true</DebugSymbols>
84
    <OutputPath>bin\x86\Debug_CadExport\</OutputPath>
85
    <DefineConstants>DEBUG;TRACE</DefineConstants>
86
    <DebugType>full</DebugType>
87
    <PlatformTarget>x86</PlatformTarget>
88
    <ErrorReport>prompt</ErrorReport>
89
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
90
  </PropertyGroup>
91
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
92
    <DebugSymbols>true</DebugSymbols>
93
    <OutputPath>bin\Debug_SNI\</OutputPath>
94
    <DefineConstants>DEBUG;TRACE</DefineConstants>
95
    <DebugType>full</DebugType>
96
    <PlatformTarget>AnyCPU</PlatformTarget>
97
    <ErrorReport>prompt</ErrorReport>
98
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
99
  </PropertyGroup>
100
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
101
    <DebugSymbols>true</DebugSymbols>
102
    <OutputPath>bin\x86\Debug_SNI\</OutputPath>
103
    <DefineConstants>DEBUG;TRACE</DefineConstants>
104
    <DebugType>full</DebugType>
105
    <PlatformTarget>x86</PlatformTarget>
106
    <ErrorReport>prompt</ErrorReport>
107
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
108
  </PropertyGroup>
109
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
110
    <DebugSymbols>true</DebugSymbols>
111
    <OutputPath>bin\Release_Hyosung\</OutputPath>
112
    <DefineConstants>DEBUG;TRACE</DefineConstants>
113
    <DebugType>full</DebugType>
114
    <PlatformTarget>AnyCPU</PlatformTarget>
115
    <ErrorReport>prompt</ErrorReport>
116
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
117
  </PropertyGroup>
118
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
119
    <DebugSymbols>true</DebugSymbols>
120
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
121
    <DefineConstants>DEBUG;TRACE</DefineConstants>
122
    <DebugType>full</DebugType>
123
    <PlatformTarget>x86</PlatformTarget>
124
    <ErrorReport>prompt</ErrorReport>
125
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
126
  </PropertyGroup>
127
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
128
    <DebugSymbols>true</DebugSymbols>
129
    <OutputPath>bin\Release_PEMSS\</OutputPath>
130
    <DefineConstants>DEBUG;TRACE</DefineConstants>
131
    <DebugType>full</DebugType>
132
    <PlatformTarget>AnyCPU</PlatformTarget>
133
    <ErrorReport>prompt</ErrorReport>
134
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
135
  </PropertyGroup>
136
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
137
    <DebugSymbols>true</DebugSymbols>
138
    <OutputPath>bin\x86\Release_PEMSS\</OutputPath>
139
    <DefineConstants>DEBUG;TRACE</DefineConstants>
140
    <DebugType>full</DebugType>
141
    <PlatformTarget>x86</PlatformTarget>
142
    <ErrorReport>prompt</ErrorReport>
143
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
144
  </PropertyGroup>
145
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
146
    <DebugSymbols>true</DebugSymbols>
147
    <OutputPath>bin\Debug_Daelim\</OutputPath>
148
    <DefineConstants>DEBUG;TRACE</DefineConstants>
149
    <DebugType>full</DebugType>
150
    <PlatformTarget>AnyCPU</PlatformTarget>
151
    <ErrorReport>prompt</ErrorReport>
152
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
153
  </PropertyGroup>
154
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
155
    <DebugSymbols>true</DebugSymbols>
156
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
157
    <DefineConstants>DEBUG;TRACE</DefineConstants>
158
    <DebugType>full</DebugType>
159
    <PlatformTarget>x86</PlatformTarget>
160
    <ErrorReport>prompt</ErrorReport>
161
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
31 162
  </PropertyGroup>
32 163
  <ItemGroup>
33 164
    <Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
......
74 205
  <ItemGroup>
75 206
    <None Include="App.Config">
76 207
      <SubType>Designer</SubType>
208
      <TransformOnBuild>true</TransformOnBuild>
77 209
    </None>
78 210
    <EntityDeploy Include="DataModel\CIModel.edmx">
79 211
      <Generator>EntityModelCodeGenerator</Generator>
80 212
      <LastGenOutput>CIModel.Designer.cs</LastGenOutput>
81 213
    </EntityDeploy>
82
    <None Include="packages.config" />
214
    <None Include="App.Debug.Config">
215
      <DependentUpon>App.Config</DependentUpon>
216
      <IsTransformFile>true</IsTransformFile>
217
    </None>
218
    <None Include="App.Debug_CadExport.Config">
219
      <DependentUpon>App.Config</DependentUpon>
220
      <IsTransformFile>true</IsTransformFile>
221
    </None>
222
    <None Include="App.Debug_HyoSung.Config">
223
      <DependentUpon>App.Config</DependentUpon>
224
      <IsTransformFile>true</IsTransformFile>
225
    </None>
226
    <None Include="App.Debug_SNI.Config">
227
      <DependentUpon>App.Config</DependentUpon>
228
      <IsTransformFile>true</IsTransformFile>
229
    </None>
230
    <None Include="App.Release.Config">
231
      <DependentUpon>App.Config</DependentUpon>
232
      <IsTransformFile>true</IsTransformFile>
233
    </None>
234
    <None Include="App.Release_Hyosung.Config">
235
      <DependentUpon>App.Config</DependentUpon>
236
      <IsTransformFile>true</IsTransformFile>
237
    </None>
238
    <None Include="App.Release_PEMSS.Config">
239
      <DependentUpon>App.Config</DependentUpon>
240
      <IsTransformFile>true</IsTransformFile>
241
    </None>
242
    <None Include="packages.config">
243
      <SubType>Designer</SubType>
244
    </None>
83 245
    <None Include="Properties\Settings.settings">
84 246
      <Generator>SettingsSingleFileGenerator</Generator>
85 247
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
......
90 252
  </ItemGroup>
91 253
  <ItemGroup>
92 254
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
93
      <Project>{ee9aaabc-1678-43a4-878e-cedbb577cf01}</Project>
255
      <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
94 256
      <Name>CommonLib</Name>
95 257
    </ProjectReference>
96 258
  </ItemGroup>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)