개정판 cbcc1a75
issue #00000 markup 바로가기 페이지 변경시 포커스 안 가는 현상 수정/확대범위 수정
Change-Id: If4d9e7f2a2915f7c491bcd46277800b7f833f3d3
ConvertionWebServiceDefault/ConvertionWebServiceDefault.csproj | ||
---|---|---|
14 | 14 |
<RootNamespace>ConvertionWebService</RootNamespace> |
15 | 15 |
<AssemblyName>ConvertionWebService</AssemblyName> |
16 | 16 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
17 |
<UseIISExpress>false</UseIISExpress>
|
|
17 |
<UseIISExpress>true</UseIISExpress>
|
|
18 | 18 |
<FileUpgradeFlags> |
19 | 19 |
</FileUpgradeFlags> |
20 | 20 |
<UpgradeBackupLocation> |
... | ... | |
64 | 64 |
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
65 | 65 |
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net40\Newtonsoft.Json.dll</HintPath> |
66 | 66 |
</Reference> |
67 |
<Reference Include="SharpVectors.Converters.Wpf, Version=1.8.4.0, Culture=neutral, PublicKeyToken=b532964b8548be77, processorArchitecture=MSIL"> |
|
68 |
<HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Converters.Wpf.dll</HintPath> |
|
69 |
</Reference> |
|
70 |
<Reference Include="SharpVectors.Core, Version=1.8.4.0, Culture=neutral, PublicKeyToken=7407205e337c98ef, processorArchitecture=MSIL"> |
|
71 |
<HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Core.dll</HintPath> |
|
72 |
</Reference> |
|
73 |
<Reference Include="SharpVectors.Css, Version=1.8.4.0, Culture=neutral, PublicKeyToken=7a46e3f532fdb787, processorArchitecture=MSIL"> |
|
74 |
<HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Css.dll</HintPath> |
|
75 |
</Reference> |
|
76 |
<Reference Include="SharpVectors.Dom, Version=1.8.4.0, Culture=neutral, PublicKeyToken=517340b6277b1a7a, processorArchitecture=MSIL"> |
|
77 |
<HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Dom.dll</HintPath> |
|
78 |
</Reference> |
|
79 |
<Reference Include="SharpVectors.Model, Version=1.8.4.0, Culture=neutral, PublicKeyToken=2236cfc76b505845, processorArchitecture=MSIL"> |
|
80 |
<HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Model.dll</HintPath> |
|
81 |
</Reference> |
|
82 |
<Reference Include="SharpVectors.Rendering.Wpf, Version=1.8.4.0, Culture=neutral, PublicKeyToken=d0902381100df30e, processorArchitecture=MSIL"> |
|
83 |
<HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Rendering.Wpf.dll</HintPath> |
|
84 |
</Reference> |
|
85 |
<Reference Include="SharpVectors.Runtime.Wpf, Version=1.8.4.0, Culture=neutral, PublicKeyToken=d16e717f0a981fb9, processorArchitecture=MSIL"> |
|
86 |
<HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Runtime.Wpf.dll</HintPath> |
|
87 |
</Reference> |
|
67 | 88 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
68 | 89 |
<Reference Include="System.Data.DataSetExtensions" /> |
69 | 90 |
<Reference Include="System.Data.Entity" /> |
... | ... | |
160 | 181 |
<ErrorReport>prompt</ErrorReport> |
161 | 182 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
162 | 183 |
<Prefer32Bit>false</Prefer32Bit> |
184 |
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
|
163 | 185 |
</PropertyGroup> |
164 | 186 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
165 | 187 |
<OutputPath>bin\</OutputPath> |
... | ... | |
180 | 202 |
<VisualStudio> |
181 | 203 |
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
182 | 204 |
<WebProjectProperties> |
183 |
<UseIIS>False</UseIIS>
|
|
205 |
<UseIIS>True</UseIIS>
|
|
184 | 206 |
<AutoAssignPort>True</AutoAssignPort> |
185 | 207 |
<DevelopmentServerPort>5295</DevelopmentServerPort> |
186 | 208 |
<DevelopmentServerVPath>/</DevelopmentServerVPath> |
187 |
<IISUrl> |
|
188 |
</IISUrl> |
|
209 |
<IISUrl>http://localhost:9022/</IISUrl> |
|
189 | 210 |
<NTLMAuthentication>False</NTLMAuthentication> |
190 | 211 |
<UseCustomServer>False</UseCustomServer> |
191 | 212 |
<CustomServerUrl> |
내보내기 Unified diff