Blame view

Vrh.iScheduler.Report/Vrh.iScheduler.Report.csproj 14.4 KB
ab9f2fbe   Schwirg László   Add project files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
  <?xml version="1.0" encoding="utf-8"?>
  <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
    <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
    <PropertyGroup>
      <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
      <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
      <ProjectGuid>{607ADEBC-BEE9-4FA3-AADB-005BCAC670DA}</ProjectGuid>
      <OutputType>Library</OutputType>
      <AppDesignerFolder>Properties</AppDesignerFolder>
      <RootNamespace>Vrh.iScheduler.Report</RootNamespace>
      <AssemblyName>Vrh.iScheduler.Report</AssemblyName>
      <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
      <FileAlignment>512</FileAlignment>
      <Deterministic>true</Deterministic>
      <NuGetPackageImportStamp>
      </NuGetPackageImportStamp>
      <TargetFrameworkProfile />
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
      <DebugSymbols>true</DebugSymbols>
      <DebugType>full</DebugType>
      <Optimize>false</Optimize>
      <OutputPath>bin\Debug\</OutputPath>
      <DefineConstants>DEBUG;TRACE</DefineConstants>
      <ErrorReport>prompt</ErrorReport>
      <WarningLevel>4</WarningLevel>
      <DocumentationFile>bin\Debug\Vrh.iScheduler.Report.xml</DocumentationFile>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
      <DebugType>pdbonly</DebugType>
      <Optimize>true</Optimize>
      <OutputPath>bin\Release\</OutputPath>
      <DefineConstants>TRACE</DefineConstants>
      <ErrorReport>prompt</ErrorReport>
      <WarningLevel>4</WarningLevel>
      <DocumentationFile>bin\Release\Vrh.iScheduler.Report.xml</DocumentationFile>
    </PropertyGroup>
    <ItemGroup>
      <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
        <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
      </Reference>
      <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
        <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.Report.Viewer.11.0.0.0\lib\net\Microsoft.ReportViewer.Common.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.ReportViewer.ProcessingObjectModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.Report.Viewer.11.0.0.0\lib\net\Microsoft.ReportViewer.ProcessingObjectModel.DLL</HintPath>
      </Reference>
      <Reference Include="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.Report.Viewer.11.0.0.0\lib\net\Microsoft.ReportViewer.WebForms.DLL</HintPath>
      </Reference>
      <Reference Include="Microsoft.SqlServer.Types, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
025ff22a   Schwirg László   Vrh.Web.Reportin ...
56
        <HintPath>..\packages\Microsoft.SqlServer.Types.11.0.2\lib\net20\Microsoft.SqlServer.Types.dll</HintPath>
ab9f2fbe   Schwirg László   Add project files.
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
      </Reference>
      <Reference Include="Microsoft.Web.Infrastructure, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.Web.Infrastructure.2.0.1\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
      </Reference>
      <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
        <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
      </Reference>
      <Reference Include="PagedList, Version=1.17.0.0, Culture=neutral, PublicKeyToken=abbb863e9397c5e1, processorArchitecture=MSIL">
        <HintPath>..\packages\PagedList.1.17.0.0\lib\net40\PagedList.dll</HintPath>
      </Reference>
      <Reference Include="PagedList.Mvc, Version=4.5.0.0, Culture=neutral, PublicKeyToken=abbb863e9397c5e1, processorArchitecture=MSIL">
        <HintPath>..\packages\PagedList.Mvc.4.5.0.0\lib\net40\PagedList.Mvc.dll</HintPath>
      </Reference>
      <Reference Include="System" />
      <Reference Include="System.ComponentModel.DataAnnotations" />
      <Reference Include="System.Configuration" />
      <Reference Include="System.Core" />
      <Reference Include="System.Web" />
      <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.Helpers.dll</HintPath>
      </Reference>
      <Reference Include="System.Web.Mvc, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.9\lib\net45\System.Web.Mvc.dll</HintPath>
      </Reference>
      <Reference Include="System.Web.Providers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.AspNet.Providers.Core.2.0.0\lib\net40\System.Web.Providers.dll</HintPath>
      </Reference>
      <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.9\lib\net45\System.Web.Razor.dll</HintPath>
      </Reference>
      <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.dll</HintPath>
      </Reference>
      <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
      </Reference>
      <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
        <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
      </Reference>
      <Reference Include="System.Xml.Linq" />
      <Reference Include="System.Data.DataSetExtensions" />
      <Reference Include="Microsoft.CSharp" />
      <Reference Include="System.Data" />
      <Reference Include="System.Net.Http" />
      <Reference Include="System.Xml" />
      <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
        <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath>
      </Reference>
      <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
        <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath>
      </Reference>
      <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
        <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath>
      </Reference>
      <Reference Include="VRH.Log4Pro.MultiLanguageManager, Version=3.21.3.0, Culture=neutral, processorArchitecture=MSIL">
        <HintPath>..\packages\VRH.Log4Pro.MultiLanguageManager.3.21.3\lib\net45\VRH.Log4Pro.MultiLanguageManager.dll</HintPath>
      </Reference>
456bb8fa   Schwirg László   - beépülők frissí...
114
115
      <Reference Include="Vrh.Membership, Version=4.14.0.0, Culture=neutral, processorArchitecture=MSIL">
        <HintPath>..\packages\Vrh.Membership.4.14.0\lib\net451\Vrh.Membership.dll</HintPath>
ab9f2fbe   Schwirg László   Add project files.
116
117
118
119
      </Reference>
      <Reference Include="Vrh.Web.Providers, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL">
        <HintPath>..\packages\VRH.Web.Providers.2.0.2\lib\net451\Vrh.Web.Providers.dll</HintPath>
      </Reference>
17c73aec   Schwirg László   Vrh.Web.Reporting...
120
121
      <Reference Include="Vrh.XmlProcessing, Version=2.0.7.0, Culture=neutral, processorArchitecture=MSIL">
        <HintPath>..\packages\Vrh.XmlProcessing.2.0.7\lib\net45\Vrh.XmlProcessing.dll</HintPath>
ab9f2fbe   Schwirg László   Add project files.
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
      </Reference>
    </ItemGroup>
    <ItemGroup>
      <Compile Include="DAL\SchedulerReportDbContext.cs" />
      <Compile Include="DAL\SchedulerReportPackage.cs" />
      <Compile Include="DAL\SchedulerReportPackageItem.cs" />
      <Compile Include="Migrations\201705161305310_FirstMigration.cs" />
      <Compile Include="Migrations\201705161305310_FirstMigration.Designer.cs">
        <DependentUpon>201705161305310_FirstMigration.cs</DependentUpon>
      </Compile>
      <Compile Include="Migrations\201705190757556_RemoveSchGroup.cs" />
      <Compile Include="Migrations\201705190757556_RemoveSchGroup.Designer.cs">
        <DependentUpon>201705190757556_RemoveSchGroup.cs</DependentUpon>
      </Compile>
      <Compile Include="Migrations\201706161758169_Update02.cs" />
      <Compile Include="Migrations\201706161758169_Update02.Designer.cs">
        <DependentUpon>201706161758169_Update02.cs</DependentUpon>
      </Compile>
      <Compile Include="Migrations\201708281428381_Update03.cs" />
      <Compile Include="Migrations\201708281428381_Update03.Designer.cs">
        <DependentUpon>201708281428381_Update03.cs</DependentUpon>
      </Compile>
      <Compile Include="Migrations\201911221620053_ChangeSchemaName.cs" />
      <Compile Include="Migrations\201911221620053_ChangeSchemaName.Designer.cs">
        <DependentUpon>201911221620053_ChangeSchemaName.cs</DependentUpon>
      </Compile>
      <Compile Include="Migrations\Configuration.cs" />
      <Compile Include="Properties\AssemblyInfo.cs" />
      <Compile Include="ScheduleReportVariables.cs" />
      <Compile Include="SchedulerPlugin.cs" />
025ff22a   Schwirg László   Vrh.Web.Reportin ...
152
      <Compile Include="SqlServerTypes\Loader.cs" />
