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>{A2330DB0-413D-4424-B4E6-591118E2B9F8}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.Views</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.Views-3.4</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
14 | <TargetFrameworkProfile>
|
---|
15 | </TargetFrameworkProfile>
|
---|
16 | <FileAlignment>512</FileAlignment>
|
---|
17 | </PropertyGroup>
|
---|
18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
19 | <DebugSymbols>true</DebugSymbols>
|
---|
20 | <DebugType>full</DebugType>
|
---|
21 | <Optimize>false</Optimize>
|
---|
22 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
24 | <ErrorReport>prompt</ErrorReport>
|
---|
25 | <WarningLevel>4</WarningLevel>
|
---|
26 | <Prefer32Bit>false</Prefer32Bit>
|
---|
27 | </PropertyGroup>
|
---|
28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
29 | <DebugType>pdbonly</DebugType>
|
---|
30 | <Optimize>true</Optimize>
|
---|
31 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
32 | <DefineConstants>TRACE</DefineConstants>
|
---|
33 | <ErrorReport>prompt</ErrorReport>
|
---|
34 | <WarningLevel>4</WarningLevel>
|
---|
35 | <Prefer32Bit>false</Prefer32Bit>
|
---|
36 | </PropertyGroup>
|
---|
37 | <PropertyGroup>
|
---|
38 | <SignAssembly>true</SignAssembly>
|
---|
39 | </PropertyGroup>
|
---|
40 | <PropertyGroup>
|
---|
41 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
42 | </PropertyGroup>
|
---|
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
44 | <DebugSymbols>true</DebugSymbols>
|
---|
45 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
46 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
47 | <DebugType>full</DebugType>
|
---|
48 | <PlatformTarget>x86</PlatformTarget>
|
---|
49 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
50 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
51 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
52 | <ErrorReport>prompt</ErrorReport>
|
---|
53 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
54 | <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
55 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
56 | <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
57 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
58 | <Prefer32Bit>false</Prefer32Bit>
|
---|
59 | </PropertyGroup>
|
---|
60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
61 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
62 | <DefineConstants>TRACE</DefineConstants>
|
---|
63 | <Optimize>true</Optimize>
|
---|
64 | <DebugType>pdbonly</DebugType>
|
---|
65 | <PlatformTarget>x86</PlatformTarget>
|
---|
66 | <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
67 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
68 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
69 | <ErrorReport>prompt</ErrorReport>
|
---|
70 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
71 | <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
72 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
73 | <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
74 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
75 | <Prefer32Bit>false</Prefer32Bit>
|
---|
76 | </PropertyGroup>
|
---|
77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
78 | <DebugSymbols>true</DebugSymbols>
|
---|
79 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
80 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
81 | <DebugType>full</DebugType>
|
---|
82 | <PlatformTarget>x64</PlatformTarget>
|
---|
83 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
84 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
85 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
86 | <ErrorReport>prompt</ErrorReport>
|
---|
87 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
88 | <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
89 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
90 | <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
91 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
92 | <Prefer32Bit>false</Prefer32Bit>
|
---|
93 | </PropertyGroup>
|
---|
94 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
95 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
96 | <DefineConstants>TRACE</DefineConstants>
|
---|
97 | <Optimize>true</Optimize>
|
---|
98 | <DebugType>pdbonly</DebugType>
|
---|
99 | <PlatformTarget>x64</PlatformTarget>
|
---|
100 | <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
101 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
102 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
103 | <ErrorReport>prompt</ErrorReport>
|
---|
104 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
105 | <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
106 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
107 | <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
108 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
109 | <Prefer32Bit>false</Prefer32Bit>
|
---|
110 | </PropertyGroup>
|
---|
111 | <ItemGroup>
|
---|
112 | <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
113 | <HintPath>..\..\bin\LibSVM-3.12.dll</HintPath>
|
---|
114 | <Private>False</Private>
|
---|
115 | </Reference>
|
---|
116 | <Reference Include="System" />
|
---|
117 | <Reference Include="System.Core" />
|
---|
118 | <Reference Include="System.Drawing" />
|
---|
119 | <Reference Include="System.Windows.Forms" />
|
---|
120 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
121 | <Reference Include="System.Xml.Linq" />
|
---|
122 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
123 | <Reference Include="System.Data" />
|
---|
124 | <Reference Include="System.Xml" />
|
---|
125 | </ItemGroup>
|
---|
126 | <ItemGroup>
|
---|
127 | <Compile Include="MeanProdView.cs">
|
---|
128 | <SubType>UserControl</SubType>
|
---|
129 | </Compile>
|
---|
130 | <Compile Include="MeanProdView.Designer.cs">
|
---|
131 | <DependentUpon>MeanProdView.cs</DependentUpon>
|
---|
132 | </Compile>
|
---|
133 | <Compile Include="MeanSumView.cs">
|
---|
134 | <SubType>UserControl</SubType>
|
---|
135 | </Compile>
|
---|
136 | <Compile Include="MeanSumView.Designer.cs">
|
---|
137 | <DependentUpon>MeanSumView.cs</DependentUpon>
|
---|
138 | </Compile>
|
---|
139 | <Compile Include="CovarianceProdView.cs">
|
---|
140 | <SubType>UserControl</SubType>
|
---|
141 | </Compile>
|
---|
142 | <Compile Include="CovarianceProdView.Designer.cs">
|
---|
143 | <DependentUpon>CovarianceProdView.cs</DependentUpon>
|
---|
144 | </Compile>
|
---|
145 | <Compile Include="CovarianceSumView.cs">
|
---|
146 | <SubType>UserControl</SubType>
|
---|
147 | </Compile>
|
---|
148 | <Compile Include="CovarianceSumView.Designer.cs">
|
---|
149 | <DependentUpon>CovarianceSumView.cs</DependentUpon>
|
---|
150 | </Compile>
|
---|
151 | <Compile Include="GaussianProcessModelView.cs">
|
---|
152 | <SubType>UserControl</SubType>
|
---|
153 | </Compile>
|
---|
154 | <Compile Include="GaussianProcessModelView.Designer.cs">
|
---|
155 | <DependentUpon>GaussianProcessModelView.cs</DependentUpon>
|
---|
156 | </Compile>
|
---|
157 | <Compile Include="KMeansClusteringModelView.cs">
|
---|
158 | <SubType>UserControl</SubType>
|
---|
159 | </Compile>
|
---|
160 | <Compile Include="KMeansClusteringModelView.Designer.cs">
|
---|
161 | <DependentUpon>KMeansClusteringModelView.cs</DependentUpon>
|
---|
162 | </Compile>
|
---|
163 | <Compile Include="NcaDimensionReductionView.cs">
|
---|
164 | <SubType>UserControl</SubType>
|
---|
165 | </Compile>
|
---|
166 | <Compile Include="NcaDimensionReductionView.Designer.cs">
|
---|
167 | <DependentUpon>NcaDimensionReductionView.cs</DependentUpon>
|
---|
168 | </Compile>
|
---|
169 | <Compile Include="OneRClassificationModelView.cs">
|
---|
170 | <SubType>UserControl</SubType>
|
---|
171 | </Compile>
|
---|
172 | <Compile Include="OneRClassificationModelView.Designer.cs">
|
---|
173 | <DependentUpon>OneRClassificationModelView.cs</DependentUpon>
|
---|
174 | </Compile>
|
---|
175 | <Compile Include="Plugin.cs" />
|
---|
176 | <Compile Include="SupportVectorMachineModelSupportVectorsView.cs">
|
---|
177 | <SubType>UserControl</SubType>
|
---|
178 | </Compile>
|
---|
179 | <Compile Include="SupportVectorMachineModelSupportVectorsView.Designer.cs">
|
---|
180 | <DependentUpon>SupportVectorMachineModelSupportVectorsView.cs</DependentUpon>
|
---|
181 | </Compile>
|
---|
182 | <Compile Include="CrossValidationView.cs">
|
---|
183 | <SubType>UserControl</SubType>
|
---|
184 | </Compile>
|
---|
185 | <Compile Include="CrossValidationView.Designer.cs">
|
---|
186 | <DependentUpon>CrossValidationView.cs</DependentUpon>
|
---|
187 | </Compile>
|
---|
188 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
189 | <Compile Include="SupportVectorMachineModelView.cs">
|
---|
190 | <SubType>UserControl</SubType>
|
---|
191 | </Compile>
|
---|
192 | <Compile Include="SupportVectorMachineModelView.Designer.cs">
|
---|
193 | <DependentUpon>SupportVectorMachineModelView.cs</DependentUpon>
|
---|
194 | </Compile>
|
---|
195 | </ItemGroup>
|
---|
196 | <ItemGroup>
|
---|
197 | <None Include="HeuristicLab.snk" />
|
---|
198 | <None Include="Plugin.cs.frame" />
|
---|
199 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
200 | </ItemGroup>
|
---|
201 | <ItemGroup>
|
---|
202 | <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
|
---|
203 | <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
|
---|
204 | <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
|
---|
205 | <Private>False</Private>
|
---|
206 | </ProjectReference>
|
---|
207 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
208 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
209 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
210 | <Private>False</Private>
|
---|
211 | </ProjectReference>
|
---|
212 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
213 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
214 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
215 | <Private>False</Private>
|
---|
216 | </ProjectReference>
|
---|
217 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
218 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
219 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
220 | <Private>False</Private>
|
---|
221 | </ProjectReference>
|
---|
222 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
223 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
224 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
225 | <Private>False</Private>
|
---|
226 | </ProjectReference>
|
---|
227 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
228 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
229 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
230 | <Private>False</Private>
|
---|
231 | </ProjectReference>
|
---|
232 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
233 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
234 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
235 | <Private>False</Private>
|
---|
236 | </ProjectReference>
|
---|
237 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
238 | <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
|
---|
239 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
240 | <Private>False</Private>
|
---|
241 | </ProjectReference>
|
---|
242 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
243 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
244 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
245 | <Private>False</Private>
|
---|
246 | </ProjectReference>
|
---|
247 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
248 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
249 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
250 | <Private>False</Private>
|
---|
251 | </ProjectReference>
|
---|
252 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
253 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
254 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
255 | <Private>False</Private>
|
---|
256 | </ProjectReference>
|
---|
257 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
258 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
259 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
260 | <Private>False</Private>
|
---|
261 | </ProjectReference>
|
---|
262 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
263 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
264 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
265 | <Private>False</Private>
|
---|
266 | </ProjectReference>
|
---|
267 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
268 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
269 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
270 | <Private>False</Private>
|
---|
271 | </ProjectReference>
|
---|
272 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
273 | <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
|
---|
274 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
275 | <Private>False</Private>
|
---|
276 | </ProjectReference>
|
---|
277 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
278 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
279 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
280 | <Private>False</Private>
|
---|
281 | </ProjectReference>
|
---|
282 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
283 | <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
|
---|
284 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
285 | <Private>False</Private>
|
---|
286 | </ProjectReference>
|
---|
287 | </ItemGroup>
|
---|
288 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
289 | <PropertyGroup>
|
---|
290 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
|
---|
291 | set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
292 | set ProjectDir=$(ProjectDir)
|
---|
293 | set SolutionDir=$(SolutionDir)
|
---|
294 | set Outdir=$(Outdir)
|
---|
295 |
|
---|
296 | call PreBuildEvent.cmd
|
---|
297 | </PreBuildEvent>
|
---|
298 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
299 | export ProjectDir=$(ProjectDir)
|
---|
300 | export SolutionDir=$(SolutionDir)
|
---|
301 |
|
---|
302 | $SolutionDir/PreBuildEvent.sh
|
---|
303 | </PreBuildEvent>
|
---|
304 | </PropertyGroup>
|
---|
305 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
306 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
307 | <Target Name="BeforeBuild">
|
---|
308 | </Target>
|
---|
309 | <Target Name="AfterBuild">
|
---|
310 | </Target>
|
---|
311 | -->
|
---|
312 | </Project> |
---|