|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>RazorRockstars.Console</RootNamespace> |
12 | 12 | <AssemblyName>RazorRockstars.Console</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | | - <TargetFrameworkProfile> |
15 | | - </TargetFrameworkProfile> |
16 | 13 | <FileAlignment>512</FileAlignment> |
17 | 14 | </PropertyGroup> |
18 | 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
19 | 16 | <PlatformTarget>x86</PlatformTarget> |
20 | | - <DebugSymbols>true</DebugSymbols> |
| 17 | + <DebugSymbols>True</DebugSymbols> |
21 | 18 | <DebugType>full</DebugType> |
22 | | - <Optimize>false</Optimize> |
| 19 | + <Optimize>False</Optimize> |
23 | 20 | <OutputPath>bin\Debug\</OutputPath> |
24 | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
25 | 22 | <ErrorReport>prompt</ErrorReport> |
|
29 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
30 | 27 | <PlatformTarget>AnyCPU</PlatformTarget> |
31 | 28 | <DebugType>pdbonly</DebugType> |
32 | | - <Optimize>true</Optimize> |
| 29 | + <Optimize>True</Optimize> |
33 | 30 | <OutputPath>bin\Release\</OutputPath> |
34 | 31 | <DefineConstants>TRACE</DefineConstants> |
35 | 32 | <ErrorReport>prompt</ErrorReport> |
36 | 33 | <WarningLevel>4</WarningLevel> |
37 | 34 | </PropertyGroup> |
38 | 35 | <ItemGroup> |
| 36 | + <Reference Include="System" /> |
| 37 | + <Reference Include="System.Core" /> |
| 38 | + <Reference Include="System.Runtime.Serialization" /> |
| 39 | + <Reference Include="System.Xml.Linq" /> |
| 40 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 41 | + <Reference Include="Microsoft.CSharp" /> |
| 42 | + <Reference Include="System.Data" /> |
| 43 | + <Reference Include="System.Xml" /> |
39 | 44 | <Reference Include="Mono.Data.Sqlite"> |
40 | | - <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.3\lib\net35\Mono.Data.Sqlite.dll</HintPath> |
41 | | - </Reference> |
42 | | - <Reference Include="ServiceStack"> |
43 | | - <HintPath>..\packages\ServiceStack.3.9.2\lib\net40\ServiceStack.dll</HintPath> |
| 45 | + <HintPath>..\lib\Mono.Data.Sqlite.dll</HintPath> |
44 | 46 | </Reference> |
45 | 47 | <Reference Include="ServiceStack.Common"> |
46 | | - <HintPath>..\packages\ServiceStack.Common.3.9.0\lib\net35\ServiceStack.Common.dll</HintPath> |
| 48 | + <HintPath>..\lib\ServiceStack.Common.dll</HintPath> |
47 | 49 | </Reference> |
48 | 50 | <Reference Include="ServiceStack.Interfaces"> |
49 | | - <HintPath>..\packages\ServiceStack.Common.3.9.0\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
50 | | - </Reference> |
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> |
| 51 | + <HintPath>..\lib\ServiceStack.Interfaces.dll</HintPath> |
53 | 52 | </Reference> |
54 | 53 | <Reference Include="ServiceStack.OrmLite.Sqlite"> |
55 | | - <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.3\lib\net35\ServiceStack.OrmLite.Sqlite.dll</HintPath> |
| 54 | + <HintPath>..\lib\ServiceStack.OrmLite.Sqlite.dll</HintPath> |
56 | 55 | </Reference> |
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> |
| 56 | + <Reference Include="ServiceStack.OrmLite"> |
| 57 | + <HintPath>..\lib\ServiceStack.OrmLite.dll</HintPath> |
59 | 58 | </Reference> |
60 | 59 | <Reference Include="ServiceStack.Razor"> |
61 | | - <HintPath>..\packages\ServiceStack.3.9.2\lib\net40\ServiceStack.Razor.dll</HintPath> |
62 | | - </Reference> |
63 | | - <Reference Include="ServiceStack.Redis"> |
64 | | - <HintPath>..\packages\ServiceStack.Redis.3.9.0\lib\net35\ServiceStack.Redis.dll</HintPath> |
| 60 | + <HintPath>..\lib\ServiceStack.Razor.dll</HintPath> |
65 | 61 | </Reference> |
66 | 62 | <Reference Include="ServiceStack.ServiceInterface"> |
67 | | - <HintPath>..\packages\ServiceStack.3.9.2\lib\net40\ServiceStack.ServiceInterface.dll</HintPath> |
| 63 | + <HintPath>..\lib\ServiceStack.ServiceInterface.dll</HintPath> |
68 | 64 | </Reference> |
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> |
| 65 | + <Reference Include="ServiceStack.Text"> |
| 66 | + <HintPath>..\lib\ServiceStack.Text.dll</HintPath> |
| 67 | + </Reference> |
| 68 | + <Reference Include="ServiceStack"> |
| 69 | + <HintPath>..\lib\ServiceStack.dll</HintPath> |
| 70 | + </Reference> |
| 71 | + <Reference Include="System.Web.Mvc"> |
| 72 | + <HintPath>..\lib\System.Web.Mvc.dll</HintPath> |
| 73 | + </Reference> |
| 74 | + <Reference Include="System.Web.Razor"> |
| 75 | + <HintPath>..\lib\System.Web.Razor.dll</HintPath> |
71 | 76 | </Reference> |
72 | | - <Reference Include="System" /> |
73 | | - <Reference Include="System.Core" /> |
74 | | - <Reference Include="System.Runtime.Serialization" /> |
75 | | - <Reference Include="System.Xml.Linq" /> |
76 | | - <Reference Include="System.Data.DataSetExtensions" /> |
77 | | - <Reference Include="Microsoft.CSharp" /> |
78 | | - <Reference Include="System.Data" /> |
79 | | - <Reference Include="System.Xml" /> |
80 | 77 | </ItemGroup> |
81 | 78 | <ItemGroup> |
82 | 79 | <Compile Include="AppHost.cs" /> |
|
0 commit comments