개정판 f65e6c02
debug_SNI 추가
Change-Id: I46d431ca15362882a9ab7e8dd7600371f47471de
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
97 | 97 |
<ErrorReport>prompt</ErrorReport> |
98 | 98 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
99 | 99 |
</PropertyGroup> |
100 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
|
101 |
<DebugSymbols>true</DebugSymbols> |
|
102 |
<OutputPath>bin\Debug_CadExport\</OutputPath> |
|
103 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
104 |
<DebugType>full</DebugType> |
|
105 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
106 |
<ErrorReport>prompt</ErrorReport> |
|
107 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
108 |
</PropertyGroup> |
|
109 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'"> |
|
110 |
<DebugSymbols>true</DebugSymbols> |
|
111 |
<OutputPath>bin\x64\Debug_CadExport\</OutputPath> |
|
112 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
113 |
<DebugType>full</DebugType> |
|
114 |
<PlatformTarget>x64</PlatformTarget> |
|
115 |
<ErrorReport>prompt</ErrorReport> |
|
116 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
117 |
</PropertyGroup> |
|
118 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
|
119 |
<DebugSymbols>true</DebugSymbols> |
|
120 |
<OutputPath>bin\x86\Debug_CadExport\</OutputPath> |
|
121 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
122 |
<DebugType>full</DebugType> |
|
123 |
<PlatformTarget>x86</PlatformTarget> |
|
124 |
<ErrorReport>prompt</ErrorReport> |
|
125 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
126 |
</PropertyGroup> |
|
127 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
|
128 |
<DebugSymbols>true</DebugSymbols> |
|
129 |
<OutputPath>bin\Debug_SNI\</OutputPath> |
|
130 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
131 |
<DebugType>full</DebugType> |
|
132 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
133 |
<ErrorReport>prompt</ErrorReport> |
|
134 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
135 |
</PropertyGroup> |
|
136 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'"> |
|
137 |
<DebugSymbols>true</DebugSymbols> |
|
138 |
<OutputPath>bin\x64\Debug_SNI\</OutputPath> |
|
139 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
140 |
<DebugType>full</DebugType> |
|
141 |
<PlatformTarget>x64</PlatformTarget> |
|
142 |
<ErrorReport>prompt</ErrorReport> |
|
143 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
144 |
</PropertyGroup> |
|
145 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
|
146 |
<DebugSymbols>true</DebugSymbols> |
|
147 |
<OutputPath>bin\x86\Debug_SNI\</OutputPath> |
|
148 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
149 |
<DebugType>full</DebugType> |
|
150 |
<PlatformTarget>x86</PlatformTarget> |
|
151 |
<ErrorReport>prompt</ErrorReport> |
|
152 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
153 |
</PropertyGroup> |
|
100 | 154 |
<ItemGroup> |
101 | 155 |
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
102 | 156 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
내보내기 Unified diff