markus / MarkusLogview / MarkusDataModel / MarkusDataModel.csproj @ 91b2b398
이력 | 보기 | 이력해설 | 다운로드 (4.18 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>{BE83399B-461C-46F5-8B59-C1BE377B0BF5}</ProjectGuid> |
8 |
<OutputType>Library</OutputType> |
9 |
<RootNamespace>MarkusDataModel</RootNamespace> |
10 |
<AssemblyName>MarkusDataModel</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
</PropertyGroup> |
14 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
15 |
<PlatformTarget>AnyCPU</PlatformTarget> |
16 |
<DebugSymbols>true</DebugSymbols> |
17 |
<DebugType>full</DebugType> |
18 |
<Optimize>false</Optimize> |
19 |
<OutputPath>bin\Debug\</OutputPath> |
20 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
21 |
<ErrorReport>prompt</ErrorReport> |
22 |
<WarningLevel>4</WarningLevel> |
23 |
</PropertyGroup> |
24 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
25 |
<PlatformTarget>AnyCPU</PlatformTarget> |
26 |
<DebugType>pdbonly</DebugType> |
27 |
<Optimize>true</Optimize> |
28 |
<OutputPath>bin\Release\</OutputPath> |
29 |
<DefineConstants>TRACE</DefineConstants> |
30 |
<ErrorReport>prompt</ErrorReport> |
31 |
<WarningLevel>4</WarningLevel> |
32 |
</PropertyGroup> |
33 |
<PropertyGroup> |
34 |
<StartupObject /> |
35 |
</PropertyGroup> |
36 |
<ItemGroup> |
37 |
<Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
38 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath> |
39 |
</Reference> |
40 |
<Reference Include="System" /> |
41 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
42 |
<Reference Include="System.Core" /> |
43 |
<Reference Include="System.Data.Entity" /> |
44 |
<Reference Include="System.Runtime.Serialization" /> |
45 |
<Reference Include="System.Security" /> |
46 |
<Reference Include="System.Xml.Linq" /> |
47 |
<Reference Include="System.Data.DataSetExtensions" /> |
48 |
<Reference Include="Microsoft.CSharp" /> |
49 |
<Reference Include="System.Data" /> |
50 |
<Reference Include="System.Xml" /> |
51 |
</ItemGroup> |
52 |
<ItemGroup> |
53 |
<Compile Include="Common\ConnectStringBuilder.cs" /> |
54 |
<Compile Include="DataModel\markusEntities.Designer.cs"> |
55 |
<AutoGen>True</AutoGen> |
56 |
<DesignTime>True</DesignTime> |
57 |
<DependentUpon>markusEntities.edmx</DependentUpon> |
58 |
</Compile> |
59 |
<Compile Include="DTOs\ConvertPdfDTO.cs" /> |
60 |
<Compile Include="DTOs\DashboardDTO.cs" /> |
61 |
<Compile Include="DTOs\DocumentDTO.cs" /> |
62 |
<Compile Include="DTOs\FinalPdfDTO.cs" /> |
63 |
<Compile Include="DTOs\LicenseDTO.cs" /> |
64 |
<Compile Include="DTOs\MarkupDTO.cs" /> |
65 |
<Compile Include="DTOs\ProjectDTO.cs" /> |
66 |
<Compile Include="DTOs\StatusDTO.cs" /> |
67 |
<Compile Include="DTOs\UserDTO.cs" /> |
68 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
69 |
<Compile Include="Properties\Settings.Designer.cs"> |
70 |
<AutoGen>True</AutoGen> |
71 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
72 |
<DependentUpon>Settings.settings</DependentUpon> |
73 |
</Compile> |
74 |
</ItemGroup> |
75 |
<ItemGroup> |
76 |
<None Include="app.config" /> |
77 |
<EntityDeploy Include="DataModel\markusEntities.edmx"> |
78 |
<Generator>EntityModelCodeGenerator</Generator> |
79 |
<LastGenOutput>markusEntities.Designer.cs</LastGenOutput> |
80 |
</EntityDeploy> |
81 |
<None Include="packages.config"> |
82 |
<SubType>Designer</SubType> |
83 |
</None> |
84 |
<None Include="Properties\Settings.settings"> |
85 |
<Generator>SettingsSingleFileGenerator</Generator> |
86 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
87 |
</None> |
88 |
</ItemGroup> |
89 |
<ItemGroup> |
90 |
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
91 |
</ItemGroup> |
92 |
<ItemGroup> |
93 |
<ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
94 |
<Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
95 |
<Name>IKCOM</Name> |
96 |
</ProjectReference> |
97 |
</ItemGroup> |
98 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
99 |
</Project> |