1313 <OutputType >Library</OutputType >
1414 <RootNamespace >IMIS</RootNamespace >
1515 <AssemblyName >IMIS</AssemblyName >
16- <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
16+ <TargetFrameworkVersion >v4.6 </TargetFrameworkVersion >
1717 <MyType >Custom</MyType >
1818 <UseIISExpress >true</UseIISExpress >
1919 <IISExpressSSLPort />
7878 <Reference Include =" System" />
7979 <Reference Include =" System.Data" />
8080 <Reference Include =" System.Data.Entity" />
81+ <Reference Include =" System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
82+ <HintPath >..\packages\System.Data.SQLite.Core.1.0.109.1\lib\net46\System.Data.SQLite.dll</HintPath >
83+ </Reference >
8184 <Reference Include =" System.Drawing" />
8285 <Reference Include =" System.Core" />
8386 <Reference Include =" System.Data.DataSetExtensions" />
231234 <Content Include =" IMISDataSet.xsc" >
232235 <DependentUpon >IMISDataSet.xsd</DependentUpon >
233236 </Content >
237+ <Content Include =" Extracts\Export\Log\dummy.dmd" />
238+ <Content Include =" Images\Submitted\dummy.dmd" />
239+ <Content Include =" Images\Updated\dummy.dmd" />
240+ <Content Include =" x64\SQLite.Interop.dll" />
234241 <None Include =" IMISDataSet.xsd" >
235242 <Generator >MSDataSetGenerator</Generator >
236243 <LastGenOutput >IMISDataSet.Designer.vb</LastGenOutput >
240247 <DependentUpon >IMISDataSet.xsd</DependentUpon >
241248 </Content >
242249 <None Include =" My Project\PublishProfiles\IMIS.pubxml" />
243- <None Include =" packages.config" />
250+ <None Include =" packages.config" >
251+ <SubType >Designer</SubType >
252+ </None >
244253 <None Include =" Web References\IMISService\imisservices.disco" />
245254 <Content Include =" Web.config" >
246255 <SubType >Designer</SubType >
803812 <DependentUpon >Web.config</DependentUpon >
804813 </None >
805814 </ItemGroup >
806- <ItemGroup >
807- <Folder Include =" Extracts\Export\Log\" />
808- <Folder Include =" Images\Submitted\" />
809- <Folder Include =" Images\Updated\" />
810- </ItemGroup >
815+ <ItemGroup />
811816 <ItemGroup >
812817 <WCFMetadata Include =" Service References\" />
813818 </ItemGroup >
874879 <PlatformTarget >x86</PlatformTarget >
875880 <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
876881 </PropertyGroup >
882+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
883+ <DebugSymbols >true</DebugSymbols >
884+ <DefineDebug >true</DefineDebug >
885+ <DefineTrace >true</DefineTrace >
886+ <OutputPath >bin\</OutputPath >
887+ <DocumentationFile >IMIS.xml</DocumentationFile >
888+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
889+ <DebugType >full</DebugType >
890+ <PlatformTarget >x64</PlatformTarget >
891+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
892+ </PropertyGroup >
893+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
894+ <DefineTrace >true</DefineTrace >
895+ <OutputPath >bin\</OutputPath >
896+ <DocumentationFile >IMIS.xml</DocumentationFile >
897+ <Optimize >true</Optimize >
898+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
899+ <DebugType >pdbonly</DebugType >
900+ <PlatformTarget >x64</PlatformTarget >
901+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
902+ </PropertyGroup >
877903 <Import Project =" $(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
878- <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
879- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
904+ <!-- < Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
905+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />-->
880906 <ProjectExtensions >
881907 <VisualStudio >
882908 <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
908934 </Target >
909935 <Target Name =" AfterBuild" >
910936 </Target >
937+ <Import Project =" ..\packages\System.Data.SQLite.Core.1.0.109.1\build\net46\System.Data.SQLite.Core.targets" Condition =" Exists('..\packages\System.Data.SQLite.Core.1.0.109.1\build\net46\System.Data.SQLite.Core.targets')" />
938+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
939+ <PropertyGroup >
940+ <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 >
941+ </PropertyGroup >
942+ <Error Condition =" !Exists('..\packages\System.Data.SQLite.Core.1.0.109.1\build\net46\System.Data.SQLite.Core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.109.1\build\net46\System.Data.SQLite.Core.targets'))" />
943+ </Target >
911944</Project >
0 commit comments