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