markus / KCOM_API / KCOM_API.csproj @ 0b75c341
이력 | 보기 | 이력해설 | 다운로드 (8.03 KB)
1 | 787a4489 | KangIngu | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|---|---|---|
2 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||
3 | <PropertyGroup> |
||
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
6 | <ProductVersion> |
||
7 | </ProductVersion> |
||
8 | <SchemaVersion>2.0</SchemaVersion> |
||
9 | <ProjectGuid>{F026B592-11B9-410C-B4FF-384E511A4666}</ProjectGuid> |
||
10 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
||
11 | <OutputType>Library</OutputType> |
||
12 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
13 | <RootNamespace>KCOM_API</RootNamespace> |
||
14 | <AssemblyName>KCOM_API</AssemblyName> |
||
15 | d4a60930 | djkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
16 | 787a4489 | KangIngu | <UseIISExpress>true</UseIISExpress> |
17 | <Use64BitIISExpress /> |
||
18 | <IISExpressSSLPort /> |
||
19 | <IISExpressAnonymousAuthentication /> |
||
20 | <IISExpressWindowsAuthentication /> |
||
21 | <IISExpressUseClassicPipelineMode /> |
||
22 | <UseGlobalApplicationHostFile /> |
||
23 | <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled> |
||
24 | <TargetFrameworkProfile /> |
||
25 | </PropertyGroup> |
||
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
27 | <DebugSymbols>true</DebugSymbols> |
||
28 | <DebugType>full</DebugType> |
||
29 | <Optimize>false</Optimize> |
||
30 | <OutputPath>bin\</OutputPath> |
||
31 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
32 | <ErrorReport>prompt</ErrorReport> |
||
33 | <WarningLevel>4</WarningLevel> |
||
34 | <Prefer32Bit>false</Prefer32Bit> |
||
35 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
36 | </PropertyGroup> |
||
37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
38 | <DebugType>pdbonly</DebugType> |
||
39 | <Optimize>true</Optimize> |
||
40 | <OutputPath>bin\</OutputPath> |
||
41 | <DefineConstants>TRACE</DefineConstants> |
||
42 | <ErrorReport>prompt</ErrorReport> |
||
43 | <WarningLevel>4</WarningLevel> |
||
44 | <Prefer32Bit>false</Prefer32Bit> |
||
45 | </PropertyGroup> |
||
46 | <ItemGroup> |
||
47 | <Reference Include="Microsoft.CSharp" /> |
||
48 | 0f6604ce | taeseongkim | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
49 | <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
||
50 | </Reference> |
||
51 | 787a4489 | KangIngu | <Reference Include="System.Data.DataSetExtensions" /> |
52 | <Reference Include="System.Data.Entity" /> |
||
53 | <Reference Include="System.Runtime.Remoting" /> |
||
54 | <Reference Include="System.Runtime.Serialization" /> |
||
55 | <Reference Include="System.ServiceModel" /> |
||
56 | c517099d | taeseongkim | <Reference Include="System.ServiceModel.Web" /> |
57 | 787a4489 | KangIngu | <Reference Include="System.Web.DynamicData" /> |
58 | <Reference Include="System.Web.Entity" /> |
||
59 | <Reference Include="System.Web.ApplicationServices" /> |
||
60 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
61 | <Reference Include="System" /> |
||
62 | <Reference Include="System.Data" /> |
||
63 | <Reference Include="System.Drawing" /> |
||
64 | <Reference Include="System.Web" /> |
||
65 | <Reference Include="System.Web.Extensions" /> |
||
66 | <Reference Include="System.Xml" /> |
||
67 | <Reference Include="System.Configuration" /> |
||
68 | <Reference Include="System.Web.Services" /> |
||
69 | <Reference Include="System.EnterpriseServices" /> |
||
70 | <Reference Include="System.Xml.Linq" /> |
||
71 | <Reference Include="WindowsBase" /> |
||
72 | </ItemGroup> |
||
73 | <ItemGroup> |
||
74 | 0f6604ce | taeseongkim | <Content Include="PemssService.svc" /> |
75 | 787a4489 | KangIngu | <Content Include="ServiceDeepView.svc" /> |
76 | 684ef11c | ljiyeon | <Content Include="Web.config"> |
77 | <SubType>Designer</SubType> |
||
78 | </Content> |
||
79 | 787a4489 | KangIngu | </ItemGroup> |
80 | <ItemGroup> |
||
81 | 0b75c341 | taeseongkim | <Compile Include="MarkupKeyValue.cs" /> |
82 | 0f6604ce | taeseongkim | <Compile Include="PemssService.svc.cs"> |
83 | <DependentUpon>PemssService.svc</DependentUpon> |
||
84 | c517099d | taeseongkim | <SubType>Component</SubType> |
85 | </Compile> |
||
86 | 787a4489 | KangIngu | <Compile Include="Properties\AssemblyInfo.cs" /> |
87 | a874198d | humkyung | <Compile Include="Properties\Settings.Designer.cs"> |
88 | <AutoGen>True</AutoGen> |
||
89 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
90 | <DependentUpon>Settings.settings</DependentUpon> |
||
91 | </Compile> |
||
92 | 787a4489 | KangIngu | <Compile Include="ServiceDeepView.svc.cs"> |
93 | <DependentUpon>ServiceDeepView.svc</DependentUpon> |
||
94 | <SubType>Component</SubType> |
||
95 | </Compile> |
||
96 | </ItemGroup> |
||
97 | <ItemGroup> |
||
98 | 0f6604ce | taeseongkim | <None Include="packages.config" /> |
99 | 787a4489 | KangIngu | <None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
100 | a874198d | humkyung | <None Include="Properties\Settings.settings"> |
101 | <Generator>SettingsSingleFileGenerator</Generator> |
||
102 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
103 | </None> |
||
104 | 787a4489 | KangIngu | <None Include="Web.Debug.config"> |
105 | <DependentUpon>Web.config</DependentUpon> |
||
106 | </None> |
||
107 | <None Include="Web.Release.config"> |
||
108 | <DependentUpon>Web.config</DependentUpon> |
||
109 | </None> |
||
110 | </ItemGroup> |
||
111 | <ItemGroup> |
||
112 | <ProjectReference Include="..\CompareLib\CompareLib.csproj"> |
||
113 | <Project>{ab53fc3b-606b-499e-b2a8-acdb3bcc2c98}</Project> |
||
114 | <Name>CompareLib</Name> |
||
115 | </ProjectReference> |
||
116 | c0977e97 | djkim | <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
117 | 8e2743a3 | humkyung | <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
118 | <Name>IFinalPDF</Name> |
||
119 | </ProjectReference> |
||
120 | 787a4489 | KangIngu | <ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
121 | <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
||
122 | <Name>IKCOM</Name> |
||
123 | </ProjectReference> |
||
124 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
125 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
126 | <Name>KCOMDataModel</Name> |
||
127 | </ProjectReference> |
||
128 | 0f6604ce | taeseongkim | <ProjectReference Include="..\PemssAPI\PemssAPI.csproj"> |
129 | <Project>{d832cd38-0823-42fc-aa64-a216d3b3ce44}</Project> |
||
130 | <Name>PemssAPI</Name> |
||
131 | </ProjectReference> |
||
132 | 787a4489 | KangIngu | </ItemGroup> |
133 | <PropertyGroup> |
||
134 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
||
135 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||
136 | </PropertyGroup> |
||
137 | f19ebe30 | djkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
138 | <DebugSymbols>true</DebugSymbols> |
||
139 | <OutputPath>bin\</OutputPath> |
||
140 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
141 | <DebugType>full</DebugType> |
||
142 | <PlatformTarget>x86</PlatformTarget> |
||
143 | <ErrorReport>prompt</ErrorReport> |
||
144 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
145 | </PropertyGroup> |
||
146 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
147 | <OutputPath>bin\</OutputPath> |
||
148 | <DefineConstants>TRACE</DefineConstants> |
||
149 | <Optimize>true</Optimize> |
||
150 | <DebugType>pdbonly</DebugType> |
||
151 | <PlatformTarget>x86</PlatformTarget> |
||
152 | <ErrorReport>prompt</ErrorReport> |
||
153 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
154 | </PropertyGroup> |
||
155 | 787a4489 | KangIngu | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
156 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
||
157 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
||
158 | <ProjectExtensions> |
||
159 | <VisualStudio> |
||
160 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
||
161 | <WebProjectProperties> |
||
162 | <UseIIS>True</UseIIS> |
||
163 | <AutoAssignPort>True</AutoAssignPort> |
||
164 | <DevelopmentServerPort>13009</DevelopmentServerPort> |
||
165 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
||
166 | <IISUrl>http://localhost:13009/</IISUrl> |
||
167 | <NTLMAuthentication>False</NTLMAuthentication> |
||
168 | <UseCustomServer>False</UseCustomServer> |
||
169 | <CustomServerUrl> |
||
170 | </CustomServerUrl> |
||
171 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
||
172 | </WebProjectProperties> |
||
173 | </FlavorProperties> |
||
174 | </VisualStudio> |
||
175 | </ProjectExtensions> |
||
176 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
177 | Other similar extension points exist, see Microsoft.Common.targets. |
||
178 | <Target Name="BeforeBuild"> |
||
179 | </Target> |
||
180 | <Target Name="AfterBuild"> |
||
181 | </Target> |
||
182 | --> |
||
183 | </Project> |