프로젝트

일반

사용자정보

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

markus / ConvertService / ConverterService / ConvertionWebService / ConvertionWebService.csproj @ ced47e14

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

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.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.0</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
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31
    <DebugSymbols>true</DebugSymbols>
32
    <DebugType>full</DebugType>
33
    <Optimize>false</Optimize>
34
    <OutputPath>bin\</OutputPath>
35
    <DefineConstants>DEBUG;TRACE</DefineConstants>
36
    <ErrorReport>prompt</ErrorReport>
37
    <WarningLevel>4</WarningLevel>
38
  </PropertyGroup>
39
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40
    <DebugType>pdbonly</DebugType>
41
    <Optimize>true</Optimize>
42
    <OutputPath>bin\</OutputPath>
43
    <DefineConstants>
44
    </DefineConstants>
45
    <ErrorReport>prompt</ErrorReport>
46
    <WarningLevel>4</WarningLevel>
47
  </PropertyGroup>
48
  <ItemGroup>
49
    <Reference Include="Microsoft.CSharp" />
50
    <Reference Include="System.Data.Entity" />
51
    <Reference Include="System.Runtime.Remoting" />
52
    <Reference Include="System.Runtime.Serialization" />
53
    <Reference Include="System.ServiceModel" />
54
    <Reference Include="System.Web.DynamicData" />
55
    <Reference Include="System.Web.Entity" />
56
    <Reference Include="System.Web.ApplicationServices" />
57
    <Reference Include="System" />
58
    <Reference Include="System.Data" />
59
    <Reference Include="System.Core" />
60
    <Reference Include="System.Data.DataSetExtensions" />
61
    <Reference Include="System.Web.Extensions" />
62
    <Reference Include="System.Xml.Linq" />
63
    <Reference Include="System.Drawing" />
64
    <Reference Include="System.Web" />
65
    <Reference Include="System.Xml" />
66
    <Reference Include="System.Configuration" />
67
    <Reference Include="System.Web.Services" />
68
    <Reference Include="System.EnterpriseServices" />
69
  </ItemGroup>
70
  <ItemGroup>
71
    <Content Include="Conversion.asmx" />
72
    <None Include="Properties\PublishProfiles\FILE.pubxml" />
73
    <Content Include="Web.config" />
74
    <Content Include="Web.Debug.config">
75
      <DependentUpon>Web.config</DependentUpon>
76
    </Content>
77
    <Content Include="Web.Release.config">
78
      <DependentUpon>Web.config</DependentUpon>
79
    </Content>
80
  </ItemGroup>
81
  <ItemGroup>
82
    <Compile Include="Conversion.asmx.cs">
83
      <DependentUpon>Conversion.asmx</DependentUpon>
84
      <SubType>Component</SubType>
85
    </Compile>
86
    <Compile Include="Properties\AssemblyInfo.cs" />
87
    <Compile Include="Properties\Settings.Designer.cs">
88
      <AutoGen>True</AutoGen>
89
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
90
      <DependentUpon>Settings.settings</DependentUpon>
91
    </Compile>
92
  </ItemGroup>
93
  <ItemGroup>
94
    <ProjectReference Include="..\DBAggrigater\DeepViewDataModel\DeepViewDataModel.csproj">
95
      <Project>{50F414CE-934A-4220-9D0A-C4B262F74A1C}</Project>
96
      <Name>DeepViewDataModel</Name>
97
    </ProjectReference>
98
    <ProjectReference Include="..\DeepView.Toolkit.GuidGenerator\DeepView.Toolkit.GuidGenerator.csproj">
99
      <Project>{B07FDC39-F202-4EAA-BD32-80BCD19AF630}</Project>
100
      <Name>DeepView.Toolkit.GuidGenerator</Name>
101
    </ProjectReference>
102
    <ProjectReference Include="..\IConverterPDF\IConverterPDF.csproj">
103
      <Project>{5B120817-FDAD-4D84-8A22-2505337D7FB0}</Project>
104
      <Name>IConverterPDF</Name>
105
    </ProjectReference>
106
  </ItemGroup>
107
  <ItemGroup>
108
    <None Include="Properties\Settings.settings">
109
      <Generator>SettingsSingleFileGenerator</Generator>
110
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111
    </None>
112
  </ItemGroup>
113
  <ItemGroup>
114
    <WCFMetadata Include="Service References\" />
115
  </ItemGroup>
116
  <PropertyGroup>
117
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
118
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
119
  </PropertyGroup>
120
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
121
    <DebugSymbols>true</DebugSymbols>
122
    <OutputPath>bin\</OutputPath>
123
    <DefineConstants>DEBUG;TRACE</DefineConstants>
124
    <DebugType>full</DebugType>
125
    <PlatformTarget>x64</PlatformTarget>
126
    <ErrorReport>prompt</ErrorReport>
127
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
128
  </PropertyGroup>
129
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
130
    <OutputPath>bin\</OutputPath>
131
    <Optimize>true</Optimize>
132
    <DebugType>pdbonly</DebugType>
133
    <PlatformTarget>x64</PlatformTarget>
134
    <ErrorReport>prompt</ErrorReport>
135
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
136
  </PropertyGroup>
137
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
138
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
139
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
140
  <ProjectExtensions>
141
    <VisualStudio>
142
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
143
        <WebProjectProperties>
144
          <UseIIS>False</UseIIS>
145
          <AutoAssignPort>True</AutoAssignPort>
146
          <DevelopmentServerPort>5295</DevelopmentServerPort>
147
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
148
          <IISUrl>
149
          </IISUrl>
150
          <NTLMAuthentication>False</NTLMAuthentication>
151
          <UseCustomServer>False</UseCustomServer>
152
          <CustomServerUrl>
153
          </CustomServerUrl>
154
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
155
        </WebProjectProperties>
156
      </FlavorProperties>
157
    </VisualStudio>
158
  </ProjectExtensions>
159
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
160
       Other similar extension points exist, see Microsoft.Common.targets.
161
  <Target Name="BeforeBuild">
162
  </Target>
163
  <Target Name="AfterBuild">
164
  </Target>
165
  -->
166
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)