|
24 | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
25 | 25 | <ErrorReport>prompt</ErrorReport> |
26 | 26 | <WarningLevel>4</WarningLevel> |
| 27 | + <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode> |
27 | 28 | </PropertyGroup> |
28 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
29 | | - <PlatformTarget>x86</PlatformTarget> |
| 30 | + <PlatformTarget>AnyCPU</PlatformTarget> |
30 | 31 | <DebugType>pdbonly</DebugType> |
31 | 32 | <Optimize>true</Optimize> |
32 | 33 | <OutputPath>bin\Release\</OutputPath> |
|
35 | 36 | <WarningLevel>4</WarningLevel> |
36 | 37 | </PropertyGroup> |
37 | 38 | <ItemGroup> |
| 39 | + <Reference Include="Mono.Data.Sqlite"> |
| 40 | + <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.3\lib\net35\Mono.Data.Sqlite.dll</HintPath> |
| 41 | + </Reference> |
38 | 42 | <Reference Include="ServiceStack"> |
39 | 43 | <HintPath>..\packages\ServiceStack.3.9.2\lib\net40\ServiceStack.dll</HintPath> |
40 | 44 | </Reference> |
|
44 | 48 | <Reference Include="ServiceStack.Interfaces"> |
45 | 49 | <HintPath>..\packages\ServiceStack.Common.3.9.0\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
46 | 50 | </Reference> |
47 | | - <Reference Include="ServiceStack.OrmLite, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL"> |
48 | | - <HintPath>..\packages\ServiceStack.OrmLite.Sqlite32.3.9.1\lib\net40\ServiceStack.OrmLite.dll</HintPath> |
| 51 | + <Reference Include="ServiceStack.OrmLite, Version=3.9.2.0, Culture=neutral, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.3\lib\net35\ServiceStack.OrmLite.dll</HintPath> |
49 | 53 | </Reference> |
50 | | - <Reference Include="ServiceStack.OrmLite.SqliteNET, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> |
51 | | - <HintPath>..\packages\ServiceStack.OrmLite.Sqlite32.3.9.1\lib\net40\ServiceStack.OrmLite.SqliteNET.dll</HintPath> |
| 54 | + <Reference Include="ServiceStack.OrmLite.Sqlite"> |
| 55 | + <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.3\lib\net35\ServiceStack.OrmLite.Sqlite.dll</HintPath> |
52 | 56 | </Reference> |
53 | | - <Reference Include="ServiceStack.OrmLite.SqlServer"> |
54 | | - <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.0\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
| 57 | + <Reference Include="ServiceStack.OrmLite.SqlServer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.2\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
55 | 59 | </Reference> |
56 | 60 | <Reference Include="ServiceStack.Razor"> |
57 | 61 | <HintPath>..\packages\ServiceStack.3.9.2\lib\net40\ServiceStack.Razor.dll</HintPath> |
|
62 | 66 | <Reference Include="ServiceStack.ServiceInterface"> |
63 | 67 | <HintPath>..\packages\ServiceStack.3.9.2\lib\net40\ServiceStack.ServiceInterface.dll</HintPath> |
64 | 68 | </Reference> |
65 | | - <Reference Include="ServiceStack.Text"> |
66 | | - <HintPath>..\packages\ServiceStack.Text.3.9.0\lib\net35\ServiceStack.Text.dll</HintPath> |
| 69 | + <Reference Include="ServiceStack.Text, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 70 | + <HintPath>..\packages\ServiceStack.Text.3.9.2\lib\net35\ServiceStack.Text.dll</HintPath> |
67 | 71 | </Reference> |
68 | 72 | <Reference Include="System" /> |
69 | 73 | <Reference Include="System.Core" /> |
70 | | - <Reference Include="System.Data.SQLite, Version=1.0.81.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86"> |
71 | | - <SpecificVersion>False</SpecificVersion> |
72 | | - <HintPath>..\packages\ServiceStack.OrmLite.Sqlite32.3.9.1\lib\net40\System.Data.SQLite.dll</HintPath> |
73 | | - </Reference> |
74 | 74 | <Reference Include="System.Runtime.Serialization" /> |
75 | 75 | <Reference Include="System.Xml.Linq" /> |
76 | 76 | <Reference Include="System.Data.DataSetExtensions" /> |
|
92 | 92 | <EmbeddedResource Include="Views\_Layout.cshtml" /> |
93 | 93 | <None Include="packages.config" /> |
94 | 94 | </ItemGroup> |
| 95 | + <ItemGroup> |
| 96 | + <Content Include="README.txt" /> |
| 97 | + <Content Include="sqlite3.dll"> |
| 98 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 99 | + </Content> |
| 100 | + <Content Include="sqlite\x64\sqlite3.dll" /> |
| 101 | + <Content Include="sqlite\x86\sqlite3.dll" /> |
| 102 | + <Content Include="sqlite\x86\sqlite3.exe" /> |
| 103 | + </ItemGroup> |
95 | 104 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
96 | 105 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
97 | 106 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments