프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / ConvertionWebServiceDefault / ConvertionWebServiceDefault.csproj @ d21e9c15

이력 | 보기 | 이력해설 | 다운로드 (9.01 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>{8B470D8E-ABFF-4C70-8059-0EFB51755E84}</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=AMD64">
61
      <SpecificVersion>False</SpecificVersion>
62
      <HintPath>..\Old_lib\daelim\DeepViewDataModel.dll</HintPath>
63
    </Reference>
64
    <Reference Include="GemBox.Spreadsheet, Version=39.3.30.1215, Culture=neutral, PublicKeyToken=b1b72c69714d4847, processorArchitecture=MSIL">
65
      <HintPath>..\packages\GemBox.Spreadsheet.39.3.30.1215\lib\net30\GemBox.Spreadsheet.dll</HintPath>
66
    </Reference>
67
    <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
68
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
69
    </Reference>
70
    <Reference Include="MarkupToPDF">
71
      <HintPath>..\Old_lib\MarkupToPDF.dll</HintPath>
72
    </Reference>
73
    <Reference Include="Microsoft.CSharp" />
74
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
75
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
76
    </Reference>
77
    <Reference Include="System.Data.DataSetExtensions" />
78
    <Reference Include="System.Data.Entity" />
79
    <Reference Include="System.Runtime.Remoting" />
80
    <Reference Include="System.Runtime.Serialization" />
81
    <Reference Include="System.ServiceModel" />
82
    <Reference Include="System.Web.DynamicData" />
83
    <Reference Include="System.Web.Entity" />
84
    <Reference Include="System.Web.ApplicationServices" />
85
    <Reference Include="System" />
86
    <Reference Include="System.Data" />
87
    <Reference Include="System.Web.Extensions" />
88
    <Reference Include="System.Drawing" />
89
    <Reference Include="System.Web" />
90
    <Reference Include="System.Xml" />
91
    <Reference Include="System.Configuration" />
92
    <Reference Include="System.Web.Services" />
93
    <Reference Include="System.EnterpriseServices" />
94
    <Reference Include="System.Xml.Linq" />
95
  </ItemGroup>
96
  <ItemGroup>
97
    <Content Include="Conversion.asmx" />
98
    <None Include="..\Markus.Service.Station\Log.config">
99
      <Link>Log.config</Link>
100
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
101
    </None>
102
    <Content Include="DeepViewDataModel.dll.config">
103
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
104
    </Content>
105
    <None Include="packages.config" />
106
    <None Include="Properties\PublishProfiles\FILE.pubxml" />
107
    <Content Include="Web.config" />
108
    <Content Include="Web.Debug.config">
109
      <DependentUpon>Web.config</DependentUpon>
110
    </Content>
111
    <Content Include="Web.Release.config">
112
      <DependentUpon>Web.config</DependentUpon>
113
    </Content>
114
  </ItemGroup>
115
  <ItemGroup>
116
    <Compile Include="Conversion.asmx.cs">
117
      <DependentUpon>Conversion.asmx</DependentUpon>
118
      <SubType>Component</SubType>
119
    </Compile>
120
    <Compile Include="Properties\AssemblyInfo.cs" />
121
    <Compile Include="Properties\Settings.Designer.cs">
122
      <AutoGen>True</AutoGen>
123
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
124
      <DependentUpon>Settings.settings</DependentUpon>
125
    </Compile>
126
  </ItemGroup>
127
  <ItemGroup>
128
    <None Include="Properties\Settings.settings">
129
      <Generator>SettingsSingleFileGenerator</Generator>
130
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
131
    </None>
132
  </ItemGroup>
133
  <ItemGroup>
134
    <WCFMetadata Include="Service References\" />
135
  </ItemGroup>
136
  <ItemGroup>
137
    <COMReference Include="VBIDE">
138
      <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
139
      <VersionMajor>5</VersionMajor>
140
      <VersionMinor>3</VersionMinor>
141
      <Lcid>0</Lcid>
142
      <WrapperTool>primary</WrapperTool>
143
      <Isolated>False</Isolated>
144
      <EmbedInteropTypes>True</EmbedInteropTypes>
145
    </COMReference>
146
  </ItemGroup>
147
  <ItemGroup>
148
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
149
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
150
      <Name>Markus.Service.DataBase</Name>
151
    </ProjectReference>
152
  </ItemGroup>
153
  <PropertyGroup>
154
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
155
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
156
  </PropertyGroup>
157
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
158
    <DebugSymbols>true</DebugSymbols>
159
    <OutputPath>bin\</OutputPath>
160
    <DefineConstants>DEBUG;TRACE</DefineConstants>
161
    <DebugType>full</DebugType>
162
    <PlatformTarget>x64</PlatformTarget>
163
    <ErrorReport>prompt</ErrorReport>
164
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
165
    <Prefer32Bit>false</Prefer32Bit>
166
  </PropertyGroup>
167
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
168
    <OutputPath>bin\</OutputPath>
169
    <Optimize>true</Optimize>
170
    <DebugType>pdbonly</DebugType>
171
    <PlatformTarget>x64</PlatformTarget>
172
    <ErrorReport>prompt</ErrorReport>
173
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
174
    <Prefer32Bit>false</Prefer32Bit>
175
  </PropertyGroup>
176
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
177
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
178
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
179
  <ProjectExtensions>
180
    <VisualStudio>
181
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
182
        <WebProjectProperties>
183
          <UseIIS>False</UseIIS>
184
          <AutoAssignPort>True</AutoAssignPort>
185
          <DevelopmentServerPort>5295</DevelopmentServerPort>
186
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
187
          <IISUrl>
188
          </IISUrl>
189
          <NTLMAuthentication>False</NTLMAuthentication>
190
          <UseCustomServer>False</UseCustomServer>
191
          <CustomServerUrl>
192
          </CustomServerUrl>
193
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
194
        </WebProjectProperties>
195
      </FlavorProperties>
196
    </VisualStudio>
197
  </ProjectExtensions>
198
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
199
       Other similar extension points exist, see Microsoft.Common.targets.
200
  <Target Name="BeforeBuild">
201
  </Target>
202
  <Target Name="AfterBuild">
203
  </Target>
204
  -->
205
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)