markus / Site / SNI / UploadFinal / UploadFinal.csproj @ 5e7c6f56
이력 | 보기 | 이력해설 | 다운로드 (2.81 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 |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 |
<ProductVersion>8.0.30703</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{9CF3737A-E04D-4A55-924E-C88725DFBEC7}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>UploadFinal</RootNamespace> |
12 |
<AssemblyName>UploadFinal</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<TargetFrameworkProfile> |
16 |
</TargetFrameworkProfile> |
17 |
</PropertyGroup> |
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 |
<DebugSymbols>true</DebugSymbols> |
20 |
<DebugType>full</DebugType> |
21 |
<Optimize>false</Optimize> |
22 |
<OutputPath>bin\Debug\</OutputPath> |
23 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
24 |
<ErrorReport>prompt</ErrorReport> |
25 |
<WarningLevel>4</WarningLevel> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 |
<DebugType>pdbonly</DebugType> |
29 |
<Optimize>true</Optimize> |
30 |
<OutputPath>bin\Release\</OutputPath> |
31 |
<DefineConstants>TRACE</DefineConstants> |
32 |
<ErrorReport>prompt</ErrorReport> |
33 |
<WarningLevel>4</WarningLevel> |
34 |
</PropertyGroup> |
35 |
<ItemGroup> |
36 |
<Reference Include="System" /> |
37 |
<Reference Include="System.Core" /> |
38 |
<Reference Include="System.Data.Entity" /> |
39 |
<Reference Include="System.Runtime.Serialization" /> |
40 |
<Reference Include="System.ServiceModel" /> |
41 |
<Reference Include="System.Web" /> |
42 |
<Reference Include="System.Xml.Linq" /> |
43 |
<Reference Include="System.Data.DataSetExtensions" /> |
44 |
<Reference Include="Microsoft.CSharp" /> |
45 |
<Reference Include="System.Data" /> |
46 |
<Reference Include="System.Xml" /> |
47 |
</ItemGroup> |
48 |
<ItemGroup> |
49 |
<Compile Include="UploadPDF.cs" /> |
50 |
<None Include="app.config" /> |
51 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
52 |
</ItemGroup> |
53 |
<ItemGroup> |
54 |
<WCFMetadata Include="Service References\" /> |
55 |
</ItemGroup> |
56 |
<ItemGroup> |
57 |
<ProjectReference Include="..\..\..\FinalService\KCOM_FinalService\KCOMDataModel\KCOMDataModel.csproj"> |
58 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
59 |
<Name>KCOMDataModel</Name> |
60 |
</ProjectReference> |
61 |
</ItemGroup> |
62 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
63 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
64 |
Other similar extension points exist, see Microsoft.Common.targets. |
65 |
<Target Name="BeforeBuild"> |
66 |
</Target> |
67 |
<Target Name="AfterBuild"> |
68 |
</Target> |
69 |
--> |
70 |
</Project> |