markus / FinalService / KCOM_FinalService / UploadFinal / UploadFinal.csproj @ 44b6090a
이력 | 보기 | 이력해설 | 다운로드 (3.16 KB)
1 | 6d463d71 | djkim | <?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 | dc56e95e | humkyung | <OutputPath>..\..\..\Setup\FinalService\</OutputPath> |
31 | 6d463d71 | djkim | <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 | d8f5045e | taeseongkim | <WCFMetadata Include="Service References\" /> |
55 | </ItemGroup> |
||
56 | <ItemGroup> |
||
57 | abaa85b4 | djkim | <ProjectReference Include="..\CommonLib\CommonLib.csproj"> |
58 | <Project>{ee9aaabc-1678-43a4-878e-cedbb577cf01}</Project> |
||
59 | <Name>CommonLib</Name> |
||
60 | </ProjectReference> |
||
61 | 6d463d71 | djkim | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
62 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
63 | <Name>KCOMDataModel</Name> |
||
64 | </ProjectReference> |
||
65 | <ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj"> |
||
66 | <Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project> |
||
67 | <Name>MarkupToPDF</Name> |
||
68 | </ProjectReference> |
||
69 | </ItemGroup> |
||
70 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
71 | 44b6090a | taeseongkim | <!-- test |
72 | To modify your build process, add your task inside one of the targets below and uncomment it. |
||
73 | 6d463d71 | djkim | Other similar extension points exist, see Microsoft.Common.targets. |
74 | <Target Name="BeforeBuild"> |
||
75 | </Target> |
||
76 | <Target Name="AfterBuild"> |
||
77 | </Target> |
||
78 | --> |
||
79 | </Project> |