Mercurial > silverbladetech
comparison SSRS/SSRS.Services/SSRS.Services.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>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{647369D2-B163-45B7-8E40-BBADEC2F30F7}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>SSRS.Services</RootNamespace> | |
12 <AssemblyName>SSRS.Services</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> | |
16 <RestorePackages>true</RestorePackages> | |
17 </PropertyGroup> | |
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
19 <DebugSymbols>true</DebugSymbols> | |
20 <DebugType>full</DebugType> | |
21 <Optimize>false</Optimize> | |
22 <OutputPath>bin\Debug\</OutputPath> | |
23 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
24 <ErrorReport>prompt</ErrorReport> | |
25 <WarningLevel>4</WarningLevel> | |
26 </PropertyGroup> | |
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
28 <DebugType>pdbonly</DebugType> | |
29 <Optimize>true</Optimize> | |
30 <OutputPath>bin\Release\</OutputPath> | |
31 <DefineConstants>TRACE</DefineConstants> | |
32 <ErrorReport>prompt</ErrorReport> | |
33 <WarningLevel>4</WarningLevel> | |
34 </PropertyGroup> | |
35 <ItemGroup> | |
36 <Reference Include="ServiceStack.Interfaces, Version=3.7.3.0, Culture=neutral, processorArchitecture=MSIL" /> | |
37 <Reference Include="ServiceStack.ServiceInterface, Version=1.0.4498.20342, Culture=neutral, processorArchitecture=MSIL" /> | |
38 <Reference Include="ServiceStack.Text, Version=3.7.6.0, Culture=neutral, processorArchitecture=MSIL"> | |
39 <HintPath>..\packages\ServiceStack.Text.3.7.6\lib\net35\ServiceStack.Text.dll</HintPath> | |
40 </Reference> | |
41 <Reference Include="System" /> | |
42 <Reference Include="System.Core" /> | |
43 <Reference Include="System.ServiceModel" /> | |
44 <Reference Include="System.Xml" /> | |
45 </ItemGroup> | |
46 <ItemGroup> | |
47 <Compile Include="Converter.cs" /> | |
48 <Compile Include="ReportExecution.cs" /> | |
49 <Compile Include="ReportsService.cs" /> | |
50 <Compile Include="Properties\AssemblyInfo.cs" /> | |
51 <Compile Include="Service References\ReportExecutionServiceReference\Reference.cs"> | |
52 <AutoGen>True</AutoGen> | |
53 <DesignTime>True</DesignTime> | |
54 <DependentUpon>Reference.svcmap</DependentUpon> | |
55 </Compile> | |
56 <Compile Include="Service References\ReportServiceReference\Reference.cs"> | |
57 <AutoGen>True</AutoGen> | |
58 <DesignTime>True</DesignTime> | |
59 <DependentUpon>Reference.svcmap</DependentUpon> | |
60 </Compile> | |
61 <Compile Include="Settings.cs" /> | |
62 </ItemGroup> | |
63 <ItemGroup> | |
64 <WCFMetadata Include="Service References\" /> | |
65 </ItemGroup> | |
66 <ItemGroup> | |
67 <None Include="app.config" /> | |
68 <None Include="packages.config" /> | |
69 <None Include="Service References\ReportExecutionServiceReference\ReportExecution2005.wsdl" /> | |
70 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.DocumentMapNode.datasource"> | |
71 <DependentUpon>Reference.svcmap</DependentUpon> | |
72 </None> | |
73 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.ExecutionHeader.datasource"> | |
74 <DependentUpon>Reference.svcmap</DependentUpon> | |
75 </None> | |
76 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.ExecutionInfo.datasource"> | |
77 <DependentUpon>Reference.svcmap</DependentUpon> | |
78 </None> | |
79 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2.datasource"> | |
80 <DependentUpon>Reference.svcmap</DependentUpon> | |
81 </None> | |
82 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.Extension.datasource"> | |
83 <DependentUpon>Reference.svcmap</DependentUpon> | |
84 </None> | |
85 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader.datasource"> | |
86 <DependentUpon>Reference.svcmap</DependentUpon> | |
87 </None> | |
88 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.Warning.datasource"> | |
89 <DependentUpon>Reference.svcmap</DependentUpon> | |
90 </None> | |
91 <None Include="Service References\ReportServiceReference\ReportService2010.wsdl" /> | |
92 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ActiveState.datasource"> | |
93 <DependentUpon>Reference.svcmap</DependentUpon> | |
94 </None> | |
95 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.CacheRefreshPlan.datasource"> | |
96 <DependentUpon>Reference.svcmap</DependentUpon> | |
97 </None> | |
98 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.CacheRefreshPlanState.datasource"> | |
99 <DependentUpon>Reference.svcmap</DependentUpon> | |
100 </None> | |
101 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.CatalogItem.datasource"> | |
102 <DependentUpon>Reference.svcmap</DependentUpon> | |
103 </None> | |
104 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.DataRetrievalPlan.datasource"> | |
105 <DependentUpon>Reference.svcmap</DependentUpon> | |
106 </None> | |
107 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.DataSetDefinition.datasource"> | |
108 <DependentUpon>Reference.svcmap</DependentUpon> | |
109 </None> | |
110 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.DataSource.datasource"> | |
111 <DependentUpon>Reference.svcmap</DependentUpon> | |
112 </None> | |
113 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.DataSourceDefinition.datasource"> | |
114 <DependentUpon>Reference.svcmap</DependentUpon> | |
115 </None> | |
116 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.DataSourcePrompt.datasource"> | |
117 <DependentUpon>Reference.svcmap</DependentUpon> | |
118 </None> | |
119 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Event.datasource"> | |
120 <DependentUpon>Reference.svcmap</DependentUpon> | |
121 </None> | |
122 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ExpirationDefinition.datasource"> | |
123 <DependentUpon>Reference.svcmap</DependentUpon> | |
124 </None> | |
125 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Extension.datasource"> | |
126 <DependentUpon>Reference.svcmap</DependentUpon> | |
127 </None> | |
128 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ExtensionParameter.datasource"> | |
129 <DependentUpon>Reference.svcmap</DependentUpon> | |
130 </None> | |
131 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ExtensionSettings.datasource"> | |
132 <DependentUpon>Reference.svcmap</DependentUpon> | |
133 </None> | |
134 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ItemHistorySnapshot.datasource"> | |
135 <DependentUpon>Reference.svcmap</DependentUpon> | |
136 </None> | |
137 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ItemParameter.datasource"> | |
138 <DependentUpon>Reference.svcmap</DependentUpon> | |
139 </None> | |
140 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ItemReferenceData.datasource"> | |
141 <DependentUpon>Reference.svcmap</DependentUpon> | |
142 </None> | |
143 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Job.datasource"> | |
144 <DependentUpon>Reference.svcmap</DependentUpon> | |
145 </None> | |
146 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ModelCatalogItem.datasource"> | |
147 <DependentUpon>Reference.svcmap</DependentUpon> | |
148 </None> | |
149 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ModelDrillthroughReport.datasource"> | |
150 <DependentUpon>Reference.svcmap</DependentUpon> | |
151 </None> | |
152 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ModelItem.datasource"> | |
153 <DependentUpon>Reference.svcmap</DependentUpon> | |
154 </None> | |
155 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ParameterValue.datasource"> | |
156 <DependentUpon>Reference.svcmap</DependentUpon> | |
157 </None> | |
158 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference.datasource"> | |
159 <DependentUpon>Reference.svcmap</DependentUpon> | |
160 </None> | |
161 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Policy.datasource"> | |
162 <DependentUpon>Reference.svcmap</DependentUpon> | |
163 </None> | |
164 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Property.datasource"> | |
165 <DependentUpon>Reference.svcmap</DependentUpon> | |
166 </None> | |
167 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Role.datasource"> | |
168 <DependentUpon>Reference.svcmap</DependentUpon> | |
169 </None> | |
170 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Schedule.datasource"> | |
171 <DependentUpon>Reference.svcmap</DependentUpon> | |
172 </None> | |
173 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference.datasource"> | |
174 <DependentUpon>Reference.svcmap</DependentUpon> | |
175 </None> | |
176 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ServerInfoHeader.datasource"> | |
177 <DependentUpon>Reference.svcmap</DependentUpon> | |
178 </None> | |
179 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Subscription.datasource"> | |
180 <DependentUpon>Reference.svcmap</DependentUpon> | |
181 </None> | |
182 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Task.datasource"> | |
183 <DependentUpon>Reference.svcmap</DependentUpon> | |
184 </None> | |
185 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Warning.datasource"> | |
186 <DependentUpon>Reference.svcmap</DependentUpon> | |
187 </None> | |
188 </ItemGroup> | |
189 <ItemGroup> | |
190 <WCFMetadataStorage Include="Service References\ReportExecutionServiceReference\" /> | |
191 <WCFMetadataStorage Include="Service References\ReportServiceReference\" /> | |
192 </ItemGroup> | |
193 <ItemGroup> | |
194 <None Include="Service References\ReportServiceReference\configuration91.svcinfo" /> | |
195 </ItemGroup> | |
196 <ItemGroup> | |
197 <None Include="Service References\ReportServiceReference\configuration.svcinfo" /> | |
198 </ItemGroup> | |
199 <ItemGroup> | |
200 <None Include="Service References\ReportServiceReference\Reference.svcmap"> | |
201 <Generator>WCF Proxy Generator</Generator> | |
202 <LastGenOutput>Reference.cs</LastGenOutput> | |
203 </None> | |
204 </ItemGroup> | |
205 <ItemGroup> | |
206 <None Include="Service References\ReportExecutionServiceReference\configuration91.svcinfo" /> | |
207 </ItemGroup> | |
208 <ItemGroup> | |
209 <None Include="Service References\ReportExecutionServiceReference\configuration.svcinfo" /> | |
210 </ItemGroup> | |
211 <ItemGroup> | |
212 <None Include="Service References\ReportExecutionServiceReference\Reference.svcmap"> | |
213 <Generator>WCF Proxy Generator</Generator> | |
214 <LastGenOutput>Reference.cs</LastGenOutput> | |
215 </None> | |
216 </ItemGroup> | |
217 <ItemGroup> | |
218 <ProjectReference Include="..\SSRS.Services.DTOs\SSRS.Services.DTOs.csproj"> | |
219 <Project>{31ADF48B-7540-4869-BF0F-D088DD67707E}</Project> | |
220 <Name>SSRS.Services.DTOs</Name> | |
221 </ProjectReference> | |
222 </ItemGroup> | |
223 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
224 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> | |
225 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
226 Other similar extension points exist, see Microsoft.Common.targets. | |
227 <Target Name="BeforeBuild"> | |
228 </Target> | |
229 <Target Name="AfterBuild"> | |
230 </Target> | |
231 --> | |
232 </Project> |