프로젝트

일반

사용자정보

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

markus / ConvertionWebServiceDefault / ConvertionWebServiceDefault.csproj @ 195f079d

이력 | 보기 | 이력해설 | 다운로드 (8.89 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
    <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="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
    <Reference Include="System.ComponentModel.DataAnnotations" />
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
    <Content Include="DeepViewDataModel.dll.config">
90
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
91
    </Content>
92
    <Content Include="Log.config" />
93
    <None Include="FinalService.ini">
94
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
95
    </None>
96
    <None Include="packages.config" />
97
    <None Include="Properties\PublishProfiles\FILE.pubxml" />
98
    <Content Include="Web.config">
99
      <SubType>Designer</SubType>
100
    </Content>
101
    <Content Include="Web.Debug.config">
102
      <DependentUpon>Web.config</DependentUpon>
103
    </Content>
104
    <Content Include="Web.Release.config">
105
      <DependentUpon>Web.config</DependentUpon>
106
    </Content>
107
  </ItemGroup>
108
  <ItemGroup>
109
    <Compile Include="Conversion.asmx.cs">
110
      <DependentUpon>Conversion.asmx</DependentUpon>
111
      <SubType>Component</SubType>
112
    </Compile>
113
    <Compile Include="Properties\AssemblyInfo.cs" />
114
    <Compile Include="Properties\Settings.Designer.cs">
115
      <AutoGen>True</AutoGen>
116
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
117
      <DependentUpon>Settings.settings</DependentUpon>
118
    </Compile>
119
  </ItemGroup>
120
  <ItemGroup>
121
    <None Include="Properties\Settings.settings">
122
      <Generator>SettingsSingleFileGenerator</Generator>
123
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
124
    </None>
125
  </ItemGroup>
126
  <ItemGroup>
127
    <WCFMetadata Include="Service References\" />
128
  </ItemGroup>
129
  <ItemGroup>
130
    <COMReference Include="VBIDE">
131
      <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
132
      <VersionMajor>5</VersionMajor>
133
      <VersionMinor>3</VersionMinor>
134
      <Lcid>0</Lcid>
135
      <WrapperTool>primary</WrapperTool>
136
      <Isolated>False</Isolated>
137
      <EmbedInteropTypes>True</EmbedInteropTypes>
138
    </COMReference>
139
  </ItemGroup>
140
  <ItemGroup>
141
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
142
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
143
      <Name>KCOMDataModel</Name>
144
    </ProjectReference>
145
    <ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj">
146
      <Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project>
147
      <Name>MarkupToPDF</Name>
148
    </ProjectReference>
149
  </ItemGroup>
150
  <PropertyGroup>
151
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
152
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
153
  </PropertyGroup>
154
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
155
    <DebugSymbols>true</DebugSymbols>
156
    <OutputPath>bin\</OutputPath>
157
    <DefineConstants>DEBUG;TRACE</DefineConstants>
158
    <DebugType>full</DebugType>
159
    <PlatformTarget>x64</PlatformTarget>
160
    <ErrorReport>prompt</ErrorReport>
161
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
162
    <Prefer32Bit>false</Prefer32Bit>
163
  </PropertyGroup>
164
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
165
    <OutputPath>bin\</OutputPath>
166
    <Optimize>true</Optimize>
167
    <DebugType>pdbonly</DebugType>
168
    <PlatformTarget>x64</PlatformTarget>
169
    <ErrorReport>prompt</ErrorReport>
170
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
171
    <Prefer32Bit>false</Prefer32Bit>
172
  </PropertyGroup>
173
  <PropertyGroup>
174
    <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
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)