markus / ConvertService / ServiceBase / Markus.Service.DataBase / Markus.Service.DataBase.csproj @ 082cbc54
이력 | 보기 | 이력해설 | 다운로드 (6.39 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</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 |
<Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
74 |
<HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath> |
75 |
</Reference> |
76 |
<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 |
</Reference> |
79 |
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
80 |
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
81 |
</Reference> |
82 |
<Reference Include="System" /> |
83 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
84 |
<Reference Include="System.Core" /> |
85 |
<Reference Include="System.Runtime.Serialization" /> |
86 |
<Reference Include="System.Security" /> |
87 |
<Reference Include="System.Xml.Linq" /> |
88 |
<Reference Include="System.Data.DataSetExtensions" /> |
89 |
<Reference Include="Microsoft.CSharp" /> |
90 |
<Reference Include="System.Data" /> |
91 |
<Reference Include="System.Net.Http" /> |
92 |
<Reference Include="System.Xml" /> |
93 |
</ItemGroup> |
94 |
<ItemGroup> |
95 |
<Compile Include="ConvertDatabase.cs" /> |
96 |
<Compile Include="Data\ViewInfo.cs" /> |
97 |
<Compile Include="Extentions\MarkusAPI.cs" /> |
98 |
<Compile Include="PropertiesTableDefine.cs" /> |
99 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
100 |
<Compile Include="Properties\Settings.Designer.cs"> |
101 |
<AutoGen>True</AutoGen> |
102 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
103 |
<DependentUpon>Settings.settings</DependentUpon> |
104 |
</Compile> |
105 |
</ItemGroup> |
106 |
<ItemGroup> |
107 |
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
108 |
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
109 |
<Name>Markus.Service.Interface</Name> |
110 |
</ProjectReference> |
111 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
112 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
113 |
<Name>Markus.Service.Extensions</Name> |
114 |
</ProjectReference> |
115 |
</ItemGroup> |
116 |
<ItemGroup> |
117 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
118 |
<Visible>False</Visible> |
119 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
120 |
<Install>false</Install> |
121 |
</BootstrapperPackage> |
122 |
</ItemGroup> |
123 |
<ItemGroup> |
124 |
<None Include="App.Config"> |
125 |
<SubType>Designer</SubType> |
126 |
</None> |
127 |
<None Include="packages.config" /> |
128 |
<None Include="Properties\Settings.settings"> |
129 |
<Generator>SettingsSingleFileGenerator</Generator> |
130 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
131 |
</None> |
132 |
</ItemGroup> |
133 |
<ItemGroup> |
134 |
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
135 |
</ItemGroup> |
136 |
<ItemGroup /> |
137 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
138 |
</Project> |