root/branches/Emisje/Wierszowki/Wierszowki.Web/Wierszowki.Web.csproj @ 838

Wersja 838, 9.0 KB (wprowadzona przez marek, 17 years temu)

re #195 - merged with latest trunk

Line 
1<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{554BAE5F-D85A-461F-8272-2A7F24A65DE0}</ProjectGuid>
8    <ProjectTypeGuids>{603c0e0b-db56-11dc-be95-000d561079b0};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Wierszowki</RootNamespace>
12    <AssemblyName>Wierszowki</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <MvcBuildViews>false</MvcBuildViews>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="MvcContrib, Version=1.0.0.916, Culture=neutral, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\lib\MvcContrib.dll</HintPath>
37    </Reference>
38    <Reference Include="System" />
39    <Reference Include="System.Data" />
40    <Reference Include="System.Core">
41      <RequiredTargetFramework>3.5</RequiredTargetFramework>
42    </Reference>
43    <Reference Include="System.Data.DataSetExtensions">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Data.Linq">
47      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
50    <Reference Include="System.Xml.Linq">
51      <RequiredTargetFramework>3.5</RequiredTargetFramework>
52    </Reference>
53    <Reference Include="System.Drawing" />
54    <Reference Include="System.Web" />
55    <Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
56    <Reference Include="System.Web.Abstractions" />
57    <Reference Include="System.Web.Routing" />
58    <Reference Include="System.Xml" />
59    <Reference Include="System.Configuration" />
60    <Reference Include="System.Web.Services" />
61    <Reference Include="System.EnterpriseServices" />
62    <Reference Include="System.Web.Mobile" />
63    <Reference Include="xVal, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL">
64      <SpecificVersion>False</SpecificVersion>
65      <HintPath>..\lib\xVal.dll</HintPath>
66    </Reference>
67  </ItemGroup>
68  <ItemGroup>
69    <Compile Include="Controllers\AccountController.cs" />
70    <Compile Include="Controllers\AuthorController.cs" />
71    <Compile Include="Controllers\HomeController.cs" />
72    <Compile Include="Controllers\MagazineController.cs" />
73    <Compile Include="Controllers\MagazineItemController.cs" />
74    <Compile Include="Controllers\ReportController.cs" />
75    <Compile Include="Helpers\SelectExtension.cs" />
76    <Compile Include="Models\AuthorCardViewData.cs" />
77    <Compile Include="Models\FormsAuthenticationService.cs" />
78    <Compile Include="Models\Interfaces\IFormsAuthentication.cs" />
79    <Compile Include="Controllers\UserController.cs" />
80    <Compile Include="Default.aspx.cs">
81      <DependentUpon>Default.aspx</DependentUpon>
82      <SubType>ASPXCodeBehind</SubType>
83    </Compile>
84    <Compile Include="Global.asax.cs">
85      <DependentUpon>Global.asax</DependentUpon>
86    </Compile>
87    <Compile Include="Models\AuthorViewData.cs" />
88    <Compile Include="Models\MagazineItemViewData.cs" />
89    <Compile Include="Models\ReportViewData.cs" />
90    <Compile Include="Properties\AssemblyInfo.cs" />
91    <Compile Include="Properties\Settings.Designer.cs">
92      <AutoGen>True</AutoGen>
93      <DesignTimeSharedInput>True</DesignTimeSharedInput>
94      <DependentUpon>Settings.settings</DependentUpon>
95    </Compile>
96  </ItemGroup>
97  <ItemGroup>
98    <Content Include="Content\print.css" />
99    <Content Include="Content\datePicker.css" />
100    <Content Include="Default.aspx" />
101    <Content Include="Global.asax" />
102    <Content Include="Scripts\date.js" />
103    <Content Include="Scripts\jHelper.js" />
104    <Content Include="Scripts\jquery-1.3.1-vsdoc.js" />
105    <Content Include="Scripts\jquery-1.3.1.js" />
106    <Content Include="Scripts\jquery-1.3.1.min-vsdoc.js" />
107    <Content Include="Scripts\jquery-1.3.1.min.js" />
108    <Content Include="Scripts\jquery.blockUI.js" />
109    <Content Include="Scripts\jquery.datePicker.js" />
110    <Content Include="Scripts\jquery.form.js" />
111    <Content Include="Scripts\spiffy.js" />
112    <Content Include="Views\Account\Login.aspx" />
113    <Content Include="Views\Author\Confirm.aspx" />
114    <Content Include="Views\Author\Create.aspx" />
115    <Content Include="Views\Author\Edit.aspx" />
116    <Content Include="Views\Author\Index.aspx" />
117    <Content Include="Views\MagazineItem\Confirm.aspx" />
118    <Content Include="Views\MagazineItem\Delete.aspx" />
119    <Content Include="Views\MagazineItem\Edit.aspx" />
120    <Content Include="Views\MagazineItem\Create.aspx" />
121    <Content Include="Views\Report\AuthorCard.aspx" />
122    <Content Include="Views\Report\AuthorCardNotFound.aspx" />
123    <Content Include="Views\Report\Authors.aspx" />
124    <Content Include="Views\Report\AuthorsByMagazines.aspx" />
125    <Content Include="Views\Report\Show.aspx" />
126    <Content Include="Views\Report\All.aspx" />
127    <Content Include="Views\Report\Index.aspx" />
128    <Content Include="Views\User\Confirm.aspx" />
129    <Content Include="Views\User\Create.aspx" />
130    <Content Include="Views\User\Edit.aspx" />
131    <Content Include="Views\User\Index.aspx" />
132    <Content Include="Web.config" />
133    <Content Include="Content\Site.css" />
134    <Content Include="Scripts\MicrosoftAjax.js" />
135    <Content Include="Scripts\MicrosoftAjax.debug.js" />
136    <Content Include="Scripts\MicrosoftMvcAjax.js" />
137    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
138    <Content Include="Views\Home\About.aspx" />
139    <Content Include="Views\Home\Index.aspx" />
140    <Content Include="Views\Shared\Error.aspx" />
141    <Content Include="Views\Shared\LogOnUserControl.ascx" />
142    <Content Include="Views\Shared\Site.Master" />
143    <Content Include="Views\Web.config" />
144  </ItemGroup>
145  <ItemGroup>
146    <ProjectReference Include="..\Wierszowki.Model\Wierszowki.Core.csproj">
147      <Project>{6989D678-D858-43CD-9B15-107DA97341DC}</Project>
148      <Name>Wierszowki.Core</Name>
149    </ProjectReference>
150    <ProjectReference Include="..\Wierszowki.Services\Wierszowki.Services.csproj">
151      <Project>{8CCEDDCE-539F-4E58-B3CB-A8030F1F5CBC}</Project>
152      <Name>Wierszowki.Services</Name>
153    </ProjectReference>
154  </ItemGroup>
155  <ItemGroup>
156    <None Include="Properties\Settings.settings">
157      <Generator>SettingsSingleFileGenerator</Generator>
158      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
159    </None>
160  </ItemGroup>
161  <ItemGroup>
162    <Folder Include="App_Data\" />
163  </ItemGroup>
164  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
165  <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
166  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
167       Other similar extension points exist, see Microsoft.Common.targets.
168  <Target Name="BeforeBuild">
169  </Target> -->
170  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
171    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
172  </Target>
173  <ProjectExtensions>
174    <VisualStudio>
175      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
176        <WebProjectProperties>
177          <UseIIS>False</UseIIS>
178          <AutoAssignPort>True</AutoAssignPort>
179          <DevelopmentServerPort>1413</DevelopmentServerPort>
180          <DevelopmentServerVPath>/</DevelopmentServerVPath>
181          <IISUrl>
182          </IISUrl>
183          <NTLMAuthentication>False</NTLMAuthentication>
184          <UseCustomServer>False</UseCustomServer>
185          <CustomServerUrl>
186          </CustomServerUrl>
187          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
188        </WebProjectProperties>
189      </FlavorProperties>
190    </VisualStudio>
191  </ProjectExtensions>
192</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.