프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / FileDownloadTest / FileDownloadTest.csproj @ 5532bcc0

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

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" 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
    <ProjectGuid>{9D72BE39-3471-4267-BD62-36BDA836EC1F}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>FileDownloadTest</RootNamespace>
10
    <AssemblyName>FileDownloadTest</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <Deterministic>true</Deterministic>
14
    <TargetFrameworkProfile />
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <PlatformTarget>x64</PlatformTarget>
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>bin\Debug\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25
    <Prefer32Bit>false</Prefer32Bit>
26
  </PropertyGroup>
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28
    <PlatformTarget>AnyCPU</PlatformTarget>
29
    <DebugType>pdbonly</DebugType>
30
    <Optimize>true</Optimize>
31
    <OutputPath>bin\Release\</OutputPath>
32
    <DefineConstants>TRACE</DefineConstants>
33
    <ErrorReport>prompt</ErrorReport>
34
    <WarningLevel>4</WarningLevel>
35
  </PropertyGroup>
36
  <ItemGroup>
37
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
38
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
39
    </Reference>
40
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
41
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
42
    </Reference>
43
    <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
44
      <HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath>
45
    </Reference>
46
    <Reference Include="Markus.LibraryInstaller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
47
      <HintPath>..\packages\Markus.LibraryInstaller.1.5.1\lib\net45\Markus.LibraryInstaller.dll</HintPath>
48
    </Reference>
49
    <Reference Include="Markus.Message, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
50
      <HintPath>..\packages\Markus.Message.1.5.5\lib\net45\Markus.Message.dll</HintPath>
51
    </Reference>
52
    <Reference Include="MarkusPDF, Version=1.0.8301.29734, Culture=neutral, processorArchitecture=AMD64">
53
      <HintPath>..\packages\MarkusPDF.2.1.0\lib\net45\MarkusPDF.dll</HintPath>
54
    </Reference>
55
    <Reference Include="System" />
56
    <Reference Include="System.ComponentModel.DataAnnotations" />
57
    <Reference Include="System.Core" />
58
    <Reference Include="System.Xml.Linq" />
59
    <Reference Include="System.Data.DataSetExtensions" />
60
    <Reference Include="Microsoft.CSharp" />
61
    <Reference Include="System.Data" />
62
    <Reference Include="System.Net.Http" />
63
    <Reference Include="System.Xml" />
64
  </ItemGroup>
65
  <ItemGroup>
66
    <Compile Include="Program.cs" />
67
    <Compile Include="Properties\AssemblyInfo.cs" />
68
  </ItemGroup>
69
  <ItemGroup>
70
    <None Include="App.config" />
71
    <None Include="packages.config" />
72
  </ItemGroup>
73
  <ItemGroup>
74
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
75
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
76
      <Name>Markus.Service.Interface</Name>
77
    </ProjectReference>
78
    <ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj">
79
      <Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project>
80
      <Name>Markus.Service.Convert</Name>
81
    </ProjectReference>
82
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
83
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
84
      <Name>Markus.Service.DataBase</Name>
85
    </ProjectReference>
86
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
87
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
88
      <Name>Markus.Service.WcfClient</Name>
89
    </ProjectReference>
90
  </ItemGroup>
91
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)