~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/DisplayBindings/Data/ICSharpCode.Data.EDMDesigner.Core/ICSharpCode.Data.EDMDesigner.Core.csproj

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="4.0" 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>10.0.20506</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{5C70D6AB-0A33-43F9-B8B5-54558C35BBB1}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>ICSharpCode.Data.EDMDesigner.Core</RootNamespace>
 
12
    <AssemblyName>ICSharpCode.Data.EDMDesigner.Core</AssemblyName>
 
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
14
    <FileAlignment>512</FileAlignment>
 
15
    <PlatformTarget>x86</PlatformTarget>
 
16
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
17
    <NoStdLib>False</NoStdLib>
 
18
    <WarningLevel>4</WarningLevel>
 
19
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
20
    <PublishUrl>publish\</PublishUrl>
 
21
    <Install>true</Install>
 
22
    <InstallFrom>Disk</InstallFrom>
 
23
    <UpdateEnabled>false</UpdateEnabled>
 
24
    <UpdateMode>Foreground</UpdateMode>
 
25
    <UpdateInterval>7</UpdateInterval>
 
26
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 
27
    <UpdatePeriodically>false</UpdatePeriodically>
 
28
    <UpdateRequired>false</UpdateRequired>
 
29
    <MapFileExtensions>true</MapFileExtensions>
 
30
    <ApplicationRevision>0</ApplicationRevision>
 
31
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 
32
    <IsWebBootstrapper>false</IsWebBootstrapper>
 
33
    <UseApplicationTrust>false</UseApplicationTrust>
 
34
    <BootstrapperEnabled>true</BootstrapperEnabled>
 
35
    <TargetFrameworkProfile>
 
36
    </TargetFrameworkProfile>
 
37
  </PropertyGroup>
 
38
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
39
    <DebugSymbols>true</DebugSymbols>
 
40
    <DebugType>full</DebugType>
 
41
    <Optimize>false</Optimize>
 
42
    <OutputPath>bin\Debug\</OutputPath>
 
43
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
44
    <ErrorReport>prompt</ErrorReport>
 
45
    <WarningLevel>4</WarningLevel>
 
46
  </PropertyGroup>
 
47
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
48
    <DebugType>pdbonly</DebugType>
 
49
    <Optimize>true</Optimize>
 
50
    <OutputPath>bin\Release\</OutputPath>
 
51
    <DefineConstants>TRACE</DefineConstants>
 
52
    <ErrorReport>prompt</ErrorReport>
 
53
    <WarningLevel>4</WarningLevel>
 
54
  </PropertyGroup>
 
55
  <ItemGroup>
 
56
    <Reference Include="PresentationCore" />
 
57
    <Reference Include="PresentationFramework" />
 
58
    <Reference Include="System" />
 
59
    <Reference Include="System.Core">
 
60
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
61
    </Reference>
 
62
    <Reference Include="System.Data.Entity" />
 
63
    <Reference Include="System.Data.Entity.Design" />
 
64
    <Reference Include="System.Xaml">
 
65
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
 
66
    </Reference>
 
67
    <Reference Include="System.Xml.Linq">
 
68
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
69
    </Reference>
 
70
    <Reference Include="System.Data.DataSetExtensions">
 
71
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
72
    </Reference>
 
73
    <Reference Include="Microsoft.CSharp">
 
74
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
 
75
    </Reference>
 
76
    <Reference Include="System.Data" />
 
77
    <Reference Include="System.Xml" />
 
78
    <Reference Include="WindowsBase" />
 
79
  </ItemGroup>
 
80
  <ItemGroup>
 
81
    <Compile Include="EDMObjects\Common\EventedObservableCollection.cs" />
 
82
    <Compile Include="EDMObjects\Common\ReferentialConstraint.cs" />
 
83
    <Compile Include="EDMObjects\CSDL\Association\Association.cs" />
 
84
    <Compile Include="EDMObjects\CSDL\Attributes\AddNullAttribute.cs" />
 
85
    <Compile Include="EDMObjects\CSDL\Attributes\DisplayEnabledConditionAttribute.cs" />
 
86
    <Compile Include="EDMObjects\CSDL\Attributes\DisplayVisibleConditionAttribute.cs" />
 
87
    <Compile Include="EDMObjects\CSDL\Attributes\ExcludeChildrenTypesAttribute.cs" />
 
