markus / ConvertService / ServiceBase / ConvertionWebService / ConvertionWebService.csproj @ c7555c83
이력 | 보기 | 이력해설 | 다운로드 (9.04 KB)
1 | 53c9637d | 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>{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 | a5e5fff6 | taeseongkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
17 | 53c9637d | taeseongkim | <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 | 18dfb92e | djkim | <HintPath>..\Old_lib\daelim\DeepViewDataModel.dll</HintPath> |
63 | 53c9637d | taeseongkim | </Reference> |
64 | <Reference Include="MarkupToPDF"> |
||
65 | 3c71b3a5 | taeseongkim | <HintPath>..\Old_lib\MarkupToPDF.dll</HintPath> |
66 | 53c9637d | taeseongkim | </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 | 43e1d368 | taeseongkim | <Reference Include="System.Web.Extensions" /> |
81 | 53c9637d | taeseongkim | <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 | cdfb57ff | taeseongkim | <None Include="..\Markus.Service.Station\Log.config"> |
90 | 53c9637d | taeseongkim | <Link>Log.config</Link> |
91 | cdfb57ff | taeseongkim | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
92 | </None> |
||
93 | 06f13e11 | taeseongkim | <Content Include="DeepViewDataModel.dll.config"> |
94 | 53c9637d | taeseongkim | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
95 | 06f13e11 | taeseongkim | </Content> |
96 | 53c9637d | taeseongkim | <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 | 43e1d368 | taeseongkim | <ItemGroup> |
138 | <PackageReference Include="GemBox.Spreadsheet"> |
||
139 | 65674874 | taeseongkim | <Version>49.0.1225</Version> |
140 | 43e1d368 | taeseongkim | </PackageReference> |
141 | <PackageReference Include="log4net"> |
||
142 | 65674874 | taeseongkim | <Version>2.0.15</Version> |
143 | 43e1d368 | taeseongkim | </PackageReference> |
144 | <PackageReference Include="Newtonsoft.Json"> |
||
145 | 65674874 | taeseongkim | <Version>13.0.2</Version> |
146 | 43e1d368 | taeseongkim | </PackageReference> |
147 | </ItemGroup> |
||
148 | 53c9637d | taeseongkim | <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 | b4a1c7ff | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'"> |
172 | <OutputPath>bin\</OutputPath> |
||
173 | <Optimize>true</Optimize> |
||
174 | <DebugType>pdbonly</DebugType> |
||
175 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
176 | <LangVersion>7.3</LangVersion> |
||
177 | <ErrorReport>prompt</ErrorReport> |
||
178 | </PropertyGroup> |
||
179 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|x64'"> |
||
180 | <OutputPath>bin\</OutputPath> |
||
181 | <Optimize>true</Optimize> |
||
182 | <DebugType>pdbonly</DebugType> |
||
183 | <PlatformTarget>x64</PlatformTarget> |
||
184 | <LangVersion>7.3</LangVersion> |
||
185 | <ErrorReport>prompt</ErrorReport> |
||
186 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
187 | </PropertyGroup> |
||
188 | 53c9637d | taeseongkim | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
189 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
||
190 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
||
191 | <ProjectExtensions> |
||
192 | <VisualStudio> |
||
193 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
||
194 | <WebProjectProperties> |
||
195 | <UseIIS>False</UseIIS> |
||
196 | <AutoAssignPort>True</AutoAssignPort> |
||
197 | <DevelopmentServerPort>5295</DevelopmentServerPort> |
||
198 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
||
199 | <IISUrl> |
||
200 | </IISUrl> |
||
201 | <NTLMAuthentication>False</NTLMAuthentication> |
||
202 | <UseCustomServer>False</UseCustomServer> |
||
203 | <CustomServerUrl> |
||
204 | </CustomServerUrl> |
||
205 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
||
206 | </WebProjectProperties> |
||
207 | </FlavorProperties> |
||
208 | </VisualStudio> |
||
209 | </ProjectExtensions> |
||
210 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
211 | Other similar extension points exist, see Microsoft.Common.targets. |
||
212 | <Target Name="BeforeBuild"> |
||
213 | </Target> |
||
214 | <Target Name="AfterBuild"> |
||
215 | </Target> |
||
216 | --> |
||
217 | </Project> |