Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLab.MainForm.WindowsForms-3.2.csproj @ 2999

Last change on this file since 2999 was 2900, checked in by abeham, 14 years ago

Updated solution configuration (added x86 and x64 for all projects and checked release configuration to output documentation xml file)
Added Encodings.RealVector plugin
#95

File size: 8.8 KB
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>{AB687BBE-1BFE-476B-906D-44237135431D}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.MainForm.WindowsForms</RootNamespace>
12    <AssemblyName>HeuristicLab.MainForm.WindowsForms-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>bin\Release\HeuristicLab.MainForm.WindowsForms-3.2.XML</DocumentationFile>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\x64\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x64</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
45    <OutputPath>bin\x64\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <Optimize>true</Optimize>
48    <DebugType>pdbonly</DebugType>
49    <PlatformTarget>x64</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51    <DocumentationFile>bin\x64\Release\HeuristicLab.MainForm.WindowsForms-3.2.XML</DocumentationFile>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
54    <DebugSymbols>true</DebugSymbols>
55    <OutputPath>bin\x86\Debug\</OutputPath>
56    <DefineConstants>DEBUG;TRACE</DefineConstants>
57    <DebugType>full</DebugType>
58    <PlatformTarget>x86</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
62    <OutputPath>bin\x86\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <Optimize>true</Optimize>
65    <DebugType>pdbonly</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <DocumentationFile>bin\x86\Release\HeuristicLab.MainForm.WindowsForms-3.2.XML</DocumentationFile>
69  </PropertyGroup>
70  <ItemGroup>
71    <Reference Include="System" />
72    <Reference Include="System.Core">
73      <RequiredTargetFramework>3.5</RequiredTargetFramework>
74    </Reference>
75    <Reference Include="System.Drawing" />
76    <Reference Include="System.Windows.Forms" />
77    <Reference Include="System.Xml.Linq">
78      <RequiredTargetFramework>3.5</RequiredTargetFramework>
79    </Reference>
80    <Reference Include="System.Data.DataSetExtensions">
81      <RequiredTargetFramework>3.5</RequiredTargetFramework>
82    </Reference>
83    <Reference Include="System.Data" />
84    <Reference Include="System.Xml" />
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="ActionUserInterfaceItem.cs" />
88    <Compile Include="ContentView.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="ContentView.Designer.cs">
92      <DependentUpon>ContentView.cs</DependentUpon>
93    </Compile>
94    <None Include="HeuristicLabMainFormWindowsFormsPlugin.cs.frame" />
95    <Compile Include="DockForm.cs">
96      <SubType>Form</SubType>
97    </Compile>
98    <Compile Include="DockForm.Designer.cs">
99      <DependentUpon>DockForm.cs</DependentUpon>
100    </Compile>
101    <Compile Include="DockingMainForm.cs">
102      <SubType>Form</SubType>
103    </Compile>
104    <Compile Include="DockingMainForm.Designer.cs">
105      <DependentUpon>DockingMainForm.cs</DependentUpon>
106    </Compile>
107    <Compile Include="DocumentForm.cs">
108      <SubType>Form</SubType>
109    </Compile>
110    <Compile Include="DocumentForm.Designer.cs">
111      <DependentUpon>DocumentForm.cs</DependentUpon>
112    </Compile>
113    <Compile Include="HeuristicLabMainFormWindowsFormsPlugin.cs" />
114    <Compile Include="MainForm.cs">
115      <SubType>Form</SubType>
116    </Compile>
117    <Compile Include="MainForm.Designer.cs">
118      <DependentUpon>MainForm.cs</DependentUpon>
119    </Compile>
120    <Compile Include="MenuItem.cs" />
121    <Compile Include="MultipleDocumentMainForm.cs">
122      <SubType>Form</SubType>
123    </Compile>
124    <Compile Include="MultipleDocumentMainForm.Designer.cs">
125      <DependentUpon>MultipleDocumentMainForm.cs</DependentUpon>
126    </Compile>
127    <Compile Include="Properties\AssemblyInfo.cs" />
128    <Compile Include="SingleDocumentMainForm.cs">
129      <SubType>Form</SubType>
130    </Compile>
131    <Compile Include="SingleDocumentMainForm.Designer.cs">
132      <DependentUpon>SingleDocumentMainForm.cs</DependentUpon>
133    </Compile>
134    <Compile Include="ToolBarItem.cs" />
135    <Compile Include="View.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="View.Designer.cs">
139      <DependentUpon>View.cs</DependentUpon>
140    </Compile>
141    <Compile Include="ViewContextMenuStrip.cs">
142      <SubType>Component</SubType>
143    </Compile>
144    <Compile Include="ViewContextMenuStrip.Designer.cs">
145      <DependentUpon>ViewContextMenuStrip.cs</DependentUpon>
146    </Compile>
147  </ItemGroup>
148  <ItemGroup>
149    <None Include="HeuristicLab.snk" />
150    <None Include="Properties\AssemblyInfo.frame" />
151  </ItemGroup>
152  <ItemGroup>
153    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\WinFormsUI-2.3.1\WinFormsUI-2.3.1.csproj">
154      <Project>{1849A92E-DCFC-4E05-BB0A-D7B7A3DAFCFB}</Project>
155      <Name>WinFormsUI-2.3.1</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
158      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
159      <Name>HeuristicLab.MainForm-3.2</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
162      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
163      <Name>HeuristicLab.PluginInfrastructure</Name>
164    </ProjectReference>
165  </ItemGroup>
166  <ItemGroup>
167    <EmbeddedResource Include="DockForm.resx">
168      <DependentUpon>DockForm.cs</DependentUpon>
169      <SubType>Designer</SubType>
170    </EmbeddedResource>
171    <EmbeddedResource Include="DockingMainForm.resx">
172      <DependentUpon>DockingMainForm.cs</DependentUpon>
173    </EmbeddedResource>
174    <EmbeddedResource Include="DocumentForm.resx">
175      <DependentUpon>DocumentForm.cs</DependentUpon>
176      <SubType>Designer</SubType>
177    </EmbeddedResource>
178    <EmbeddedResource Include="MainForm.resx">
179      <DependentUpon>MainForm.cs</DependentUpon>
180    </EmbeddedResource>
181    <EmbeddedResource Include="MultipleDocumentMainForm.resx">
182      <DependentUpon>MultipleDocumentMainForm.cs</DependentUpon>
183    </EmbeddedResource>
184    <EmbeddedResource Include="SingleDocumentMainForm.resx">
185      <DependentUpon>SingleDocumentMainForm.cs</DependentUpon>
186    </EmbeddedResource>
187    <EmbeddedResource Include="ViewContextMenuStrip.resx">
188      <DependentUpon>ViewContextMenuStrip.cs</DependentUpon>
189    </EmbeddedResource>
190  </ItemGroup>
191  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
192  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
193       Other similar extension points exist, see Microsoft.Common.targets.
194  <Target Name="BeforeBuild">
195  </Target>
196  <Target Name="AfterBuild">
197  </Target>
198  -->
199  <PropertyGroup>
200    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
201set ProjectDir=$(ProjectDir)
202set SolutionDir=$(SolutionDir)
203set Outdir=$(Outdir)
204
205call PreBuildEvent.cmd
206SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs"</PreBuildEvent>
207  </PropertyGroup>
208</Project>
Note: See TracBrowser for help on using the repository browser.