프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.DataBase / Markus.Service.DataBase.csproj @ c8183702

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

1 53c9637d 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>{400736FB-92C9-4BC0-B447-E8274103D813}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>Markus.Service.DataBase</RootNamespace>
11
    <AssemblyName>Markus.Service.DataBase</AssemblyName>
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15
    <PublishUrl>publish\</PublishUrl>
16
    <Install>true</Install>
17
    <InstallFrom>Disk</InstallFrom>
18
    <UpdateEnabled>false</UpdateEnabled>
19
    <UpdateMode>Foreground</UpdateMode>
20
    <UpdateInterval>7</UpdateInterval>
21
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22
    <UpdatePeriodically>false</UpdatePeriodically>
23
    <UpdateRequired>false</UpdateRequired>
24
    <MapFileExtensions>true</MapFileExtensions>
25
    <ApplicationRevision>0</ApplicationRevision>
26
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27
    <IsWebBootstrapper>false</IsWebBootstrapper>
28
    <UseApplicationTrust>false</UseApplicationTrust>
29
    <BootstrapperEnabled>true</BootstrapperEnabled>
30
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32
    <DebugSymbols>true</DebugSymbols>
33
    <DebugType>full</DebugType>
34
    <Optimize>false</Optimize>
35
    <OutputPath>bin\Debug\</OutputPath>
36
    <DefineConstants>DEBUG;TRACE</DefineConstants>
37
    <ErrorReport>prompt</ErrorReport>
38
    <WarningLevel>4</WarningLevel>
39
  </PropertyGroup>
40
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41
    <DebugType>pdbonly</DebugType>
42
    <Optimize>true</Optimize>
43
    <OutputPath>bin\Release\</OutputPath>
44
    <DefineConstants>TRACE</DefineConstants>
45
    <ErrorReport>prompt</ErrorReport>
46
    <WarningLevel>4</WarningLevel>
47
  </PropertyGroup>
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
49
    <DebugSymbols>true</DebugSymbols>
50
    <OutputPath>bin\x64\Debug\</OutputPath>
51
    <DefineConstants>DEBUG;TRACE</DefineConstants>
52
    <DebugType>full</DebugType>
53
    <PlatformTarget>x64</PlatformTarget>
54
    <ErrorReport>prompt</ErrorReport>
55
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56
  </PropertyGroup>
57
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
58
    <OutputPath>bin\x64\Release\</OutputPath>
59
    <DefineConstants>TRACE</DefineConstants>
60
    <Optimize>true</Optimize>
61
    <DebugType>pdbonly</DebugType>
62
    <PlatformTarget>x64</PlatformTarget>
63
    <ErrorReport>prompt</ErrorReport>
64
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65
  </PropertyGroup>
66
  <ItemGroup>
67
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
68
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
69
    </Reference>
70
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
71
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
72
    </Reference>
73 ff4b1e6e taeseongkim
    <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
74 2decfbdf alzkakdixm
      <HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath>
75 ff4b1e6e taeseongkim
    </Reference>
76 2091a7e5 taeseongkim
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
77
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
78 53c9637d taeseongkim
    </Reference>
79
    <Reference Include="System" />
80
    <Reference Include="System.ComponentModel.DataAnnotations" />
81
    <Reference Include="System.Core" />
82
    <Reference Include="System.Runtime.Serialization" />
83
    <Reference Include="System.Security" />
84
    <Reference Include="System.Xml.Linq" />
85
    <Reference Include="System.Data.DataSetExtensions" />
86
    <Reference Include="Microsoft.CSharp" />
87
    <Reference Include="System.Data" />
88
    <Reference Include="System.Net.Http" />
89
    <Reference Include="System.Xml" />
90
  </ItemGroup>
91
  <ItemGroup>
92
    <Compile Include="ConvertDatabase.cs" />
93
    <Compile Include="PropertiesTableDefine.cs" />
94
    <Compile Include="Properties\AssemblyInfo.cs" />
95
    <Compile Include="Properties\Settings.Designer.cs">
96
      <AutoGen>True</AutoGen>
97
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
98
      <DependentUpon>Settings.settings</DependentUpon>
99
    </Compile>
100
  </ItemGroup>
101
  <ItemGroup>
102
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
103
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
104
      <Name>Markus.Service.Interface</Name>
105
    </ProjectReference>
106
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
107
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
108
      <Name>Markus.Service.Extensions</Name>
109
    </ProjectReference>
110
  </ItemGroup>
111
  <ItemGroup>
112
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
113
      <Visible>False</Visible>
114
      <ProductName>.NET Framework 3.5 SP1</ProductName>
115
      <Install>false</Install>
116
    </BootstrapperPackage>
117
  </ItemGroup>
118
  <ItemGroup>
119
    <None Include="App.Config">
120
      <SubType>Designer</SubType>
121
    </None>
122
    <None Include="packages.config" />
123
    <None Include="Properties\Settings.settings">
124
      <Generator>SettingsSingleFileGenerator</Generator>
125
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
126
    </None>
127
  </ItemGroup>
128
  <ItemGroup>
129
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
130
  </ItemGroup>
131
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)