Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2754 was 2754, checked in by swagner, 14 years ago

Added versions to all HeuristicLab 3.3 related plugins (#864)

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