markus / KCOMDataModel / KCOMDataModel.csproj @ d4a60930
이력 | 보기 | 이력해설 | 다운로드 (5.07 KB)
1 | 787a4489 | KangIngu | <?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>{629DC8CD-D458-47EF-8F02-CD12C7001C3E}</ProjectGuid> |
||
8 | <OutputType>Library</OutputType> |
||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
10 | <RootNamespace>KCOMDataModel</RootNamespace> |
||
11 | <AssemblyName>KCOMDataModel</AssemblyName> |
||
12 | d4a60930 | djkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 | 787a4489 | KangIngu | <FileAlignment>512</FileAlignment> |
14 | 684ef11c | ljiyeon | <TargetFrameworkProfile /> |
15 | 787a4489 | KangIngu | </PropertyGroup> |
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
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 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
25 | 787a4489 | KangIngu | </PropertyGroup> |
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
27 | <DebugType>pdbonly</DebugType> |
||
28 | <Optimize>true</Optimize> |
||
29 | <OutputPath>bin\Release\</OutputPath> |
||
30 | <DefineConstants>TRACE</DefineConstants> |
||
31 | <ErrorReport>prompt</ErrorReport> |
||
32 | <WarningLevel>4</WarningLevel> |
||
33 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
34 | 787a4489 | KangIngu | </PropertyGroup> |
35 | f19ebe30 | djkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
36 | <DebugSymbols>true</DebugSymbols> |
||
37 | <OutputPath>bin\x86\Debug\</OutputPath> |
||
38 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
39 | <DebugType>full</DebugType> |
||
40 | <PlatformTarget>x86</PlatformTarget> |
||
41 | <ErrorReport>prompt</ErrorReport> |
||
42 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
43 | </PropertyGroup> |
||
44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
45 | <OutputPath>bin\x86\Release\</OutputPath> |
||
46 | <DefineConstants>TRACE</DefineConstants> |
||
47 | <Optimize>true</Optimize> |
||
48 | <DebugType>pdbonly</DebugType> |
||
49 | <PlatformTarget>x86</PlatformTarget> |
||
50 | <ErrorReport>prompt</ErrorReport> |
||
51 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
52 | </PropertyGroup> |
||
53 | 787a4489 | KangIngu | <ItemGroup> |
54 | <Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
55 | <HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath> |
||
56 | </Reference> |
||
57 | <Reference Include="System" /> |
||
58 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
59 | <Reference Include="System.Core" /> |
||
60 | <Reference Include="System.Data.Entity" /> |
||
61 | <Reference Include="System.Runtime.Serialization" /> |
||
62 | <Reference Include="System.Security" /> |
||
63 | <Reference Include="System.Xml.Linq" /> |
||
64 | <Reference Include="System.Data.DataSetExtensions" /> |
||
65 | <Reference Include="Microsoft.CSharp" /> |
||
66 | <Reference Include="System.Data" /> |
||
67 | <Reference Include="System.Xml" /> |
||
68 | </ItemGroup> |
||
69 | <ItemGroup> |
||
70 | <Compile Include="Common\ConnectStringBuilder.cs" /> |
||
71 | <Compile Include="DataModel\CIModel.Designer.cs"> |
||
72 | <AutoGen>True</AutoGen> |
||
73 | <DesignTime>True</DesignTime> |
||
74 | <DependentUpon>CIModel.edmx</DependentUpon> |
||
75 | </Compile> |
||
76 | <Compile Include="DataModel\KCOM_Model.Designer.cs"> |
||
77 | <AutoGen>True</AutoGen> |
||
78 | <DesignTime>True</DesignTime> |
||
79 | <DependentUpon>KCOM_Model.edmx</DependentUpon> |
||
80 | </Compile> |
||
81 | <Compile Include="KCOMDatabaModel.cs" /> |
||
82 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
83 | <Compile Include="Properties\Settings.Designer.cs"> |
||
84 | <AutoGen>True</AutoGen> |
||
85 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
86 | <DependentUpon>Settings.settings</DependentUpon> |
||
87 | </Compile> |
||
88 | </ItemGroup> |
||
89 | <ItemGroup> |
||
90 | <EntityDeploy Include="DataModel\KCOM_Model.edmx"> |
||
91 | <Generator>EntityModelCodeGenerator</Generator> |
||
92 | <LastGenOutput>KCOM_Model.Designer.cs</LastGenOutput> |
||
93 | </EntityDeploy> |
||
94 | </ItemGroup> |
||
95 | <ItemGroup> |
||
96 | <None Include="App.Config"> |
||
97 | <SubType>Designer</SubType> |
||
98 | </None> |
||
99 | <EntityDeploy Include="DataModel\CIModel.edmx"> |
||
100 | <Generator>EntityModelCodeGenerator</Generator> |
||
101 | <LastGenOutput>CIModel.Designer.cs</LastGenOutput> |
||
102 | </EntityDeploy> |
||
103 | 684ef11c | ljiyeon | <None Include="packages.config"> |
104 | <SubType>Designer</SubType> |
||
105 | </None> |
||
106 | 787a4489 | KangIngu | <None Include="Properties\Settings.settings"> |
107 | <Generator>SettingsSingleFileGenerator</Generator> |
||
108 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
109 | </None> |
||
110 | </ItemGroup> |
||
111 | <ItemGroup> |
||
112 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
113 | </ItemGroup> |
||
114 | 5928384e | djkim | <ItemGroup> |
115 | <ProjectReference Include="..\CommonLib\CommonLib.csproj"> |
||
116 | <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project> |
||
117 | <Name>CommonLib</Name> |
||
118 | </ProjectReference> |
||
119 | </ItemGroup> |
||
120 | 787a4489 | KangIngu | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
121 | </Project> |