markus / ConvertService / ServiceBase / FileDownloadTest / FileDownloadTest.csproj @ c8183702
이력 | 보기 | 이력해설 | 다운로드 (4.62 KB)
1 | af9bffc5 | taeseongkim | <?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.5</TargetFrameworkVersion> |
||
12 | <FileAlignment>512</FileAlignment> |
||
13 | <Deterministic>true</Deterministic> |
||
14 | </PropertyGroup> |
||
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
16 | <PlatformTarget>x64</PlatformTarget> |
||
17 | <DebugSymbols>true</DebugSymbols> |
||
18 | <DebugType>full</DebugType> |
||
19 | <Optimize>false</Optimize> |
||
20 | <OutputPath>bin\Debug\</OutputPath> |
||
21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
22 | <ErrorReport>prompt</ErrorReport> |
||
23 | <WarningLevel>4</WarningLevel> |
||
24 | <Prefer32Bit>false</Prefer32Bit> |
||
25 | </PropertyGroup> |
||
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
27 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
37 | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
||
38 | </Reference> |
||
39 | <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
40 | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
||
41 | </Reference> |
||
42 | <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
||
43 | c8183702 | taeseongkim | <HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath> |
44 | af9bffc5 | taeseongkim | </Reference> |
45 | <Reference Include="Markus.LibraryInstaller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
||
46 | <HintPath>..\packages\Markus.LibraryInstaller.1.5.1\lib\net45\Markus.LibraryInstaller.dll</HintPath> |
||
47 | </Reference> |
||
48 | <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL"> |
||
49 | <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath> |
||
50 | </Reference> |
||
51 | a0341bef | taeseongkim | <Reference Include="MarkusPDF, Version=1.0.7178.16502, Culture=neutral, processorArchitecture=AMD64"> |
52 | <HintPath>..\packages\MarkusPDF.1.7.0\lib\net45\MarkusPDF.dll</HintPath> |
||
53 | af9bffc5 | taeseongkim | </Reference> |
54 | <Reference Include="System" /> |
||
55 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
56 | <Reference Include="System.Core" /> |
||
57 | <Reference Include="System.Xml.Linq" /> |
||
58 | <Reference Include="System.Data.DataSetExtensions" /> |
||
59 | <Reference Include="Microsoft.CSharp" /> |
||
60 | <Reference Include="System.Data" /> |
||
61 | <Reference Include="System.Net.Http" /> |
||
62 | <Reference Include="System.Xml" /> |
||
63 | </ItemGroup> |
||
64 | <ItemGroup> |
||
65 | <Compile Include="Program.cs" /> |
||
66 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
67 | </ItemGroup> |
||
68 | <ItemGroup> |
||
69 | <None Include="App.config" /> |
||
70 | <None Include="packages.config" /> |
||
71 | </ItemGroup> |
||
72 | <ItemGroup> |
||
73 | <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
||
74 | <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
||
75 | <Name>Markus.Service.Interface</Name> |
||
76 | </ProjectReference> |
||
77 | <ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj"> |
||
78 | <Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project> |
||
79 | <Name>Markus.Service.Convert</Name> |
||
80 | <EmbedInteropTypes>False</EmbedInteropTypes> |
||
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> |