개정판 a7346d3c
issue #934: save un-handled exception to database
Change-Id: I1f8836956ac96821089f0c085cba4a06adfcf667
KCOM/KCOM.csproj | ||
---|---|---|
40 | 40 |
</PropertyGroup> |
41 | 41 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
42 | 42 |
<DebugSymbols>true</DebugSymbols> |
43 |
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
43 |
<OutputPath>..\Setup\</OutputPath>
|
|
44 | 44 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
45 | 45 |
<DebugType>full</DebugType> |
46 | 46 |
<PlatformTarget>x64</PlatformTarget> |
... | ... | |
90 | 90 |
<Reference Include="itextsharp"> |
91 | 91 |
<HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath> |
92 | 92 |
</Reference> |
93 |
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
|
94 |
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
|
95 |
</Reference> |
|
93 | 96 |
<Reference Include="MarkUsODAConvert"> |
94 | 97 |
<HintPath>..\packages\ODA\MarkUsODAConvert.dll</HintPath> |
95 | 98 |
</Reference> |
... | ... | |
126 | 129 |
<Reference Include="System.Configuration" /> |
127 | 130 |
<Reference Include="System.Data" /> |
128 | 131 |
<Reference Include="System.Data.Entity" /> |
132 |
<Reference Include="System.Data.SQLite, Version=1.0.110.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
|
133 |
<HintPath>..\packages\System.Data.SQLite.Core.1.0.110.0\lib\net45\System.Data.SQLite.dll</HintPath> |
|
134 |
</Reference> |
|
135 |
<Reference Include="System.Data.SQLite.EF6, Version=1.0.110.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
|
136 |
<HintPath>..\packages\System.Data.SQLite.EF6.1.0.110.0\lib\net45\System.Data.SQLite.EF6.dll</HintPath> |
|
137 |
</Reference> |
|
138 |
<Reference Include="System.Data.SQLite.Linq, Version=1.0.110.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
|
139 |
<HintPath>..\packages\System.Data.SQLite.Linq.1.0.110.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath> |
|
140 |
</Reference> |
|
129 | 141 |
<Reference Include="System.Drawing" /> |
130 | 142 |
<Reference Include="System.EnterpriseServices" /> |
131 | 143 |
<Reference Include="System.Management" /> |
... | ... | |
233 | 245 |
<Generator>MSBuild:Compile</Generator> |
234 | 246 |
<SubType>Designer</SubType> |
235 | 247 |
</ApplicationDefinition> |
248 |
<Compile Include="AbstractDatabase.cs" /> |
|
249 |
<Compile Include="AppSQLiteDatabase.cs" /> |
|
236 | 250 |
<Compile Include="Common\Check_Inferface.cs" /> |
237 | 251 |
<Compile Include="Common\Converter\CmpUrlChange.cs" /> |
238 | 252 |
<Compile Include="Common\Converter\CommentTypeImgConverter.cs" /> |
... | ... | |
302 | 316 |
</Compile> |
303 | 317 |
<Compile Include="Controls\TeighaD3DImage.cs" /> |
304 | 318 |
<Compile Include="Controls\TeighaD3DImageResult.cs" /> |
319 |
<Compile Include="IAbstractDatabase.cs" /> |
|
305 | 320 |
<Compile Include="Logger.cs" /> |
306 | 321 |
<Compile Include="Messenger\ConversationView.xaml.cs"> |
307 | 322 |
<DependentUpon>ConversationView.xaml</DependentUpon> |
... | ... | |
1256 | 1271 |
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
1257 | 1272 |
</PropertyGroup> |
1258 | 1273 |
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" /> |
1274 |
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.110.0\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.110.0\build\net45\System.Data.SQLite.Core.targets'))" /> |
|
1259 | 1275 |
</Target> |
1260 | 1276 |
<PropertyGroup> |
1261 | 1277 |
<PostBuildEvent> |
1262 | 1278 |
</PostBuildEvent> |
1263 | 1279 |
</PropertyGroup> |
1280 |
<Import Project="..\packages\System.Data.SQLite.Core.1.0.110.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.110.0\build\net45\System.Data.SQLite.Core.targets')" /> |
|
1264 | 1281 |
</Project> |
내보내기 Unified diff