root/trunk/eCard/eCardMVC/Platnosci.Core/Platnosci.Core.csproj @ 927

Wersja 927, 6.7 KB (wprowadzona przez alina, 16 years temu)

re #215 zmiana nazwy plikow

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>{329506B5-F705-46AE-A31D-799141FEA70E}</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>Platnosci.Core</RootNamespace>
12    <AssemblyName>Platnosci.Core</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <MvcBuildViews>false</MvcBuildViews>
15    <TargetFrameworkSubset>Full</TargetFrameworkSubset>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="Elmah, Version=1.1.11517.0, Culture=neutral, processorArchitecture=MSIL">
36      <SpecificVersion>False</SpecificVersion>
37      <HintPath>..\..\..\..\Documents and Settings\Administrator\Pulpit\bin\net-3.5\Debug\Elmah.dll</HintPath>
38    </Reference>
39    <Reference Include="System" />
40    <Reference Include="System.Data" />
41    <Reference Include="System.Core">
42      <RequiredTargetFramework>3.5</RequiredTargetFramework>
43    </Reference>
44    <Reference Include="System.Data.DataSetExtensions">
45      <RequiredTargetFramework>3.5</RequiredTargetFramework>
46    </Reference>
47    <Reference Include="System.Data.Linq">
48      <RequiredTargetFramework>3.5</RequiredTargetFramework>
49    </Reference>
50    <Reference Include="System.Runtime.Serialization">
51      <RequiredTargetFramework>3.0</RequiredTargetFramework>
52    </Reference>
53    <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
54    <Reference Include="System.Xml.Linq">
55      <RequiredTargetFramework>3.5</RequiredTargetFramework>
56    </Reference>
57    <Reference Include="System.Drawing" />
58    <Reference Include="System.Web" />
59    <Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
60    <Reference Include="System.Web.Abstractions" />
61    <Reference Include="System.Web.Routing" />
62    <Reference Include="System.Xml" />
63    <Reference Include="System.Configuration" />
64    <Reference Include="System.Web.Services" />
65    <Reference Include="System.EnterpriseServices" />
66    <Reference Include="System.Web.Mobile" />
67  </ItemGroup>
68  <ItemGroup>
69    <Compile Include="Interface\IDataContext.cs" />
70    <Compile Include="Interface\IIdentifiable.cs" />
71    <Compile Include="Interface\IRepository.cs" />
72    <Compile Include="Interface\ITranslateManager.cs" />
73    <Compile Include="Linq\DataContext1.cs" />
74    <Compile Include="Linq\Payer.cs" />
75    <Compile Include="Linq\Platnosci.cs">
76      <DependentUpon>Platnosci.dbml</DependentUpon>
77    </Compile>
78    <Compile Include="Linq\Platnosci.designer.cs">
79      <AutoGen>True</AutoGen>
80      <DesignTime>True</DesignTime>
81      <DependentUpon>Platnosci.dbml</DependentUpon>
82    </Compile>
83    <Compile Include="Linq\PlatnosciDataContext.cs" />
84    <Compile Include="Linq\PlatnosciEcard.cs" />
85    <Compile Include="Linq\PotwierdzeniaEcard.cs" />
86    <Compile Include="Linq\Repository.cs" />
87    <Compile Include="Linq\Translation.cs" />
88    <Compile Include="Linq\vPlatnosciEcard.cs" />
89    <Compile Include="Linq\Waluta.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    <Compile Include="Settings.cs" />
97  </ItemGroup>
98  <ItemGroup>
99    <None Include="Linq\Platnosci.dbml">
100      <Generator>MSLinqToSQLGenerator</Generator>
101      <LastGenOutput>Platnosci.designer.cs</LastGenOutput>
102      <SubType>Designer</SubType>
103    </None>
104    <None Include="Linq\Platnosci.dbml.layout">
105      <DependentUpon>Platnosci.dbml</DependentUpon>
106    </None>
107    <None Include="Properties\Settings.settings">
108      <Generator>SettingsSingleFileGenerator</Generator>
109      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
110    </None>
111    <Content Include="web.config" />
112    <Content Include="app.config" />
113  </ItemGroup>
114  <ItemGroup>
115    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
116  </ItemGroup>
117  <ItemGroup>
118    <Folder Include="App_Data\" />
119  </ItemGroup>
120  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
121  <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
122  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
123       Other similar extension points exist, see Microsoft.Common.targets.
124  <Target Name="BeforeBuild">
125  </Target> -->
126  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
127    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
128  </Target>
129  <ProjectExtensions>
130    <VisualStudio>
131      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
132        <WebProjectProperties>
133          <UseIIS>False</UseIIS>
134          <AutoAssignPort>True</AutoAssignPort>
135          <DevelopmentServerPort>3649</DevelopmentServerPort>
136          <DevelopmentServerVPath>/</DevelopmentServerVPath>
137          <IISUrl>
138          </IISUrl>
139          <NTLMAuthentication>False</NTLMAuthentication>
140          <UseCustomServer>False</UseCustomServer>
141          <CustomServerUrl>
142          </CustomServerUrl>
143          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
144        </WebProjectProperties>
145      </FlavorProperties>
146    </VisualStudio>
147  </ProjectExtensions>
148</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.