|
29 | 29 | <NuGetPackageImportStamp> |
30 | 30 | </NuGetPackageImportStamp> |
31 | 31 | <Use64BitIISExpress /> |
| 32 | + <WebGreaseLibPath>..\..\..\..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath> |
32 | 33 | </PropertyGroup> |
33 | 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
34 | 35 | <DebugSymbols>true</DebugSymbols> |
|
48 | 49 | <WarningLevel>4</WarningLevel> |
49 | 50 | </PropertyGroup> |
50 | 51 | <ItemGroup> |
| 52 | + <Reference Include="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\..\..\..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath> |
| 54 | + </Reference> |
| 55 | + <Reference Include="Iesi.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\..\..\..\packages\Iesi.Collections.4.0.0.4000\lib\net40\Iesi.Collections.dll</HintPath> |
| 57 | + </Reference> |
51 | 58 | <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
52 | 59 | <HintPath>..\..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.3\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath> |
53 | | - <Private>True</Private> |
54 | 60 | </Reference> |
55 | 61 | <Reference Include="Microsoft.CSharp" /> |
56 | | - <Reference Include="Microsoft.Web.Helpers"> |
| 62 | + <Reference Include="Microsoft.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
57 | 63 | <HintPath>..\..\..\..\packages\Microsoft.AspNet.WebHelpers.3.2.3\lib\net45\Microsoft.Web.Helpers.dll</HintPath> |
58 | | - <Private>True</Private> |
59 | 64 | </Reference> |
60 | | - <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
61 | | - <SpecificVersion>False</SpecificVersion> |
| 65 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 66 | + <HintPath>..\..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 67 | + </Reference> |
| 68 | + <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
62 | 69 | <HintPath>..\..\..\..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
63 | 70 | </Reference> |
| 71 | + <Reference Include="NHibernate, Version=4.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL"> |
| 72 | + <HintPath>..\..\..\..\packages\NHibernate.4.1.1.4000\lib\net40\NHibernate.dll</HintPath> |
| 73 | + </Reference> |
64 | 74 | <Reference Include="System" /> |
65 | 75 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
66 | 76 | <Reference Include="System.Configuration" /> |
67 | 77 | <Reference Include="System.Core" /> |
68 | 78 | <Reference Include="System.Data" /> |
69 | 79 | <Reference Include="System.Data.DataSetExtensions" /> |
70 | | - <Reference Include="System.Net.Http.Formatting"> |
| 80 | + <Reference Include="System.Net.Http" /> |
| 81 | + <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
71 | 82 | <HintPath>..\..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
72 | | - <Private>True</Private> |
73 | 83 | </Reference> |
74 | | - <Reference Include="System.Web.Http"> |
| 84 | + <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 85 | + <HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
| 86 | + </Reference> |
| 87 | + <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
75 | 88 | <HintPath>..\..\..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath> |
76 | | - <Private>True</Private> |
77 | 89 | </Reference> |
78 | | - <Reference Include="System.Web.Http.WebHost"> |
| 90 | + <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
79 | 91 | <HintPath>..\..\..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath> |
80 | | - <Private>True</Private> |
81 | | - </Reference> |
82 | | - <Reference Include="System.Web.Optimization"> |
83 | | - <HintPath>..\..\..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath> |
84 | | - <Private>True</Private> |
85 | | - </Reference> |
86 | | - <Reference Include="System.Xml.Linq" /> |
87 | | - <Reference Include="System.Web" /> |
88 | | - <Reference Include="System.Web.Routing" /> |
89 | | - <Reference Include="System.Xml" /> |
90 | | - <Reference Include="System.Web.Services" /> |
91 | | - <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
92 | | - <Private>True</Private> |
93 | | - <HintPath>..\..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
94 | | - </Reference> |
95 | | - <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
96 | | - <Private>True</Private> |
97 | | - <HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
98 | 92 | </Reference> |
99 | 93 | <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
100 | | - <Private>True</Private> |
101 | 94 | <HintPath>..\..\..\..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
102 | 95 | </Reference> |
| 96 | + <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 97 | + <HintPath>..\..\..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath> |
| 98 | + </Reference> |
103 | 99 | <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
104 | | - <Private>True</Private> |
105 | 100 | <HintPath>..\..\..\..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
106 | 101 | </Reference> |
107 | 102 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
108 | | - <Private>True</Private> |
109 | 103 | <HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath> |
110 | 104 | </Reference> |
111 | 105 | <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
112 | | - <Private>True</Private> |
113 | 106 | <HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
114 | 107 | </Reference> |
115 | 108 | <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
116 | | - <Private>True</Private> |
117 | 109 | <HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
118 | 110 | </Reference> |
| 111 | + <Reference Include="System.Xml.Linq" /> |
| 112 | + <Reference Include="System.Web" /> |
| 113 | + <Reference Include="System.Web.Routing" /> |
| 114 | + <Reference Include="System.Xml" /> |
| 115 | + <Reference Include="System.Web.Services" /> |
119 | 116 | <Reference Include="Telerik.Web.Mvc"> |
120 | 117 | <HintPath>..\..\..\..\packages\TelerikMvcExtensions.2012.3.1018\lib\net40\Telerik.Web.Mvc.dll</HintPath> |
121 | 118 | <Private>True</Private> |
|
150 | 147 | <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL"> |
151 | 148 | <HintPath>..\..\..\..\packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath> |
152 | 149 | </Reference> |
| 150 | + <Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 151 | + <HintPath>..\..\..\..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath> |
| 152 | + </Reference> |
| 153 | + <Reference Include="WebMatrix.Data, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 154 | + <HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.Data.3.2.3\lib\net45\WebMatrix.Data.dll</HintPath> |
| 155 | + </Reference> |
| 156 | + <Reference Include="WebMatrix.WebData, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 157 | + <HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.WebData.3.2.3\lib\net45\WebMatrix.WebData.dll</HintPath> |
| 158 | + </Reference> |
153 | 159 | </ItemGroup> |
154 | 160 | <ItemGroup> |
155 | 161 | <Compile Include="Controllers\EventController.cs" /> |
|
176 | 182 | <Content Include="Content\main.css" /> |
177 | 183 | <Content Include="EMM.Manifest.xml" /> |
178 | 184 | <Content Include="Emm.Settings.xml" /> |
179 | | - <Content Include="packages.config" /> |
180 | 185 | <Content Include="Scripts\Form.js" /> |
181 | 186 | <Content Include="Views\Web.config" /> |
182 | 187 | <Content Include="Views\_ViewStart.cshtml" /> |
|
189 | 194 | <Content Include="Views\EventRegistration\FormEventRegistration.cshtml" /> |
190 | 195 | <Content Include="Views\EventRegistration\_logInToEvent.cshtml" /> |
191 | 196 | <Content Include="Views\EventRegistrationResult\_selectEvent.cshtml" /> |
| 197 | + <None Include="packages.config" /> |
192 | 198 | <None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
193 | 199 | <Content Include="Views\EventRegistration\MetadataEditor.cshtml" /> |
194 | 200 | <Content Include="Views\EventRegistration\_metadataAttributeView.cshtml" /> |
|
264 | 270 | <Project>{81EF18E8-DCED-4980-96F9-E99124075B82}</Project> |
265 | 271 | <Name>BExIS.Dim.Helpers</Name> |
266 | 272 | </ProjectReference> |
267 | | - <ProjectReference Include="..\DCM\BExIS.Modules.Dcm.UI.csproj"> |
268 | | - <Project>{44DD2A5E-0D2F-4FAB-B297-4211441030B7}</Project> |
269 | | - <Name>BExIS.Modules.Dcm.UI</Name> |
270 | | - </ProjectReference> |
271 | 273 | <ProjectReference Include="Entities\BExIS.Emm.Entities\BExIS.Emm.Entities.csproj"> |
272 | 274 | <Project>{2a701141-381e-4ad0-a446-094e4d22bee4}</Project> |
273 | 275 | <Name>BExIS.Emm.Entities</Name> |
|
320 | 322 | </FlavorProperties> |
321 | 323 | </VisualStudio> |
322 | 324 | </ProjectExtensions> |
| 325 | + <PropertyGroup> |
| 326 | + <PostBuildEvent>mkdir "$(SolutionDir)Console\Workspace\Modules\EMM" |
| 327 | +C:\Windows\System32\xcopy "$(ProjectDir)Emm.Settings.xml" "$(SolutionDir)Console\Workspace\Modules\EMM" /C /Y /I</PostBuildEvent> |
| 328 | + </PropertyGroup> |
323 | 329 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
324 | 330 | <PropertyGroup> |
325 | | - <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> |
| 331 | + <ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText> |
326 | 332 | </PropertyGroup> |
327 | 333 | <Error Condition="!Exists('..\..\..\..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props'))" /> |
328 | 334 | <Error Condition="!Exists('..\..\..\..\packages\Microsoft.CodeQuality.Analyzers.3.3.0\build\Microsoft.CodeQuality.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.CodeQuality.Analyzers.3.3.0\build\Microsoft.CodeQuality.Analyzers.props'))" /> |
329 | 335 | <Error Condition="!Exists('..\..\..\..\packages\Microsoft.NetCore.Analyzers.3.3.0\build\Microsoft.NetCore.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.NetCore.Analyzers.3.3.0\build\Microsoft.NetCore.Analyzers.props'))" /> |
330 | 336 | <Error Condition="!Exists('..\..\..\..\packages\Microsoft.NetFramework.Analyzers.3.3.0\build\Microsoft.NetFramework.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.NetFramework.Analyzers.3.3.0\build\Microsoft.NetFramework.Analyzers.props'))" /> |
331 | 337 | <Error Condition="!Exists('..\..\..\..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.3.3.0\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.3.3.0\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props'))" /> |
332 | 338 | </Target> |
333 | | - <PropertyGroup> |
334 | | - <PostBuildEvent>mkdir "$(SolutionDir)Console\Workspace\Modules\EMM" |
335 | | -C:\Windows\System32\xcopy "$(ProjectDir)Emm.Settings.xml" "$(SolutionDir)Console\Workspace\Modules\EMM" /C /Y /I</PostBuildEvent> |
336 | | - </PropertyGroup> |
337 | 339 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
338 | 340 | Other similar extension points exist, see Microsoft.Common.targets. |
339 | 341 | <Target Name="BeforeBuild"> |
|
0 commit comments