88
    <Compile Include="EDMObjects\CSDL\Attributes\ExcludeItselftAttribute.cs" />
 
89
    <Compile Include="EDMObjects\CSDL\Common\Visibility.cs" />
 
90
    <Compile Include="EDMObjects\CSDL\Function\Function.cs" />
 
91
    <Compile Include="EDMObjects\CSDL\Function\FunctionParameter.cs" />
 
92
    <Compile Include="EDMObjects\CSDL\Property\ConcurrencyMode.cs" />
 
93
    <Compile Include="EDMObjects\CSDL\Property\PropertyType.cs" />
 
94
    <Compile Include="EDMObjects\CSDL\Property\ComplexProperty.cs" />
 
95
    <Compile Include="EDMObjects\CSDL\Property\NavigationProperty.cs" />
 
96
    <Compile Include="EDMObjects\CSDL\Property\PropertyBase.cs" />
 
97
    <Compile Include="EDMObjects\CSDL\Property\ScalarProperty.cs" />
 
98
    <Compile Include="EDMObjects\CSDL\Type\ComplexType.cs" />
 
99
    <Compile Include="EDMObjects\CSDL\Type\EntityType.cs" />
 
100
    <Compile Include="EDMObjects\CSDL\Type\TypeBase.cs" />
 
101
    <Compile Include="EDMObjects\Designer\Common\DesignerProperty.cs" />
 
102
    <Compile Include="EDMObjects\Designer\DesignerView.cs" />
 
103
    <Compile Include="EDMObjects\Designer\EDMController.cs" />
 
104
    <Compile Include="EDMObjects\Designer\ChangeWatcher\EDMDesignerChangeWatcher.cs" />
 
105
    <Compile Include="EDMObjects\Designer\EDMView.cs" />
 
106
    <Compile Include="EDMObjects\Designer\Common\IndexableUIBusinessTypeObservableCollection.cs" />
 
107
    <Compile Include="EDMObjects\Designer\ChangeWatcher\IEDMDesignerChangeWatcherObserver.cs" />
 
108
    <Compile Include="EDMObjects\Designer\ItemBase.cs" />
 
109
    <Compile Include="EDMObjects\Designer\ITypeDesigner.cs" />
 
110
    <Compile Include="EDMObjects\Designer\Common\UIBusinessType.cs" />
 
111
    <Compile Include="EDMObjects\Designer\CSDL\Association\CardinalityItem.cs" />
 
112
    <Compile Include="EDMObjects\Designer\CSDL\Association\CardinalityList.cs" />
 
113
    <Compile Include="EDMObjects\Designer\CSDL\Association\UIAssociation.cs" />
 
114
    <Compile Include="EDMObjects\Designer\CSDL\CSDLView.cs" />
 
115
    <Compile Include="EDMObjects\Designer\CSDL\Property\PropertyType.Designer.cs" />
 
116
    <Compile Include="EDMObjects\Designer\CSDL\Property\UIProperty.cs" />
 
117
    <Compile Include="EDMObjects\Designer\CSDL\Property\UIRelatedProperty.cs" />
 
118
    <Compile Include="EDMObjects\Designer\CSDL\Type\IUIType.cs" />
 
119
    <Compile Include="EDMObjects\Designer\CSDL\Type\UIComplexType.cs" />
 
120
    <Compile Include="EDMObjects\Designer\CSDL\Type\UIEntityType.cs" />
 
121
    <Compile Include="EDMObjects\Designer\CSDL\Type\UITypeBase.cs" />
 
122
    <Compile Include="EDMObjects\Designer\MSL\AssociationPropertiesMapping.cs" />
 
123
    <Compile Include="EDMObjects\Designer\MSL\ComplexPropertiesMapping.cs" />
 
124
    <Compile Include="EDMObjects\Designer\MSL\ComplexPropertyMapping.cs" />
 
125
    <Compile Include="EDMObjects\Designer\MSL\ConditionOperatorItem.cs" />
 
126
    <Compile Include="EDMObjects\Designer\MSL\ConditionOperatorList.cs" />
 
127
    <Compile Include="EDMObjects\Designer\MSL\EntityPropertiesMapping.cs" />
 
128
    <Compile Include="EDMObjects\Designer\MSL\PropertiesMapping.cs" />
 
129
    <Compile Include="EDMObjects\Designer\MSL\PropertyMapping.cs" />
 
