markus / ConvertService / ConverterService / DBAggrigater / DeepViewDataModel / DeepViewDataModel.csproj @ e7cb3fab
이력 | 보기 | 이력해설 | 다운로드 (5.17 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 |
<ProductVersion>8.0.30703</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{50F414CE-934A-4220-9D0A-C4B262F74A1C}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>DeepViewDataModel</RootNamespace> |
12 |
<AssemblyName>DeepViewDataModel</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
</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 |
</PropertyGroup> |
25 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
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 Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
34 |
<DebugSymbols>true</DebugSymbols> |
35 |
<OutputPath>bin\x64\Debug\</OutputPath> |
36 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
37 |
<DebugType>full</DebugType> |
38 |
<PlatformTarget>x64</PlatformTarget> |
39 |
<ErrorReport>prompt</ErrorReport> |
40 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
41 |
</PropertyGroup> |
42 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
43 |
<OutputPath>bin\x64\Release\</OutputPath> |
44 |
<DefineConstants>TRACE</DefineConstants> |
45 |
<Optimize>true</Optimize> |
46 |
<DebugType>pdbonly</DebugType> |
47 |
<PlatformTarget>x64</PlatformTarget> |
48 |
<ErrorReport>prompt</ErrorReport> |
49 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
50 |
</PropertyGroup> |
51 |
<ItemGroup> |
52 |
<Reference Include="EntityFramework"> |
53 |
<HintPath>..\..\Main\PDFConverter\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath> |
54 |
</Reference> |
55 |
<Reference Include="System" /> |
56 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
57 |
<Reference Include="System.configuration" /> |
58 |
<Reference Include="System.Core" /> |
59 |
<Reference Include="System.Data.Entity" /> |
60 |
<Reference Include="System.Runtime.Serialization" /> |
61 |
<Reference Include="System.Security" /> |
62 |
<Reference Include="System.Xml.Linq" /> |
63 |
<Reference Include="System.Data.DataSetExtensions" /> |
64 |
<Reference Include="Microsoft.CSharp" /> |
65 |
<Reference Include="System.Data" /> |
66 |
<Reference Include="System.Xml" /> |
67 |
</ItemGroup> |
68 |
<ItemGroup> |
69 |
<Compile Include="Common\ConnectStringBuilder.cs" /> |
70 |
<Compile Include="DataModel\DeepView_Entity.Designer.cs"> |
71 |
<AutoGen>True</AutoGen> |
72 |
<DesignTime>True</DesignTime> |
73 |
<DependentUpon>DeepView_Entity.edmx</DependentUpon> |
74 |
</Compile> |
75 |
<Compile Include="DeepViewDataModel.cs" /> |
76 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
77 |
<Compile Include="Properties\Settings.cs" /> |
78 |
<Compile Include="Properties\Settings.Designer.cs"> |
79 |
<AutoGen>True</AutoGen> |
80 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
81 |
<DependentUpon>Settings.settings</DependentUpon> |
82 |
</Compile> |
83 |
</ItemGroup> |
84 |
<ItemGroup> |
85 |
<Content Include="App.Config"> |
86 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
87 |
<SubType>Designer</SubType> |
88 |
</Content> |
89 |
<Content Include="DeepViewDataModel.dll.config"> |
90 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
91 |
<SubType>Designer</SubType> |
92 |
</Content> |
93 |
<EntityDeploy Include="DataModel\DeepView_Entity.edmx"> |
94 |
<Generator>EntityModelCodeGenerator</Generator> |
95 |
<LastGenOutput>DeepView_Entity.Designer.cs</LastGenOutput> |
96 |
</EntityDeploy> |
97 |
<None Include="packages.config" /> |
98 |
<None Include="Properties\DataSources\DeepViewDataModel.DataModel.DeepView_Entitiy.datasource" /> |
99 |
<None Include="Properties\Settings.settings"> |
100 |
<Generator>SettingsSingleFileGenerator</Generator> |
101 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
102 |
<SubType>Designer</SubType> |
103 |
</None> |
104 |
</ItemGroup> |
105 |
<ItemGroup> |
106 |
<ProjectReference Include="..\AssemblySettings\AssemblySettings.csproj"> |
107 |
<Project>{A23B1CE4-43C8-442F-86C8-2C757F75BC31}</Project> |
108 |
<Name>AssemblySettings</Name> |
109 |
</ProjectReference> |
110 |
</ItemGroup> |
111 |
<ItemGroup> |
112 |
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
113 |
</ItemGroup> |
114 |
<ItemGroup /> |
115 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
116 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
117 |
Other similar extension points exist, see Microsoft.Common.targets. |
118 |
<Target Name="BeforeBuild"> |
119 |
</Target> |
120 |
<Target Name="AfterBuild"> |
121 |
</Target> |
122 |
--> |
123 |
</Project> |