root/trunk/Wierszowki/Wierszowki.Model/Wierszowki.Core.csproj @ 900

Wersja 845, 4.8 KB (wprowadzona przez alina, 17 years temu)

re #205

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{6989D678-D858-43CD-9B15-107DA97341DC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Wierszowki.Core</RootNamespace>
12    <AssemblyName>Wierszowki.Core</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</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\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="System" />
35    <Reference Include="System.ComponentModel.DataAnnotations">
36      <RequiredTargetFramework>3.5</RequiredTargetFramework>
37    </Reference>
38    <Reference Include="System.Core">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41    <Reference Include="System.Data.Linq">
42      <RequiredTargetFramework>3.5</RequiredTargetFramework>
43    </Reference>
44    <Reference Include="System.Drawing" />
45    <Reference Include="System.Runtime.Serialization">
46      <RequiredTargetFramework>3.0</RequiredTargetFramework>
47    </Reference>
48    <Reference Include="System.Windows.Forms" />
49    <Reference Include="System.Xml.Linq">
50      <RequiredTargetFramework>3.5</RequiredTargetFramework>
51    </Reference>
52    <Reference Include="System.Data.DataSetExtensions">
53      <RequiredTargetFramework>3.5</RequiredTargetFramework>
54    </Reference>
55    <Reference Include="System.Data" />
56    <Reference Include="System.Xml" />
57  </ItemGroup>
58  <ItemGroup>
59    <Compile Include="Interfaces\IIdentifiable.cs" />
60    <Compile Include="Interfaces\IRepository.cs" />
61    <Compile Include="Interfaces\IUserRepository.cs" />
62    <Compile Include="Linq\Author.cs" />
63    <Compile Include="Linq\Info.cs" />
64    <Compile Include="Linq\Issue.cs" />
65    <Compile Include="Linq\LinqRepository.cs" />
66    <Compile Include="Linq\MagazineItem.cs" />
67    <Compile Include="Linq\Report.cs" />
68    <Compile Include="Linq\UpdateData.cs" />
69    <Compile Include="Linq\User.cs" />
70    <Compile Include="Linq\Wierszowki.cs">
71      <DependentUpon>Wierszowki.dbml</DependentUpon>
72    </Compile>
73    <Compile Include="Linq\Wierszowki.designer.cs">
74      <AutoGen>True</AutoGen>
75      <DesignTime>True</DesignTime>
76      <DependentUpon>Wierszowki.dbml</DependentUpon>
77    </Compile>
78    <Compile Include="Linq\WierszowkiDataContext.cs" />
79    <Compile Include="Properties\AssemblyInfo.cs" />
80    <Compile Include="Properties\Settings.Designer.cs">
81      <AutoGen>True</AutoGen>
82      <DesignTimeSharedInput>True</DesignTimeSharedInput>
83      <DependentUpon>Settings.settings</DependentUpon>
84    </Compile>
85    <Compile Include="Validation\AuthorValidation.cs" />
86    <Compile Include="Validation\MagazineItemValidation.cs" />
87    <Compile Include="Validation\UserValidation.cs" />
88  </ItemGroup>
89  <ItemGroup>
90    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
91  </ItemGroup>
92  <ItemGroup>
93    <None Include="Linq\Wierszowki.dbml">
94      <Generator>MSLinqToSQLGenerator</Generator>
95      <LastGenOutput>Wierszowki.designer.cs</LastGenOutput>
96      <SubType>Designer</SubType>
97    </None>
98  </ItemGroup>
99  <ItemGroup>
100    <None Include="app.config" />
101    <None Include="Linq\Wierszowki.dbml.layout">
102      <DependentUpon>Wierszowki.dbml</DependentUpon>
103    </None>
104    <None Include="Properties\Settings.settings">
105      <Generator>SettingsSingleFileGenerator</Generator>
106      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
107    </None>
108  </ItemGroup>
109  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
111       Other similar extension points exist, see Microsoft.Common.targets.
112  <Target Name="BeforeBuild">
113  </Target>
114  <Target Name="AfterBuild">
115  </Target>
116  -->
117</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.