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>8.0.30703</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Clients.Access.Views</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Clients.Access.Views-3.3</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</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>$(SolutionDir)\bin\</OutputPath>
|
---|
21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
22 | <ErrorReport>prompt</ErrorReport>
|
---|
23 | <WarningLevel>4</WarningLevel>
|
---|
24 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
25 | </PropertyGroup>
|
---|
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
27 | <DebugType>pdbonly</DebugType>
|
---|
28 | <Optimize>true</Optimize>
|
---|
29 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
30 | <DefineConstants>TRACE</DefineConstants>
|
---|
31 | <ErrorReport>prompt</ErrorReport>
|
---|
32 | <WarningLevel>4</WarningLevel>
|
---|
33 | <DocumentationFile>
|
---|
34 | </DocumentationFile>
|
---|
35 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
36 | </PropertyGroup>
|
---|
37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
38 | <DebugSymbols>true</DebugSymbols>
|
---|
39 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
40 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
41 | <DebugType>full</DebugType>
|
---|
42 | <PlatformTarget>x86</PlatformTarget>
|
---|
43 | <ErrorReport>prompt</ErrorReport>
|
---|
44 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
45 | </PropertyGroup>
|
---|
46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
47 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
48 | <DefineConstants>TRACE</DefineConstants>
|
---|
49 | <DocumentationFile>
|
---|
50 | </DocumentationFile>
|
---|
51 | <Optimize>true</Optimize>
|
---|
52 | <DebugType>pdbonly</DebugType>
|
---|
53 | <PlatformTarget>x86</PlatformTarget>
|
---|
54 | <ErrorReport>prompt</ErrorReport>
|
---|
55 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
56 | </PropertyGroup>
|
---|
57 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
58 | <DebugSymbols>true</DebugSymbols>
|
---|
59 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
61 | <DebugType>full</DebugType>
|
---|
62 | <PlatformTarget>x64</PlatformTarget>
|
---|
63 | <ErrorReport>prompt</ErrorReport>
|
---|
64 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
65 | </PropertyGroup>
|
---|
66 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
67 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
68 | <DefineConstants>TRACE</DefineConstants>
|
---|
69 | <DocumentationFile>
|
---|
70 | </DocumentationFile>
|
---|
71 | <Optimize>true</Optimize>
|
---|
72 | <DebugType>pdbonly</DebugType>
|
---|
73 | <PlatformTarget>x64</PlatformTarget>
|
---|
74 | <ErrorReport>prompt</ErrorReport>
|
---|
75 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
76 | </PropertyGroup>
|
---|
77 | <PropertyGroup>
|
---|
78 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
79 | </PropertyGroup>
|
---|
80 | <PropertyGroup>
|
---|
81 | <SignAssembly>true</SignAssembly>
|
---|
82 | </PropertyGroup>
|
---|
83 | <ItemGroup>
|
---|
84 | <Reference Include="System" />
|
---|
85 | <Reference Include="System.Core" />
|
---|
86 | <Reference Include="System.Drawing" />
|
---|
87 | <Reference Include="System.Runtime.Serialization" />
|
---|
88 | <Reference Include="System.Windows.Forms" />
|
---|
89 | <Reference Include="System.Xml.Linq" />
|
---|
90 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
91 | <Reference Include="Microsoft.CSharp" />
|
---|
92 | <Reference Include="System.Data" />
|
---|
93 | <Reference Include="System.Xml" />
|
---|
94 | </ItemGroup>
|
---|
95 | <ItemGroup>
|
---|
96 | <Compile Include="ClientViews\ClientInformationDialog.cs">
|
---|
97 | <SubType>Form</SubType>
|
---|
98 | </Compile>
|
---|
99 | <Compile Include="ClientViews\ClientInformationDialog.Designer.cs">
|
---|
100 | <DependentUpon>ClientInformationDialog.cs</DependentUpon>
|
---|
101 | </Compile>
|
---|
102 | <Compile Include="ClientViews\ClientRegistrationDialog.cs">
|
---|
103 | <SubType>Form</SubType>
|
---|
104 | </Compile>
|
---|
105 | <Compile Include="ClientViews\ClientRegistrationDialog.Designer.cs">
|
---|
106 | <DependentUpon>ClientRegistrationDialog.cs</DependentUpon>
|
---|
107 | </Compile>
|
---|
108 | <Compile Include="ClientViews\ClientView.cs">
|
---|
109 | <SubType>UserControl</SubType>
|
---|
110 | </Compile>
|
---|
111 | <Compile Include="ClientViews\ClientView.Designer.cs">
|
---|
112 | <DependentUpon>ClientView.cs</DependentUpon>
|
---|
113 | </Compile>
|
---|
114 | <Compile Include="MenuItems\ClientInfoMenuItem.cs" />
|
---|
115 | <Compile Include="MenuItems\UserInfoMenuItem.cs" />
|
---|
116 | <Compile Include="Plugin.cs" />
|
---|
117 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
118 | <Compile Include="UserViews\ChangePasswordDialog.cs">
|
---|
119 | <SubType>Form</SubType>
|
---|
120 | </Compile>
|
---|
121 | <Compile Include="UserViews\ChangePasswordDialog.Designer.cs">
|
---|
122 | <DependentUpon>ChangePasswordDialog.cs</DependentUpon>
|
---|
123 | </Compile>
|
---|
124 | <Compile Include="UserViews\LightweightUserGroupSelectionDialog.cs">
|
---|
125 | <SubType>Form</SubType>
|
---|
126 | </Compile>
|
---|
127 | <Compile Include="UserViews\LightweightUserGroupSelectionDialog.Designer.cs">
|
---|
128 | <DependentUpon>LightweightUserGroupSelectionDialog.cs</DependentUpon>
|
---|
129 | </Compile>
|
---|
130 | <Compile Include="UserViews\LightweightUserGroupSelectionView.cs">
|
---|
131 | <SubType>UserControl</SubType>
|
---|
132 | </Compile>
|
---|
133 | <Compile Include="UserViews\LightweightUserGroupSelectionView.Designer.cs">
|
---|
134 | <DependentUpon>LightweightUserGroupSelectionView.cs</DependentUpon>
|
---|
135 | </Compile>
|
---|
136 | <Compile Include="UserViews\LightweightUserInformationView.cs">
|
---|
137 | <SubType>UserControl</SubType>
|
---|
138 | </Compile>
|
---|
139 | <Compile Include="UserViews\LightweightUserInformationView.Designer.cs">
|
---|
140 | <DependentUpon>LightweightUserInformationView.cs</DependentUpon>
|
---|
141 | </Compile>
|
---|
142 | <Compile Include="UserViews\RefreshableLightweightUserInformationView.cs">
|
---|
143 | <SubType>UserControl</SubType>
|
---|
144 | </Compile>
|
---|
145 | <Compile Include="UserViews\RefreshableLightweightUserInformationView.Designer.cs">
|
---|
146 | <DependentUpon>RefreshableLightweightUserInformationView.cs</DependentUpon>
|
---|
147 | </Compile>
|
---|
148 | <Compile Include="UserViews\LightweightUserView.cs">
|
---|
149 | <SubType>UserControl</SubType>
|
---|
150 | </Compile>
|
---|
151 | <Compile Include="UserViews\LightweightUserView.Designer.cs">
|
---|
152 | <DependentUpon>LightweightUserView.cs</DependentUpon>
|
---|
153 | </Compile>
|
---|
154 | <Compile Include="UserViews\RefreshableLightweightUserView.cs">
|
---|
155 | <SubType>UserControl</SubType>
|
---|
156 | </Compile>
|
---|
157 | <Compile Include="UserViews\RefreshableLightweightUserView.Designer.cs">
|
---|
158 | <DependentUpon>RefreshableLightweightUserView.cs</DependentUpon>
|
---|
159 | </Compile>
|
---|
160 | <Compile Include="UserViews\RefreshableView.cs">
|
---|
161 | <SubType>UserControl</SubType>
|
---|
162 | </Compile>
|
---|
163 | <Compile Include="UserViews\RefreshableView.Designer.cs">
|
---|
164 | <DependentUpon>RefreshableView.cs</DependentUpon>
|
---|
165 | </Compile>
|
---|
166 | <Compile Include="UserViews\UserInformationDialog.cs">
|
---|
167 | <SubType>Form</SubType>
|
---|
168 | </Compile>
|
---|
169 | <Compile Include="UserViews\UserInformationDialog.Designer.cs">
|
---|
170 | <DependentUpon>UserInformationDialog.cs</DependentUpon>
|
---|
171 | </Compile>
|
---|
172 | </ItemGroup>
|
---|
173 | <ItemGroup>
|
---|
174 | <EmbeddedResource Include="Documents\ClientRegistrationInfo.rtf" />
|
---|
175 | <None Include="HeuristicLab.snk" />
|
---|
176 | <None Include="Plugin.cs.frame" />
|
---|
177 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
178 | </ItemGroup>
|
---|
179 | <ItemGroup>
|
---|
180 | <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj">
|
---|
181 | <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project>
|
---|
182 | <Name>HeuristicLab.Clients.Access-3.3</Name>
|
---|
183 | <Private>False</Private>
|
---|
184 | </ProjectReference>
|
---|
185 | <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
|
---|
186 | <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
|
---|
187 | <Name>HeuristicLab.Clients.Common-3.3</Name>
|
---|
188 | <Private>False</Private>
|
---|
189 | </ProjectReference>
|
---|
190 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
191 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
192 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
193 | <Private>False</Private>
|
---|
194 | </ProjectReference>
|
---|
195 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
196 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
197 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
198 | <Private>False</Private>
|
---|
199 | </ProjectReference>
|
---|
200 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
201 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
202 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
203 | <Private>False</Private>
|
---|
204 | </ProjectReference>
|
---|
205 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
206 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
207 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
208 | <Private>False</Private>
|
---|
209 | </ProjectReference>
|
---|
210 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
211 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
212 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
213 | <Private>False</Private>
|
---|
214 | </ProjectReference>
|
---|
215 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
216 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
217 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
218 | <Private>False</Private>
|
---|
219 | </ProjectReference>
|
---|
220 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
221 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
222 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
223 | <Private>False</Private>
|
---|
224 | </ProjectReference>
|
---|
225 | <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
|
---|
226 | <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
|
---|
227 | <Name>HeuristicLab.Optimizer-3.3</Name>
|
---|
228 | <Private>False</Private>
|
---|
229 | </ProjectReference>
|
---|
230 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
231 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
232 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
233 | <Private>False</Private>
|
---|
234 | </ProjectReference>
|
---|
235 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
236 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
237 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
238 | <Private>False</Private>
|
---|
239 | </ProjectReference>
|
---|
240 | </ItemGroup>
|
---|
241 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
242 | <PropertyGroup>
|
---|
243 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
244 | set ProjectDir=$(ProjectDir)
|
---|
245 | set SolutionDir=$(SolutionDir)
|
---|
246 | set Outdir=$(Outdir)
|
---|
247 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
248 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
249 | export ProjectDir=$(ProjectDir)
|
---|
250 | export SolutionDir=$(SolutionDir)
|
---|
251 |
|
---|
252 | $SolutionDir/PreBuildEvent.sh
|
---|
253 | </PreBuildEvent>
|
---|
254 | </PropertyGroup>
|
---|
255 | <PropertyGroup>
|
---|
256 | <PostBuildEvent>
|
---|
257 | </PostBuildEvent>
|
---|
258 | </PropertyGroup>
|
---|
259 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
260 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
261 | <Target Name="BeforeBuild">
|
---|
262 | </Target>
|
---|
263 | <Target Name="AfterBuild">
|
---|
264 | </Target>
|
---|
265 | -->
|
---|
266 | </Project> |
---|