개정판 f65e6c02
debug_SNI 추가
Change-Id: I46d431ca15362882a9ab7e8dd7600371f47471de
KCOMDataModel/KCOMDataModel.csproj | ||
---|---|---|
68 | 68 |
<ErrorReport>prompt</ErrorReport> |
69 | 69 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
70 | 70 |
</PropertyGroup> |
71 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
|
72 |
<DebugSymbols>true</DebugSymbols> |
|
73 |
<OutputPath>bin\Debug_CadExport\</OutputPath> |
|
74 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
75 |
<DebugType>full</DebugType> |
|
76 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
77 |
<ErrorReport>prompt</ErrorReport> |
|
78 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
79 |
</PropertyGroup> |
|
80 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
|
81 |
<DebugSymbols>true</DebugSymbols> |
|
82 |
<OutputPath>bin\x86\Debug_CadExport\</OutputPath> |
|
83 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
84 |
<DebugType>full</DebugType> |
|
85 |
<PlatformTarget>x86</PlatformTarget> |
|
86 |
<ErrorReport>prompt</ErrorReport> |
|
87 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
88 |
</PropertyGroup> |
|
89 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
|
90 |
<DebugSymbols>true</DebugSymbols> |
|
91 |
<OutputPath>bin\Debug_SNI\</OutputPath> |
|
92 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
93 |
<DebugType>full</DebugType> |
|
94 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
95 |
<ErrorReport>prompt</ErrorReport> |
|
96 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
97 |
</PropertyGroup> |
|
98 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
|
99 |
<DebugSymbols>true</DebugSymbols> |
|
100 |
<OutputPath>bin\x86\Debug_SNI\</OutputPath> |
|
101 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
102 |
<DebugType>full</DebugType> |
|
103 |
<PlatformTarget>x86</PlatformTarget> |
|
104 |
<ErrorReport>prompt</ErrorReport> |
|
105 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
106 |
</PropertyGroup> |
|
71 | 107 |
<ItemGroup> |
72 | 108 |
<Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
73 | 109 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath> |
내보내기 Unified diff