프로젝트

일반

사용자정보

개정판 919dee1b

ID919dee1be3f2021ea0e7c41c2257d1fc2ef33331
상위 c4ce78d9
하위 32e65f42, 4395d001

semi 이(가) 4년 이상 전에 추가함

Merged 완료

차이점 보기:

ConvertService/ServiceController/StationControllerService/StationControllerService.csproj
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" />
4 3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 4
  <PropertyGroup>
6 5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
......
32 31
    <DebugSymbols>true</DebugSymbols>
33 32
    <DebugType>full</DebugType>
34 33
    <Optimize>false</Optimize>
35
    <OutputPath>bin\Debug\</OutputPath>
34
    <OutputPath>bin\</OutputPath>
36 35
    <DefineConstants>DEBUG;TRACE</DefineConstants>
37 36
    <ErrorReport>prompt</ErrorReport>
38 37
    <WarningLevel>4</WarningLevel>
......
47 46
  </PropertyGroup>
48 47
  <ItemGroup>
49 48
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
50
      <HintPath>..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.dll</HintPath>
49
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
51 50
    </Reference>
52 51
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
53
      <HintPath>..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
52
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
54 53
    </Reference>
55 54
    <Reference Include="Microsoft.CSharp" />
56 55
    <Reference Include="System.ComponentModel.DataAnnotations" />
57 56
    <Reference Include="System.Data.DataSetExtensions" />
57
    <Reference Include="System.Runtime.Remoting" />
58 58
    <Reference Include="System.Security" />
59 59
    <Reference Include="System.Web.DynamicData" />
60 60
    <Reference Include="System.Web.Entity" />
......
87 87
    </Content>
88 88
    <Content Include="Web.config">
89 89
      <SubType>Designer</SubType>
90
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
90 91
    </Content>
91 92
  </ItemGroup>
92 93
  <ItemGroup>
......
99 100
    <Compile Include="FINALPDF_COUNT_Result.cs">
100 101
      <DependentUpon>MarkusModel.tt</DependentUpon>
101 102
    </Compile>
103
    <Compile Include="FINAL_PDF_MARKUP_CHECK_Result.cs">
104
      <DependentUpon>MarkusModel.tt</DependentUpon>
105
    </Compile>
102 106
    <Compile Include="IDataService.cs" />
103 107
    <Compile Include="MarkusEntities.cs" />
104 108
    <Compile Include="MarkusModel.Context.cs">
......
130 134
    <Compile Include="SELECT_CONVERT_ITEM_Result.cs">
131 135
      <DependentUpon>MarkusModel.tt</DependentUpon>
132 136
    </Compile>
137
    <Compile Include="SELECT_DOCINFO_Result.cs">
138
      <DependentUpon>MarkusModel.tt</DependentUpon>
139
    </Compile>
133 140
    <Compile Include="SELECT_DOCUMENT_ITEM_Result.cs">
134 141
      <DependentUpon>MarkusModel.tt</DependentUpon>
135 142
    </Compile>
136 143
    <Compile Include="SELECT_FINAL_PDF_ITEM_Result.cs">
137 144
      <DependentUpon>MarkusModel.tt</DependentUpon>
138 145
    </Compile>
146
    <Compile Include="SELECT_MARKUP_INFO_Result.cs">
147
      <DependentUpon>MarkusModel.tt</DependentUpon>
148
    </Compile>
139 149
    <Compile Include="SELECT_PROPERTIES_RUN_PROJECTS_Result.cs">
140 150
      <DependentUpon>MarkusModel.tt</DependentUpon>
141 151
    </Compile>
......
155 165
      <DependentUpon>MarkusModel.edmx</DependentUpon>
156 166
    </Content>
157 167
    <None Include="packages.config" />
158
    <None Include="Properties\PublishProfiles\CustomProfile.pubxml" />
159 168
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml">
160 169
      <SubType>Designer</SubType>
161 170
    </None>
......
166 175
    </None>
167 176
    <None Include="Web.Debug.config">
168 177
      <DependentUpon>Web.config</DependentUpon>
178
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
169 179
    </None>
170 180
    <None Include="Web.Debug_HS.config">
171 181
      <DependentUpon>Web.config</DependentUpon>
182
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
172 183
    </None>
173 184
    <None Include="Web.Release.config">
174 185
      <DependentUpon>Web.config</DependentUpon>
186
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
175 187
    </None>
176 188
  </ItemGroup>
177 189
  <ItemGroup>
......
183 195
  <ItemGroup>
184 196
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
185 197
  </ItemGroup>
198
  <ItemGroup>
199
    <WCFMetadata Include="Connected Services\" />
200
  </ItemGroup>
201
  <ItemGroup>
202
    <ProjectReference Include="..\..\..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
203
      <Project>{784438BE-2074-41AE-A692-24E1A4A67FE3}</Project>
204
      <Name>IFinalPDF</Name>
205
    </ProjectReference>
206
  </ItemGroup>
186 207
  <PropertyGroup>
187 208
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
188 209
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
......
217 238
      </FlavorProperties>
218 239
    </VisualStudio>
219 240
  </ProjectExtensions>
220
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
221
    <PropertyGroup>
222
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
223
    </PropertyGroup>
224
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.props'))" />
225
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.targets'))" />
226
  </Target>
227
  <Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" />
228 241
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
229 242
       Other similar extension points exist, see Microsoft.Common.targets.
230 243
  <Target Name="BeforeBuild">

내보내기 Unified diff

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