개정판 fab4f207
dev issue #000 : minor
Change-Id: Iac715292affae9b604f4003f1075bb0fa7505a14
DTI_PID/BaseModel/BaseModel.csproj | ||
---|---|---|
12 | 12 |
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<Deterministic>true</Deterministic> |
15 |
<NuGetPackageImportStamp> |
|
16 |
</NuGetPackageImportStamp> |
|
15 | 17 |
</PropertyGroup> |
16 | 18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 19 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
32 | 34 |
</PropertyGroup> |
33 | 35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
34 | 36 |
<DebugSymbols>true</DebugSymbols> |
35 |
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
37 |
<OutputPath>..\SPPIDConverterDll\</OutputPath>
|
|
36 | 38 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
37 | 39 |
<DebugType>full</DebugType> |
38 | 40 |
<PlatformTarget>x86</PlatformTarget> |
... | ... | |
49 | 51 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
50 | 52 |
</PropertyGroup> |
51 | 53 |
<ItemGroup> |
54 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
55 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
|
56 |
</Reference> |
|
57 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
58 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
|
59 |
</Reference> |
|
52 | 60 |
<Reference Include="System" /> |
61 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
|
53 | 62 |
<Reference Include="System.Core" /> |
63 |
<Reference Include="System.Data.SQLite, Version=1.0.110.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
|
64 |
<HintPath>..\packages\System.Data.SQLite.Core.1.0.110.0\lib\net46\System.Data.SQLite.dll</HintPath> |
|
65 |
</Reference> |
|
66 |
<Reference Include="System.Data.SQLite.EF6, Version=1.0.110.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
|
67 |
<HintPath>..\packages\System.Data.SQLite.EF6.1.0.110.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath> |
|
68 |
</Reference> |
|
69 |
<Reference Include="System.Data.SQLite.Linq, Version=1.0.110.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
|
70 |
<HintPath>..\packages\System.Data.SQLite.Linq.1.0.110.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath> |
|
71 |
</Reference> |
|
54 | 72 |
<Reference Include="System.Windows.Forms" /> |
55 | 73 |
<Reference Include="System.Xml.Linq" /> |
56 | 74 |
<Reference Include="System.Data.DataSetExtensions" /> |
... | ... | |
72 | 90 |
</ItemGroup> |
73 | 91 |
<ItemGroup> |
74 | 92 |
<None Include="App.config" /> |
93 |
<None Include="packages.config" /> |
|
75 | 94 |
</ItemGroup> |
76 | 95 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
96 |
<Import Project="..\packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets')" /> |
|
97 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
98 |
<PropertyGroup> |
|
99 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
|
100 |
</PropertyGroup> |
|
101 |
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets'))" /> |
|
102 |
</Target> |
|
77 | 103 |
</Project> |
내보내기 Unified diff