프로젝트

일반

사용자정보

개정판 a1142a6b

IDa1142a6b86a0cb874e843a6f005322de4694d519
상위 9f55b953
하위 f65e6c02

김태성이(가) 약 5년 전에 추가함

#00000 Debug에서 DevDoftech/Hyosung를 병행하여 Debug하도록 수정
- Web.config/Web.Debug.config/Web.Debug_DevDoftech.config/Web.Debug_HyoSung.config
- 솔루션 구성을 선택하여 각각 Debug
- Kcom_api에서 사용자 정보를 MS SQL 쿼리로 가져와서 사용하도록 수정( EF의 오류 방지)

Change-Id: I7c64e3f99a18dd29d91036a99604401f24c469d8

차이점 보기:

KCOM_API/KCOM_API.csproj
85 85
    </Reference>
86 86
  </ItemGroup>
87 87
  <ItemGroup>
88
    <Content Include="Default.aspx" />
88 89
    <Content Include="HtmlPage1.html" />
89 90
    <Content Include="License-LGPL.txt" />
90 91
    <Content Include="MarkusService.svc" />
......
96 97
  <ItemGroup>
97 98
    <Compile Include="DataModel\AdjustResult.cs" />
98 99
    <Compile Include="DataModel\Commant.cs" />
100
    <Compile Include="DataModel\mMember.cs" />
101
    <Compile Include="Default.aspx.cs">
102
      <DependentUpon>Default.aspx</DependentUpon>
103
      <SubType>ASPXCodeBehind</SubType>
104
    </Compile>
105
    <Compile Include="Default.aspx.designer.cs">
106
      <DependentUpon>Default.aspx</DependentUpon>
107
    </Compile>
99 108
    <Compile Include="MarkusService.svc.cs">
100 109
      <DependentUpon>MarkusService.svc</DependentUpon>
101 110
      <SubType>Component</SubType>
......
120 129
    </None>
121 130
    <None Include="Web.Debug.config">
122 131
      <DependentUpon>Web.config</DependentUpon>
132
      <IsTransformFile>true</IsTransformFile>
123 133
    </None>
124 134
    <None Include="Web.Debug_DevDoftech.config">
125 135
      <DependentUpon>Web.config</DependentUpon>
136
      <IsTransformFile>true</IsTransformFile>
126 137
    </None>
127 138
    <None Include="Web.Debug_HyoSung.config">
128 139
      <DependentUpon>Web.config</DependentUpon>
140
      <IsTransformFile>true</IsTransformFile>
129 141
    </None>
130 142
    <None Include="Web.Release.config">
131 143
      <DependentUpon>Web.config</DependentUpon>
144
      <IsTransformFile>true</IsTransformFile>
132 145
    </None>
133 146
  </ItemGroup>
134 147
  <ItemGroup>
......
269 282
    <Error Condition="!Exists('..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets'))" />
270 283
  </Target>
271 284
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
272
       Other similar extension points exist, see Microsoft.Common.targets.
285
       Other similar extension points exist, see Microsoft.Common.targets. -->
273 286
  <Target Name="BeforeBuild">
287
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
274 288
  </Target>
275 289
  <Target Name="AfterBuild">
276 290
  </Target>
277
  -->
278
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
291
 
279 292
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
280 293
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
281 294
  </Target>
295
  <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')">
296
    <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" />
297
  </Target>
298
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
282 299
</Project>

내보내기 Unified diff

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