112
|
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>
|
119
|
36 <Reference Include="ServiceStack.Interfaces">
|
|
37 <HintPath>..\packages\ServiceStack.Common.3.7.7\lib\net35\ServiceStack.Interfaces.dll</HintPath>
|
|
38 </Reference>
|
|
39 <Reference Include="ServiceStack.ServiceInterface">
|
|
40 <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
|
|
41 </Reference>
|
112
|
42 <Reference Include="ServiceStack.Text, Version=3.7.6.0, Culture=neutral, processorArchitecture=MSIL">
|
|
43 <HintPath>..\packages\ServiceStack.Text.3.7.6\lib\net35\ServiceStack.Text.dll</HintPath>
|
|
44 </Reference>
|
|
45 <Reference Include="System" />
|
|
46 <Reference Include="System.Core" />
|
|
47 <Reference Include="System.ServiceModel" />
|
|
48 <Reference Include="System.Xml" />
|
|
49 </ItemGroup>
|
|
50 <ItemGroup>
|
|
51 <Compile Include="Converter.cs" />
|
|
52 <Compile Include="ReportExecution.cs" />
|
|
53 <Compile Include="ReportsService.cs" />
|
|
54 <Compile Include="Properties\AssemblyInfo.cs" />
|
|
55 <Compile Include="Service References\ReportExecutionServiceReference\Reference.cs">
|
|
56 <AutoGen>True</AutoGen>
|
|
57 <DesignTime>True</DesignTime>
|
|
58 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
59 </Compile>
|
|
60 <Compile Include="Service References\ReportServiceReference\Reference.cs">
|
|
61 <AutoGen>True</AutoGen>
|
|
62 <DesignTime>True</DesignTime>
|
|
63 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
64 </Compile>
|
|
65 <Compile Include="Settings.cs" />
|
|
66 </ItemGroup>
|
|
67 <ItemGroup>
|
|
68 <WCFMetadata Include="Service References\" />
|
|
69 </ItemGroup>
|
|
70 <ItemGroup>
|
|
71 <None Include="app.config" />
|
|
72 <None Include="packages.config" />
|
|
73 <None Include="Service References\ReportExecutionServiceReference\ReportExecution2005.wsdl" />
|
|
74 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.DocumentMapNode.datasource">
|
|
75 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
76 </None>
|
|
77 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.ExecutionHeader.datasource">
|
|
78 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
79 </None>
|
|
80 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.ExecutionInfo.datasource">
|
|
81 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
82 </None>
|
|
83 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2.datasource">
|
|
84 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
85 </None>
|
|
86 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.Extension.datasource">
|
|
87 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
88 </None>
|
|
89 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader.datasource">
|
|
90 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
91 </None>
|
|
92 <None Include="Service References\ReportExecutionServiceReference\SSRS.Services.ReportExecutionServiceReference.Warning.datasource">
|
|
93 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
94 </None>
|
|
95 <None Include="Service References\ReportServiceReference\ReportService2010.wsdl" />
|
|
96 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ActiveState.datasource">
|
|
97 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
98 </None>
|
|
99 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.CacheRefreshPlan.datasource">
|
|
100 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
101 </None>
|
|
102 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.CacheRefreshPlanState.datasource">
|
|
103 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
104 </None>
|
|
105 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.CatalogItem.datasource">
|
|
106 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
107 </None>
|
|
108 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.DataRetrievalPlan.datasource">
|
|
109 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
110 </None>
|
|
111 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.DataSetDefinition.datasource">
|
|
112 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
113 </None>
|
|
114 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.DataSource.datasource">
|
|
115 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
116 </None>
|
|
117 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.DataSourceDefinition.datasource">
|
|
118 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
119 </None>
|
|
120 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.DataSourcePrompt.datasource">
|
|
121 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
122 </None>
|
|
123 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Event.datasource">
|
|
124 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
125 </None>
|
|
126 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ExpirationDefinition.datasource">
|
|
127 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
128 </None>
|
|
129 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Extension.datasource">
|
|
130 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
131 </None>
|
|
132 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ExtensionParameter.datasource">
|
|
133 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
134 </None>
|
|
135 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ExtensionSettings.datasource">
|
|
136 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
137 </None>
|
|
138 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ItemHistorySnapshot.datasource">
|
|
139 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
140 </None>
|
|
141 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ItemParameter.datasource">
|
|
142 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
143 </None>
|
|
144 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ItemReferenceData.datasource">
|
|
145 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
146 </None>
|
|
147 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Job.datasource">
|
|
148 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
149 </None>
|
|
150 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ModelCatalogItem.datasource">
|
|
151 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
152 </None>
|
|
153 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ModelDrillthroughReport.datasource">
|
|
154 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
155 </None>
|
|
156 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ModelItem.datasource">
|
|
157 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
158 </None>
|
|
159 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ParameterValue.datasource">
|
|
160 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
161 </None>
|
|
162 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference.datasource">
|
|
163 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
164 </None>
|
|
165 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Policy.datasource">
|
|
166 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
167 </None>
|
|
168 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Property.datasource">
|
|
169 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
170 </None>
|
|
171 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Role.datasource">
|
|
172 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
173 </None>
|
|
174 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Schedule.datasource">
|
|
175 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
176 </None>
|
|
177 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference.datasource">
|
|
178 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
179 </None>
|
|
180 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.ServerInfoHeader.datasource">
|
|
181 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
182 </None>
|
|
183 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Subscription.datasource">
|
|
184 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
185 </None>
|
|
186 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Task.datasource">
|
|
187 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
188 </None>
|
|
189 <None Include="Service References\ReportServiceReference\SSRS.Services.ReportServiceReference.Warning.datasource">
|
|
190 <DependentUpon>Reference.svcmap</DependentUpon>
|
|
191 </None>
|
|
192 </ItemGroup>
|
|
193 <ItemGroup>
|
|
194 <WCFMetadataStorage Include="Service References\ReportExecutionServiceReference\" />
|
|
195 <WCFMetadataStorage Include="Service References\ReportServiceReference\" />
|
|
196 </ItemGroup>
|
|
197 <ItemGroup>
|
|
198 <None Include="Service References\ReportServiceReference\configuration91.svcinfo" />
|
|
199 </ItemGroup>
|
|
200 <ItemGroup>
|
|
201 <None Include="Service References\ReportServiceReference\configuration.svcinfo" />
|
|
202 </ItemGroup>
|
|
203 <ItemGroup>
|
|
204 <None Include="Service References\ReportServiceReference\Reference.svcmap">
|
|
205 <Generator>WCF Proxy Generator</Generator>
|
|
206 <LastGenOutput>Reference.cs</LastGenOutput>
|
|
207 </None>
|
|
208 </ItemGroup>
|
|
209 <ItemGroup>
|
|
210 <None Include="Service References\ReportExecutionServiceReference\configuration91.svcinfo" />
|
|
211 </ItemGroup>
|
|
212 <ItemGroup>
|
|
213 <None Include="Service References\ReportExecutionServiceReference\configuration.svcinfo" />
|
|
214 </ItemGroup>
|
|
215 <ItemGroup>
|
|
216 <None Include="Service References\ReportExecutionServiceReference\Reference.svcmap">
|
|
217 <Generator>WCF Proxy Generator</Generator>
|
|
218 <LastGenOutput>Reference.cs</LastGenOutput>
|
|
219 </None>
|
|
220 </ItemGroup>
|
|
221 <ItemGroup>
|
114
|
222 <ProjectReference Include="..\SSRS.Services.DTO\SSRS.Services.DTO.csproj">
|
|
223 <Project>{29663C66-DB7C-4704-8BF8-52B3BCFABC19}</Project>
|
|
224 <Name>SSRS.Services.DTO</Name>
|
112
|
225 </ProjectReference>
|
|
226 </ItemGroup>
|
|
227 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
228 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
|
229 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
230 Other similar extension points exist, see Microsoft.Common.targets.
|
|
231 <Target Name="BeforeBuild">
|
|
232 </Target>
|
|
233 <Target Name="AfterBuild">
|
|
234 </Target>
|
|
235 -->
|
|
236 </Project> |