프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / ConvertionWebService / ConvertionWebService.csproj @ cdfb57ff

이력 | 보기 | 이력해설 | 다운로드 (8.92 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProductVersion>
8
    </ProductVersion>
9
    <SchemaVersion>2.0</SchemaVersion>
10
    <ProjectGuid>{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}</ProjectGuid>
11
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12
    <OutputType>Library</OutputType>
13
    <AppDesignerFolder>Properties</AppDesignerFolder>
14
    <RootNamespace>ConvertionWebService</RootNamespace>
15
    <AssemblyName>ConvertionWebService</AssemblyName>
16
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
17
    <UseIISExpress>false</UseIISExpress>
18
    <FileUpgradeFlags>
19
    </FileUpgradeFlags>
20
    <UpgradeBackupLocation>
21
    </UpgradeBackupLocation>
22
    <OldToolsVersion>4.0</OldToolsVersion>
23
    <Use64BitIISExpress />
24
    <IISExpressSSLPort />
25
    <IISExpressAnonymousAuthentication />
26
    <IISExpressWindowsAuthentication />
27
    <IISExpressUseClassicPipelineMode />
28
    <UseGlobalApplicationHostFile />
29
    <TargetFrameworkProfile />
30
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32
    <DebugSymbols>true</DebugSymbols>
33
    <DebugType>full</DebugType>
34
    <Optimize>false</Optimize>
35
    <OutputPath>bin\</OutputPath>
36
    <DefineConstants>DEBUG;TRACE</DefineConstants>
37
    <ErrorReport>prompt</ErrorReport>
38
    <WarningLevel>4</WarningLevel>
39
    <Prefer32Bit>false</Prefer32Bit>
40
  </PropertyGroup>
41
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42
    <DebugType>pdbonly</DebugType>
43
    <Optimize>true</Optimize>
44
    <OutputPath>bin\</OutputPath>
45
    <DefineConstants>
46
    </DefineConstants>
47
    <ErrorReport>prompt</ErrorReport>
48
    <WarningLevel>4</WarningLevel>
49
    <Prefer32Bit>false</Prefer32Bit>
50
  </PropertyGroup>
51
  <ItemGroup>
52
    <Reference Include="ConverterPDF, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
53
      <SpecificVersion>False</SpecificVersion>
54
      <HintPath>..\Old_lib\ConverterPDF.dll</HintPath>
55
    </Reference>
56
    <Reference Include="DeepView.Toolkit.GuidGenerator, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
57
      <SpecificVersion>False</SpecificVersion>
58
      <HintPath>..\Old_lib\DeepView.Toolkit.GuidGenerator.dll</HintPath>
59
    </Reference>
60
    <Reference Include="DeepViewDataModel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
61
      <SpecificVersion>False</SpecificVersion>
62
      <HintPath>..\Old_lib\DeepViewDataModel.dll</HintPath>
63
    </Reference>
64
    <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
65
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
66
    </Reference>
67
    <Reference Include="MarkupToPDF">
68
      <HintPath>..\..\..\..\MarkUS_deploy\MarkupToPDF\bin\x64\Debug\MarkupToPDF.dll</HintPath>
69
    </Reference>
70
    <Reference Include="Microsoft.CSharp" />
71
    <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
72
      <EmbedInteropTypes>True</EmbedInteropTypes>
73
      <HintPath>..\Main\PDFConverter\packages\Microsoft.Office.Interop.Excel.15.0.4795.1000\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
74
      <Private>True</Private>
75
    </Reference>
76
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
77
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
78
    </Reference>
79
    <Reference Include="System.Data.DataSetExtensions" />
80
    <Reference Include="System.Data.Entity" />
81
    <Reference Include="System.Runtime.Remoting" />
82
    <Reference Include="System.Runtime.Serialization" />
83
    <Reference Include="System.ServiceModel" />
84
    <Reference Include="System.Web.DynamicData" />
85
    <Reference Include="System.Web.Entity" />
86
    <Reference Include="System.Web.ApplicationServices" />
87
    <Reference Include="System" />
88
    <Reference Include="System.Data" />
89
    <Reference Include="System.Web.Extensions" />
90
    <Reference Include="System.Drawing" />
91
    <Reference Include="System.Web" />
92
    <Reference Include="System.Xml" />
93
    <Reference Include="System.Configuration" />
94
    <Reference Include="System.Web.Services" />
95
    <Reference Include="System.EnterpriseServices" />
96
    <Reference Include="System.Xml.Linq" />
97
  </ItemGroup>
98
  <ItemGroup>
99
    <Content Include="Conversion.asmx" />
100
    <None Include="..\Markus.Service.Station\Log.config">
101
      <Link>Log.config</Link>
102
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
103
    </None>
104
    <None Include="DeepViewDataModel.dll.config">
105
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
106
    </None>
107
    <None Include="packages.config" />
108
    <None Include="Properties\PublishProfiles\FILE.pubxml" />
109
    <Content Include="Web.config" />
110
    <Content Include="Web.Debug.config">
111
      <DependentUpon>Web.config</DependentUpon>
112
    </Content>
113
    <Content Include="Web.Release.config">
114
      <DependentUpon>Web.config</DependentUpon>
115
    </Content>
116
  </ItemGroup>
117
  <ItemGroup>
118
    <Compile Include="Conversion.asmx.cs">
119
      <DependentUpon>Conversion.asmx</DependentUpon>
120
      <SubType>Component</SubType>
121
    </Compile>
122
    <Compile Include="Properties\AssemblyInfo.cs" />
123
    <Compile Include="Properties\Settings.Designer.cs">
124
      <AutoGen>True</AutoGen>
125
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
126
      <DependentUpon>Settings.settings</DependentUpon>
127
    </Compile>
128
  </ItemGroup>
129
  <ItemGroup>
130
    <None Include="Properties\Settings.settings">
131
      <Generator>SettingsSingleFileGenerator</Generator>
132
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
133
    </None>
134
  </ItemGroup>
135
  <ItemGroup>
136
    <WCFMetadata Include="Service References\" />
137
  </ItemGroup>
138
  <ItemGroup>
139
    <COMReference Include="VBIDE">
140
      <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
141
      <VersionMajor>5</VersionMajor>
142
      <VersionMinor>3</VersionMinor>
143
      <Lcid>0</Lcid>
144
      <WrapperTool>primary</WrapperTool>
145
      <Isolated>False</Isolated>
146
      <EmbedInteropTypes>True</EmbedInteropTypes>
147
    </COMReference>
148
  </ItemGroup>
149
  <PropertyGroup>
150
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
151
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
152
  </PropertyGroup>
153
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
154
    <DebugSymbols>true</DebugSymbols>
155
    <OutputPath>bin\</OutputPath>
156
    <DefineConstants>DEBUG;TRACE</DefineConstants>
157
    <DebugType>full</DebugType>
158
    <PlatformTarget>x64</PlatformTarget>
159
    <ErrorReport>prompt</ErrorReport>
160
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
161
    <Prefer32Bit>false</Prefer32Bit>
162
  </PropertyGroup>
163
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
164
    <OutputPath>bin\</OutputPath>
165
    <Optimize>true</Optimize>
166
    <DebugType>pdbonly</DebugType>
167
    <PlatformTarget>x64</PlatformTarget>
168
    <ErrorReport>prompt</ErrorReport>
169
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
170
    <Prefer32Bit>false</Prefer32Bit>
171
  </PropertyGroup>
172
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
173
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
174
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
175
  <ProjectExtensions>
176
    <VisualStudio>
177
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
178
        <WebProjectProperties>
179
          <UseIIS>False</UseIIS>
180
          <AutoAssignPort>True</AutoAssignPort>
181
          <DevelopmentServerPort>5295</DevelopmentServerPort>
182
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
183
          <IISUrl>
184
          </IISUrl>
185
          <NTLMAuthentication>False</NTLMAuthentication>
186
          <UseCustomServer>False</UseCustomServer>
187
          <CustomServerUrl>
188
          </CustomServerUrl>
189
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
190
        </WebProjectProperties>
191
      </FlavorProperties>
192
    </VisualStudio>
193
  </ProjectExtensions>
194
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
195
       Other similar extension points exist, see Microsoft.Common.targets.
196
  <Target Name="BeforeBuild">
197
  </Target>
198
  <Target Name="AfterBuild">
199
  </Target>
200
  -->
201
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)