130
    <Compile Include="EDMObjects\Designer\SSDL\SSDLView.cs" />
 
131
    <Compile Include="EDMObjects\MSL\Association\AssociationMapping.cs" />
 
132
    <Compile Include="EDMObjects\MSL\Association\AssociationRoleMapping.cs" />
 
133
    <Compile Include="EDMObjects\MSL\Common\IMapping.cs" />
 
134
    <Compile Include="EDMObjects\MSL\Condition\ColumnConditionMapping.cs" />
 
135
    <Compile Include="EDMObjects\MSL\Condition\ConditionMapping.cs" />
 
136
    <Compile Include="EDMObjects\MSL\Condition\ConditionOperator.cs" />
 
137
    <Compile Include="EDMObjects\MSL\Condition\PropertyConditionMapping.cs" />
 
138
    <Compile Include="EDMObjects\MSL\CUDFunction\CUDFunctionAssociationMapping.cs" />
 
139
    <Compile Include="EDMObjects\MSL\CUDFunction\CUDFunctionResultsMapping.cs" />
 
140
    <Compile Include="EDMObjects\MSL\CUDFunction\CUDFunctionMapping.cs" />
 
141
    <Compile Include="EDMObjects\MSL\CUDFunction\CUDFunctionParametersMapping.cs" />
 
142
    <Compile Include="EDMObjects\MSL\CUDFunction\EntityTypeCUDFunctionParametersMapping.cs" />
 
143
    <Compile Include="EDMObjects\MSL\CUDFunction\FunctionParameterMapping.cs" />
 
144
    <Compile Include="EDMObjects\MSL\CUDFunction\FunctionParameterVersion.cs" />
 
145
    <Compile Include="EDMObjects\MSL\EntityType\ComplexPropertyMapping.cs" />
 
146
    <Compile Include="EDMObjects\MSL\EntityType\EntityTypeMapping.cs" />
 
147
    <Compile Include="EDMObjects\MSL\EntityType\MappingBase.cs" />
 
148
    <Compile Include="EDMObjects\MSL\EntityType\PropertyMapping.cs" />
 
149
    <Compile Include="IO\CSDLIO.cs" />
 
150
    <Compile Include="IO\DesignerIO.cs" />
 
151
    <Compile Include="IO\EDMXIO.cs" />
 
152
    <Compile Include="IO\EntityModelCodeGenerator.cs" />
 
153
    <Compile Include="IO\ExtensionMethods.cs" />
 
154
    <Compile Include="IO\IO.cs" />
 
155
    <Compile Include="IO\MSLIO.cs" />
 
156
    <Compile Include="IO\SSDLIO.cs" />
 
157
    <Compile Include="ObjectModelConverters\CSDLConverter.cs" />
 
158
    <Compile Include="EDMObjects\Common\Cardinality.cs" />
 
159
    <Compile Include="EDMObjects\Common\ParameterMode.cs" />
 
160
    <Compile Include="EDMObjects\Common\EDMObjectBase.cs" />
 
161
    <Compile Include="EDMObjects\CSDL\CSDLContainer.cs" />
 
162
    <Compile Include="EDMObjects\EDM.cs" />
 
163
    <Compile Include="EDMObjects\Common\Enumerables.cs" />
 
164
    <Compile Include="EDMObjects\Interfaces\IEDMObjectBase.cs" />
 
165
    <Compile Include="EDMObjects\SSDL\Association\Association.cs" />
 
166
    <Compile Include="EDMObjects\SSDL\Association\Role.cs" />
 
167
    <Compile Include="EDMObjects\SSDL\EntityType\EntityType.cs" />
 
168
    <Compile Include="EDMObjects\SSDL\EntityType\StoreType.cs" />
 
169
    <Compile Include="EDMObjects\SSDL\Function\Function.cs" />
 
170
    <Compile Include="EDMObjects\SSDL\Function\FunctionParameter.cs" />
 
171
    <Compile Include="EDMObjects\SSDL\Function\ParameterTypeSemantics.cs" />
 
172
    <Compile Include="EDMObjects\SSDL\Property\Property.cs" />
 
173
    <Compile Include="EDMObjects\SSDL\Property\StoreGeneratedPattern.cs" />
 
174
    <Compile Include="EDMObjects\SSDL\SSDLContainer.cs" />
 
