프로젝트

일반

사용자정보

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

markus / ConvertionWebServiceDefault / ConvertionWebServiceDefault.csproj @ cbcc1a75

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

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