프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / ConvertionWebService / ConvertionWebService.csproj @ 43e1d368

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