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

Wersja 752, 4.7 KB (wprowadzona przez marek, 17 years temu)

wiersz

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\Issue.cs" />
64    <Compile Include="Linq\LinqRepository.cs" />
65    <Compile Include="Linq\MagazineItem.cs" />
66    <Compile Include="Linq\Report.cs" />
67    <Compile Include="Linq\User.cs" />
68    <Compile Include="Linq\Wierszowki.cs">
69      <DependentUpon>Wierszowki.dbml</DependentUpon>
70    </Compile>
71    <Compile Include="Linq\Wierszowki.designer.cs">
72      <AutoGen>True</AutoGen>
73      <DesignTime>True</DesignTime>
74      <DependentUpon>Wierszowki.dbml</DependentUpon>
75    </Compile>
76    <Compile Include="Linq\WierszowkiDataContext.cs" />
77    <Compile Include="Properties\AssemblyInfo.cs" />
78    <Compile Include="Properties\Settings.Designer.cs">
79      <AutoGen>True</AutoGen>
80      <DesignTimeSharedInput>True</DesignTimeSharedInput>
81      <DependentUpon>Settings.settings</DependentUpon>
82    </Compile>
83    <Compile Include="Validation\AuthorValidation.cs" />
84    <Compile Include="Validation\MagazineItemValidation.cs" />
85    <Compile Include="Validation\UserValidation.cs" />
86  </ItemGroup>
87  <ItemGroup>
88    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
89  </ItemGroup>
90  <ItemGroup>
91    <None Include="Linq\Wierszowki.dbml">
92      <Generator>MSLinqToSQLGenerator</Generator>
93      <LastGenOutput>Wierszowki.designer.cs</LastGenOutput>
94      <SubType>Designer</SubType>
95    </None>
96  </ItemGroup>
97  <ItemGroup>
98    <None Include="app.config" />
99    <None Include="Linq\Wierszowki.dbml.layout">
100      <DependentUpon>Wierszowki.dbml</DependentUpon>
101    </None>
102    <None Include="Properties\Settings.settings">
103      <Generator>SettingsSingleFileGenerator</Generator>
104      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
105    </None>
106  </ItemGroup>
107  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109       Other similar extension points exist, see Microsoft.Common.targets.
110  <Target Name="BeforeBuild">
111  </Target>
112  <Target Name="AfterBuild">
113  </Target>
114  -->
115</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.