ab9f2fbe   Schwirg László   Add project files.
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
      <Compile Include="SRConstants.cs" />
      <Compile Include="SRGlobal.cs" />
      <Compile Include="SRWordCodes.cs" />
      <Compile Include="XmlProcessing\PackageEditorElement.cs" />
      <Compile Include="XmlProcessing\PackageExecuteElement.cs" />
      <Compile Include="XmlProcessing\SchedulerReportXmlParser.cs" />
    </ItemGroup>
    <ItemGroup>
      <EmbeddedResource Include="Migrations\201705161305310_FirstMigration.resx">
        <DependentUpon>201705161305310_FirstMigration.cs</DependentUpon>
      </EmbeddedResource>
      <EmbeddedResource Include="Migrations\201705190757556_RemoveSchGroup.resx">
        <DependentUpon>201705190757556_RemoveSchGroup.cs</DependentUpon>
      </EmbeddedResource>
      <EmbeddedResource Include="Migrations\201706161758169_Update02.resx">
        <DependentUpon>201706161758169_Update02.cs</DependentUpon>
      </EmbeddedResource>
      <EmbeddedResource Include="Migrations\201708281428381_Update03.resx">
        <DependentUpon>201708281428381_Update03.cs</DependentUpon>
      </EmbeddedResource>
      <EmbeddedResource Include="Migrations\201911221620053_ChangeSchemaName.resx">
        <DependentUpon>201911221620053_ChangeSchemaName.cs</DependentUpon>
      </EmbeddedResource>
    </ItemGroup>
    <ItemGroup>
      <None Include="App.config" />
      <None Include="packages.config" />
      <None Include="Vrh.NugetModuls.Documentations\VRH.Common\ReadMe.md" />
      <None Include="Vrh.NugetModuls.Documentations\Vrh.Log4Pro.MultiLanguageManager\ReadMe.md" />
      <None Include="Vrh.NugetModuls.Documentations\Vrh.XmlProcessing\ReadMe.md" />
    </ItemGroup>
    <ItemGroup>
025ff22a   Schwirg László   Vrh.Web.Reportin ...
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
      <Content Include="..\packages\Microsoft.SqlServer.Types.11.0.2\nativeBinaries\x64\msvcr100.dll">
        <Link>SqlServerTypes\x64\msvcr100.dll</Link>
        <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      </Content>
      <Content Include="..\packages\Microsoft.SqlServer.Types.11.0.2\nativeBinaries\x64\SqlServerSpatial110.dll">
        <Link>SqlServerTypes\x64\SqlServerSpatial110.dll</Link>
        <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      </Content>
      <Content Include="..\packages\Microsoft.SqlServer.Types.11.0.2\nativeBinaries\x86\msvcr100.dll">
        <Link>SqlServerTypes\x86\msvcr100.dll</Link>
        <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      </Content>
      <Content Include="..\packages\Microsoft.SqlServer.Types.11.0.2\nativeBinaries\x86\SqlServerSpatial110.dll">
        <Link>SqlServerTypes\x86\SqlServerSpatial110.dll</Link>
        <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      </Content>
ab9f2fbe   Schwirg László   Add project files.
201
      <Content Include="Content\PagedList.css" />
025ff22a   Schwirg László   Vrh.Web.Reportin ...
202
      <Content Include="SqlServerTypes\readme.htm" />
ab9f2fbe   Schwirg László   Add project files.
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
      <None Include="XmlParser.xml">
        <CopyToOutputDirectory>Always</CopyToOutputDirectory>
      </None>
    </ItemGroup>
    <ItemGroup>
      <ProjectReference Include="..\Vrh.iScheduler.Interface\Vrh.iScheduler.Interfaces.csproj">
        <Project>{fcf1fa7b-e1c3-442e-9492-796d7e85c543}</Project>
        <Name>Vrh.iScheduler.Interfaces</Name>
      </ProjectReference>
      <ProjectReference Include="..\Vrh.OneMessage\Vrh.OneMessage.csproj">
        <Project>{ab97f2be-02d9-490a-8af2-2564bd44d21a}</Project>
        <Name>Vrh.OneMessage</Name>
      </ProjectReference>
      <ProjectReference Include="..\Vrh.OneReport\Vrh.OneReport.csproj">
        <Project>{4a114aab-1061-4756-984d-5509d8f4cb14}</Project>
        <Name>Vrh.OneReport</Name>
      </ProjectReference>
    </ItemGroup>
    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    <PropertyGroup>
      <PostBuildEvent>
      </PostBuildEvent>
    </PropertyGroup>
    <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
      <PropertyGroup>
        <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
      </PropertyGroup>
      <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
      <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
    </Target>
    <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  </Project>