Mercurial > silverbladetech
comparison SSRS/SSRS.Web/SSRS.Web.csproj @ 112:b9d5f934cb21
Initial upload
author | adminsh@apollo |
---|---|
date | Sat, 19 May 2012 16:09:07 +0100 |
parents | |
children | e51a6af1c98d |
comparison
equal
deleted
inserted
replaced
111:6cb8cd05ad6b | 112:b9d5f934cb21 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion> | |
7 </ProductVersion> | |
8 <SchemaVersion>2.0</SchemaVersion> | |
9 <ProjectGuid>{A301F6B9-A865-4A1F-849D-085C0B5A5A9C}</ProjectGuid> | |
10 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> | |
11 <OutputType>Library</OutputType> | |
12 <AppDesignerFolder>Properties</AppDesignerFolder> | |
13 <RootNamespace>SSRS.Web</RootNamespace> | |
14 <AssemblyName>SSRS.Web</AssemblyName> | |
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
16 <UseIISExpress>false</UseIISExpress> | |
17 <SilverlightApplicationList>{388264C5-BF71-4A8E-8EF4-6F62DD6A4E64}|..\SSRS\SSRS.csproj|ClientBin|False</SilverlightApplicationList> | |
18 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> | |
19 <RestorePackages>true</RestorePackages> | |
20 </PropertyGroup> | |
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
22 <DebugSymbols>true</DebugSymbols> | |
23 <DebugType>full</DebugType> | |
24 <Optimize>false</Optimize> | |
25 <OutputPath>bin\</OutputPath> | |
26 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
27 <ErrorReport>prompt</ErrorReport> | |
28 <WarningLevel>4</WarningLevel> | |
29 </PropertyGroup> | |
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
31 <DebugType>pdbonly</DebugType> | |
32 <Optimize>true</Optimize> | |
33 <OutputPath>bin\</OutputPath> | |
34 <DefineConstants>TRACE</DefineConstants> | |
35 <ErrorReport>prompt</ErrorReport> | |
36 <WarningLevel>4</WarningLevel> | |
37 </PropertyGroup> | |
38 <ItemGroup> | |
39 <Reference Include="PresentationCore" /> | |
40 <Reference Include="PresentationFramework" /> | |
41 <Reference Include="ServiceStack, Version=3.7.3.0, Culture=neutral, processorArchitecture=MSIL"> | |
42 <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.dll</HintPath> | |
43 </Reference> | |
44 <Reference Include="ServiceStack.Common, Version=3.7.3.0, Culture=neutral, processorArchitecture=MSIL"> | |
45 <HintPath>..\packages\ServiceStack.Common.3.7.4\lib\net35\ServiceStack.Common.dll</HintPath> | |
46 </Reference> | |
47 <Reference Include="ServiceStack.Interfaces, Version=3.7.3.0, Culture=neutral, processorArchitecture=MSIL"> | |
48 <HintPath>..\packages\ServiceStack.Common.3.7.4\lib\net35\ServiceStack.Interfaces.dll</HintPath> | |
49 </Reference> | |
50 <Reference Include="ServiceStack.OrmLite, Version=3.7.6.750, Culture=neutral, processorArchitecture=MSIL"> | |
51 <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.7.6\lib\ServiceStack.OrmLite.dll</HintPath> | |
52 </Reference> | |
53 <Reference Include="ServiceStack.OrmLite.SqlServer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
54 <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.7.6\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath> | |
55 </Reference> | |
56 <Reference Include="ServiceStack.RazorEngine, Version=2.1.4498.20344, Culture=neutral, processorArchitecture=MSIL"> | |
57 <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.RazorEngine.dll</HintPath> | |
58 </Reference> | |
59 <Reference Include="ServiceStack.Redis, Version=3.7.4.0, Culture=neutral, processorArchitecture=MSIL"> | |
60 <HintPath>..\packages\ServiceStack.Redis.3.7.4\lib\net35\ServiceStack.Redis.dll</HintPath> | |
61 </Reference> | |
62 <Reference Include="ServiceStack.ServiceInterface, Version=1.0.4498.20342, Culture=neutral, processorArchitecture=MSIL"> | |
63 <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.ServiceInterface.dll</HintPath> | |
64 </Reference> | |
65 <Reference Include="ServiceStack.Text, Version=3.7.6.0, Culture=neutral, processorArchitecture=MSIL"> | |
66 <HintPath>..\packages\ServiceStack.Text.3.7.6\lib\net35\ServiceStack.Text.dll</HintPath> | |
67 </Reference> | |
68 <Reference Include="System.Data" /> | |
69 <Reference Include="System.ServiceModel" /> | |
70 <Reference Include="System" /> | |
71 <Reference Include="System.Core" /> | |
72 <Reference Include="System.Web" /> | |
73 <Reference Include="System.Xml" /> | |
74 <Reference Include="WindowsBase" /> | |
75 </ItemGroup> | |
76 <ItemGroup> | |
77 <Content Include="ClientBin\SSRS.xap" /> | |
78 <Content Include="crossdomain.xml" /> | |
79 <Content Include="Global.asax" /> | |
80 <Content Include="index.html" /> | |
81 <Content Include="packages.config" /> | |
82 <Content Include="Silverlight.js" /> | |
83 <Content Include="SplashScreen.js" /> | |
84 <Content Include="Web.config" /> | |
85 <Content Include="Web.Debug.config"> | |
86 <DependentUpon>Web.config</DependentUpon> | |
87 </Content> | |
88 <Content Include="Web.Release.config"> | |
89 <DependentUpon>Web.config</DependentUpon> | |
90 </Content> | |
91 </ItemGroup> | |
92 <ItemGroup> | |
93 <Compile Include="Global.asax.cs"> | |
94 <DependentUpon>Global.asax</DependentUpon> | |
95 </Compile> | |
96 <Compile Include="Properties\AssemblyInfo.cs" /> | |
97 </ItemGroup> | |
98 <ItemGroup> | |
99 <Content Include="SplashScreen.xaml"> | |
100 <Generator>MSBuild:Compile</Generator> | |
101 <SubType>Designer</SubType> | |
102 </Content> | |
103 </ItemGroup> | |
104 <ItemGroup> | |
105 <WCFMetadata Include="Service References\" /> | |
106 </ItemGroup> | |
107 <ItemGroup> | |
108 <ProjectReference Include="..\SSRS.Services.DTOs\SSRS.Services.DTOs.csproj"> | |
109 <Project>{31ADF48B-7540-4869-BF0F-D088DD67707E}</Project> | |
110 <Name>SSRS.Services.DTOs</Name> | |
111 </ProjectReference> | |
112 <ProjectReference Include="..\SSRS.Services\SSRS.Services.csproj"> | |
113 <Project>{647369D2-B163-45B7-8E40-BBADEC2F30F7}</Project> | |
114 <Name>SSRS.Services</Name> | |
115 </ProjectReference> | |
116 </ItemGroup> | |
117 <ItemGroup> | |
118 <Content Include="ClientBin\System.Windows.Controls.Data.Input.zip" /> | |
119 </ItemGroup> | |
120 <ItemGroup> | |
121 <Content Include="ClientBin\System.ComponentModel.DataAnnotations.zip" /> | |
122 </ItemGroup> | |
123 <ItemGroup> | |
124 <Content Include="ClientBin\System.Runtime.Serialization.Json.zip" /> | |
125 </ItemGroup> | |
126 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
127 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> | |
128 <ProjectExtensions> | |
129 <VisualStudio> | |
130 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | |
131 <WebProjectProperties> | |
132 <UseIIS>False</UseIIS> | |
133 <AutoAssignPort>False</AutoAssignPort> | |
134 <DevelopmentServerPort>2505</DevelopmentServerPort> | |
135 <DevelopmentServerVPath>/</DevelopmentServerVPath> | |
136 <IISUrl> | |
137 </IISUrl> | |
138 <NTLMAuthentication>False</NTLMAuthentication> | |
139 <UseCustomServer>False</UseCustomServer> | |
140 <CustomServerUrl> | |
141 </CustomServerUrl> | |
142 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> | |
143 </WebProjectProperties> | |
144 </FlavorProperties> | |
145 </VisualStudio> | |
146 </ProjectExtensions> | |
147 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> | |
148 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
149 Other similar extension points exist, see Microsoft.Common.targets. | |
150 <Target Name="BeforeBuild"> | |
151 </Target> | |
152 <Target Name="AfterBuild"> | |
153 </Target> | |
154 --> | |
155 </Project> |