프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.DataBase / Markus.Service.DataBase.csproj @ 9e974b65

이력 | 보기 | 이력해설 | 다운로드 (6.65 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>{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.1</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
    <TargetFrameworkProfile />
31
    <NuGetPackageImportStamp>
32
    </NuGetPackageImportStamp>
33
  </PropertyGroup>
34
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35
    <DebugSymbols>true</DebugSymbols>
36
    <DebugType>full</DebugType>
37
    <Optimize>false</Optimize>
38
    <OutputPath>bin\Debug\</OutputPath>
39
    <DefineConstants>DEBUG;TRACE</DefineConstants>
40
    <ErrorReport>prompt</ErrorReport>
41
    <WarningLevel>4</WarningLevel>
42
  </PropertyGroup>
43
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44
    <DebugType>pdbonly</DebugType>
45
    <Optimize>true</Optimize>
46
    <OutputPath>bin\Release\</OutputPath>
47
    <DefineConstants>TRACE</DefineConstants>
48
    <ErrorReport>prompt</ErrorReport>
49
    <WarningLevel>4</WarningLevel>
50
  </PropertyGroup>
51
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
52
    <DebugSymbols>true</DebugSymbols>
53
    <OutputPath>bin\x64\Debug\</OutputPath>
54
    <DefineConstants>DEBUG;TRACE</DefineConstants>
55
    <DebugType>full</DebugType>
56
    <PlatformTarget>x64</PlatformTarget>
57
    <ErrorReport>prompt</ErrorReport>
58
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
59
  </PropertyGroup>
60
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
61
    <OutputPath>bin\x64\Release\</OutputPath>
62
    <DefineConstants>TRACE</DefineConstants>
63
    <Optimize>true</Optimize>
64
    <DebugType>pdbonly</DebugType>
65
    <PlatformTarget>x64</PlatformTarget>
66
    <ErrorReport>prompt</ErrorReport>
67
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68
  </PropertyGroup>
69
  <PropertyGroup>
70
    <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
71
  </PropertyGroup>
72
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
73
    <OutputPath>bin\ReleaseAll_XI\</OutputPath>
74
    <DefineConstants>TRACE</DefineConstants>
75
    <Optimize>true</Optimize>
76
    <DebugType>pdbonly</DebugType>
77
    <PlatformTarget>AnyCPU</PlatformTarget>
78
    <LangVersion>7.3</LangVersion>
79
    <ErrorReport>prompt</ErrorReport>
80
  </PropertyGroup>
81
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|x64'">
82
    <OutputPath>bin\x64\ReleaseAll_XI\</OutputPath>
83
    <DefineConstants>TRACE;XI_C_AND_A</DefineConstants>
84
    <Optimize>true</Optimize>
85
    <DebugType>pdbonly</DebugType>
86
    <PlatformTarget>x64</PlatformTarget>
87
    <LangVersion>7.3</LangVersion>
88
    <ErrorReport>prompt</ErrorReport>
89
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
90
  </PropertyGroup>
91
  <ItemGroup>
92
    <Reference Include="System" />
93
    <Reference Include="System.ComponentModel.DataAnnotations" />
94
    <Reference Include="System.Core" />
95
    <Reference Include="System.Runtime.Serialization" />
96
    <Reference Include="System.Security" />
97
    <Reference Include="System.Xml.Linq" />
98
    <Reference Include="System.Data.DataSetExtensions" />
99
    <Reference Include="Microsoft.CSharp" />
100
    <Reference Include="System.Data" />
101
    <Reference Include="System.Net.Http" />
102
    <Reference Include="System.Xml" />
103
  </ItemGroup>
104
  <ItemGroup>
105
    <Compile Include="ConvertDatabase.cs" />
106
    <Compile Include="Data\ViewInfo.cs" />
107
    <Compile Include="Extentions\MarkusAPI.cs" />
108
    <Compile Include="PropertiesTableDefine.cs" />
109
    <Compile Include="Properties\AssemblyInfo.cs" />
110
    <Compile Include="Properties\Settings.Designer.cs">
111
      <AutoGen>True</AutoGen>
112
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
113
      <DependentUpon>Settings.settings</DependentUpon>
114
    </Compile>
115
  </ItemGroup>
116
  <ItemGroup>
117
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
118
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
119
      <Name>Markus.Service.Interface</Name>
120
    </ProjectReference>
121
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
122
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
123
      <Name>Markus.Service.Extensions</Name>
124
    </ProjectReference>
125
  </ItemGroup>
126
  <ItemGroup>
127
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
128
      <Visible>False</Visible>
129
      <ProductName>.NET Framework 3.5 SP1</ProductName>
130
      <Install>false</Install>
131
    </BootstrapperPackage>
132
  </ItemGroup>
133
  <ItemGroup>
134
    <None Include="App.Config">
135
      <SubType>Designer</SubType>
136
    </None>
137
    <None Include="Properties\Settings.settings">
138
      <Generator>SettingsSingleFileGenerator</Generator>
139
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
140
    </None>
141
  </ItemGroup>
142
  <ItemGroup>
143
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
144
  </ItemGroup>
145
  <ItemGroup>
146
    <PackageReference Include="EntityFramework">
147
      <Version>6.4.4</Version>
148
    </PackageReference>
149
    <PackageReference Include="Markus.EntityModel">
150
      <Version>1.0.0</Version>
151
    </PackageReference>
152
    <PackageReference Include="Markus.Message">
153
      <Version>2.0.0</Version>
154
    </PackageReference>
155
    <PackageReference Include="Newtonsoft.Json">
156
      <Version>12.0.2</Version>
157
    </PackageReference>
158
  </ItemGroup>
159
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
160
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)