175
    <Compile Include="ObjectModelConverters\ObjectModelConverterException.cs" />
 
176
    <Compile Include="ObjectModelConverters\SSDLConverter.cs" />
 
177
    <Compile Include="ObjectModelConverters\EDMConverter.cs" />
 
178
    <Compile Include="Properties\AssemblyInfo.cs" />
 
179
    <Compile Include="Windows\EDMWizard\ChooseDatabaseConnectionUserControl.xaml.cs">
 
180
      <DependentUpon>ChooseDatabaseConnectionUserControl.xaml</DependentUpon>
 
181
    </Compile>
 
182
    <Compile Include="Windows\EDMWizard\ChooseDatabaseObjectsUserControl.xaml.cs">
 
183
      <DependentUpon>ChooseDatabaseObjectsUserControl.xaml</DependentUpon>
 
184
    </Compile>
 
185
    <Compile Include="Windows\EDMWizard\EDMWizardWindow.cs" />
 
186
    <Compile Include="Windows\EDMWizard\EDMWizardErrorUserControl.xaml.cs">
 
187
      <DependentUpon>EDMWizardErrorUserControl.xaml</DependentUpon>
 
188
    </Compile>
 
189
  </ItemGroup>
 
190
  <ItemGroup>
 
191
    <Page Include="Windows\EDMWizard\ChooseDatabaseConnectionUserControl.xaml">
 
192
      <SubType>Designer</SubType>
 
193
      <Generator>MSBuild:Compile</Generator>
 
194
    </Page>
 
195
    <Page Include="Windows\EDMWizard\ChooseDatabaseObjectsUserControl.xaml">
 
196
      <SubType>Designer</SubType>
 
197
      <Generator>MSBuild:Compile</Generator>
 
198
    </Page>
 
199
    <Page Include="Windows\EDMWizard\EDMWizardErrorUserControl.xaml">
 
200
      <Generator>MSBuild:Compile</Generator>
 
201
      <SubType>Designer</SubType>
 
202
    </Page>
 
203
  </ItemGroup>
 
204
  <ItemGroup>
 
205
    <ProjectReference Include="..\..\..\..\..\src\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
 
206
      <Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
 
207
      <Name>ICSharpCode.SharpDevelop</Name>
 
208
      <Private>False</Private>
 
209
    </ProjectReference>
 
210
    <ProjectReference Include="..\..\..\..\..\src\Main\Core\Project\ICSharpCode.Core.csproj">
 
211
      <Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
 
212
      <Name>ICSharpCode.Core</Name>
 
213
      <Private>False</Private>
 
214
    </ProjectReference>
 
215
    <ProjectReference Include="..\..\..\..\..\src\Main\ICSharpCode.Core.Presentation\ICSharpCode.Core.Presentation.csproj">
 
216
      <Project>{7E4A7172-7FF5-48D0-B719-7CD959DD1AC9}</Project>
 
217
      <Name>ICSharpCode.Core.Presentation</Name>
 
218
      <Private>False</Private>
 
219
    </ProjectReference>
 
220
    <ProjectReference Include="..\ICSharpCode.Data.Core.UI\ICSharpCode.Data.Core.UI.csproj">
 
221
      <Project>{BAD94D6E-4159-4CB6-B991-486F412D9BB6}</Project>
 
222
      <Name>ICSharpCode.Data.Core.UI</Name>
 
223
    </ProjectReference>
 
224
    <ProjectReference Include="..\ICSharpCode.Data.Core\ICSharpCode.Data.Core.csproj">
 
225
      <Project>{B7823AE9-4B43-4859-8796-2EBDC116FBB8}</Project>
 
226
      <Name>ICSharpCode.Data.Core</Name>
 
227
    </ProjectReference>
 
228
  </ItemGroup>
 
229
  <ItemGroup>
 
230
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 
231
      <Visible>False</Visible>
 
232
      <ProductName>.NET Framework 3.5 SP1</ProductName>
 
233
      <Install>false</Install>
 
234
    </BootstrapperPackage>
 
235
  </ItemGroup>
 
236
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
237
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
238
       Other similar extension points exist, see Microsoft.Common.targets.
 
239
  <Target Name="BeforeBuild">
 
240
  </Target>
 
241
  <Target Name="AfterBuild">
 
242
  </Target>
 
243
  -->
 
244
</Project>
 
 
b'\\ No newline at end of file'