개정판 ff01c725
issue #1187: 설치 파일 for SNI
Change-Id: If9472fac917642303f5a53438a6e8d0c19e82db2
KCOM_API/KCOM_API.csproj | ||
---|---|---|
42 | 42 |
<ErrorReport>prompt</ErrorReport> |
43 | 43 |
<WarningLevel>4</WarningLevel> |
44 | 44 |
<Prefer32Bit>false</Prefer32Bit> |
45 |
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
|
46 |
<PlatformTarget>x64</PlatformTarget> |
|
45 | 47 |
</PropertyGroup> |
46 | 48 |
<ItemGroup> |
47 | 49 |
<Reference Include="Microsoft.CSharp" /> |
... | ... | |
69 | 71 |
</ItemGroup> |
70 | 72 |
<ItemGroup> |
71 | 73 |
<Content Include="MarkusService.svc" /> |
74 |
<Content Include="ServiceDeepVIew.asmx" /> |
|
72 | 75 |
<Content Include="ServiceDeepView.svc" /> |
73 | 76 |
<Content Include="Web.config"> |
74 | 77 |
<SubType>Designer</SubType> |
... | ... | |
141 | 144 |
<DefineConstants>TRACE</DefineConstants> |
142 | 145 |
<Optimize>true</Optimize> |
143 | 146 |
<DebugType>pdbonly</DebugType> |
144 |
<PlatformTarget>x86</PlatformTarget> |
|
147 |
<PlatformTarget>x64</PlatformTarget> |
|
148 |
<ErrorReport>prompt</ErrorReport> |
|
149 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
150 |
</PropertyGroup> |
|
151 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
|
152 |
<DebugSymbols>true</DebugSymbols> |
|
153 |
<OutputPath>bin\</OutputPath> |
|
154 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
155 |
<DebugType>full</DebugType> |
|
156 |
<PlatformTarget>x64</PlatformTarget> |
|
157 |
<ErrorReport>prompt</ErrorReport> |
|
158 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
159 |
</PropertyGroup> |
|
160 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
161 |
<OutputPath>bin\</OutputPath> |
|
162 |
<DefineConstants>TRACE</DefineConstants> |
|
163 |
<Optimize>true</Optimize> |
|
164 |
<DebugType>pdbonly</DebugType> |
|
165 |
<PlatformTarget>x64</PlatformTarget> |
|
166 |
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
|
145 | 167 |
<ErrorReport>prompt</ErrorReport> |
146 | 168 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
147 | 169 |
</PropertyGroup> |
... | ... | |
156 | 178 |
<AutoAssignPort>True</AutoAssignPort> |
157 | 179 |
<DevelopmentServerPort>13009</DevelopmentServerPort> |
158 | 180 |
<DevelopmentServerVPath>/</DevelopmentServerVPath> |
159 |
<IISUrl>http://localhost:13009/</IISUrl>
|
|
181 |
<IISUrl>http://localhost:8080/</IISUrl>
|
|
160 | 182 |
<NTLMAuthentication>False</NTLMAuthentication> |
161 | 183 |
<UseCustomServer>False</UseCustomServer> |
162 | 184 |
<CustomServerUrl> |
내보내기 Unified diff