프로젝트

일반

사용자정보

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

markus / ConvertionWebServiceDefault / ConvertionWebServiceDefault.csproj @ d21e9c15

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