[4516] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[16574] | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[4516] | 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>{59567338-A551-4386-8405-A8C0DF3E376D}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.MetaOptimization.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.MetaOptimization.Views-3.3</AssemblyName>
|
---|
[16574] | 13 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
[4516] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <TargetFrameworkProfile />
|
---|
| 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
[15741] | 21 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[4516] | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
[11627] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4516] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[15741] | 30 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[4516] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[11627] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4516] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <SignAssembly>true</SignAssembly>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 41 | </PropertyGroup>
|
---|
[5110] | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 43 | <DebugSymbols>true</DebugSymbols>
|
---|
[15741] | 44 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[5110] | 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <DebugType>full</DebugType>
|
---|
| 47 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 48 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.MetaOptimization.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 49 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 50 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 53 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 54 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 55 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 56 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11627] | 57 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5110] | 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[15741] | 60 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[5110] | 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 65 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.MetaOptimization.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 66 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 67 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
| 69 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 70 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 71 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 72 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 73 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 74 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
[11627] | 75 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5110] | 76 | </PropertyGroup>
|
---|
[4516] | 77 | <ItemGroup>
|
---|
| 78 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[15741] | 79 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[6984] | 80 | <Private>False</Private>
|
---|
[4516] | 81 | </Reference>
|
---|
| 82 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[15741] | 83 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[6984] | 84 | <Private>False</Private>
|
---|
[4516] | 85 | </Reference>
|
---|
| 86 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
[15741] | 87 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
[6984] | 88 | <Private>False</Private>
|
---|
[4516] | 89 | </Reference>
|
---|
| 90 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[15741] | 91 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[6984] | 92 | <Private>False</Private>
|
---|
[4516] | 93 | </Reference>
|
---|
| 94 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
[15741] | 95 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
[6984] | 96 | <Private>False</Private>
|
---|
[4516] | 97 | </Reference>
|
---|
[4839] | 98 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[15741] | 99 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
[6984] | 100 | <Private>False</Private>
|
---|
[4839] | 101 | </Reference>
|
---|
[4516] | 102 | <Reference Include="HeuristicLab.Data.Views-3.3">
|
---|
[15741] | 103 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
[6984] | 104 | <Private>False</Private>
|
---|
[4516] | 105 | </Reference>
|
---|
| 106 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
[15741] | 107 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
[6984] | 108 | <Private>False</Private>
|
---|
[4516] | 109 | </Reference>
|
---|
| 110 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
[15741] | 111 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
[6984] | 112 | <Private>False</Private>
|
---|
[4516] | 113 | </Reference>
|
---|
[5144] | 114 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
[15741] | 115 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
[6984] | 116 | <Private>False</Private>
|
---|
[5144] | 117 | </Reference>
|
---|
| 118 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
[15741] | 119 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
[6984] | 120 | <Private>False</Private>
|
---|
[5144] | 121 | </Reference>
|
---|
[4516] | 122 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
[15741] | 123 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
[6984] | 124 | <Private>False</Private>
|
---|
[4516] | 125 | </Reference>
|
---|
| 126 | <Reference Include="HeuristicLab.Parameters.Views-3.3">
|
---|
[15741] | 127 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
|
---|
[6984] | 128 | <Private>False</Private>
|
---|
[4516] | 129 | </Reference>
|
---|
| 130 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[15741] | 131 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[6984] | 132 | <Private>False</Private>
|
---|
[4516] | 133 | </Reference>
|
---|
[5654] | 134 | <Reference Include="HeuristicLab.SequentialEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
[15741] | 135 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
[6984] | 136 | <Private>False</Private>
|
---|
[5654] | 137 | </Reference>
|
---|
[4516] | 138 | <Reference Include="System" />
|
---|
| 139 | <Reference Include="System.Core" />
|
---|
| 140 | <Reference Include="System.Drawing" />
|
---|
| 141 | <Reference Include="System.Windows.Forms" />
|
---|
| 142 | <Reference Include="System.Xml.Linq" />
|
---|
| 143 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 144 | <Reference Include="System.Data" />
|
---|
| 145 | <Reference Include="System.Xml" />
|
---|
| 146 | </ItemGroup>
|
---|
| 147 | <ItemGroup>
|
---|
[5111] | 148 | <None Include="ClassDiagram1.cd" />
|
---|
[5110] | 149 | <Compile Include="ConstrainedItemListView.cs">
|
---|
| 150 | <SubType>UserControl</SubType>
|
---|
| 151 | </Compile>
|
---|
| 152 | <Compile Include="ConstrainedItemListView.Designer.cs">
|
---|
| 153 | <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
|
---|
| 154 | </Compile>
|
---|
[5313] | 155 | <Compile Include="ConstrainedTypeValueView.cs">
|
---|
| 156 | <SubType>UserControl</SubType>
|
---|
| 157 | </Compile>
|
---|
| 158 | <Compile Include="ConstrainedTypeValueView.Designer.cs">
|
---|
| 159 | <DependentUpon>ConstrainedTypeValueView.cs</DependentUpon>
|
---|
| 160 | </Compile>
|
---|
| 161 | <Compile Include="CreateExperimentDialog.cs">
|
---|
| 162 | <SubType>Form</SubType>
|
---|
| 163 | </Compile>
|
---|
| 164 | <Compile Include="CreateExperimentDialog.Designer.cs">
|
---|
| 165 | <DependentUpon>CreateExperimentDialog.cs</DependentUpon>
|
---|
| 166 | </Compile>
|
---|
[5303] | 167 | <Compile Include="ItemDictionaryView.cs">
|
---|
| 168 | <SubType>UserControl</SubType>
|
---|
| 169 | </Compile>
|
---|
| 170 | <Compile Include="ItemDictionaryView.Designer.cs">
|
---|
| 171 | <DependentUpon>ItemDictionaryView.cs</DependentUpon>
|
---|
| 172 | </Compile>
|
---|
[6489] | 173 | <Compile Include="MessageItem.cs" />
|
---|
[5144] | 174 | <Compile Include="MetaOptimizationProblemView.cs">
|
---|
| 175 | <SubType>UserControl</SubType>
|
---|
| 176 | </Compile>
|
---|
| 177 | <Compile Include="MetaOptimizationProblemView.Designer.cs">
|
---|
| 178 | <DependentUpon>MetaOptimizationProblemView.cs</DependentUpon>
|
---|
| 179 | </Compile>
|
---|
[4981] | 180 | <Compile Include="OptimizableView.cs">
|
---|
| 181 | <SubType>UserControl</SubType>
|
---|
| 182 | </Compile>
|
---|
| 183 | <Compile Include="OptimizableView.Designer.cs">
|
---|
| 184 | <DependentUpon>OptimizableView.cs</DependentUpon>
|
---|
| 185 | </Compile>
|
---|
[7101] | 186 | <None Include="Plugin.cs.frame" />
|
---|
[4982] | 187 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[5144] | 188 | <Compile Include="ParameterConfigurationTreeView.cs">
|
---|
[4982] | 189 | <SubType>UserControl</SubType>
|
---|
| 190 | </Compile>
|
---|
[5144] | 191 | <Compile Include="ParameterConfigurationTreeView.Designer.cs">
|
---|
| 192 | <DependentUpon>ParameterConfigurationTreeView.cs</DependentUpon>
|
---|
[4982] | 193 | </Compile>
|
---|
[7101] | 194 | <Compile Include="Plugin.cs" />
|
---|
[5303] | 195 | <Compile Include="RunCollectionDictionaryView.cs">
|
---|
| 196 | <SubType>UserControl</SubType>
|
---|
| 197 | </Compile>
|
---|
| 198 | <Compile Include="RunCollectionDictionaryView.Designer.cs">
|
---|
| 199 | <DependentUpon>RunCollectionDictionaryView.cs</DependentUpon>
|
---|
| 200 | </Compile>
|
---|
| 201 | <Compile Include="RunCollectionItemDictionaryView.cs">
|
---|
| 202 | <SubType>UserControl</SubType>
|
---|
| 203 | </Compile>
|
---|
| 204 | <Compile Include="RunCollectionItemDictionaryView.Designer.cs">
|
---|
| 205 | <DependentUpon>RunCollectionItemDictionaryView.cs</DependentUpon>
|
---|
| 206 | </Compile>
|
---|
[5655] | 207 | <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemCollectionView.cs">
|
---|
[4830] | 208 | <SubType>UserControl</SubType>
|
---|
| 209 | </Compile>
|
---|
[5655] | 210 | <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemCollectionView.Designer.cs">
|
---|
| 211 | <DependentUpon>ValueConfigurationCheckedItemCollectionView.cs</DependentUpon>
|
---|
[4830] | 212 | </Compile>
|
---|
[4984] | 213 | <Compile Include="ValueConfigurationViews\RangeView.cs">
|
---|
[4516] | 214 | <SubType>UserControl</SubType>
|
---|
| 215 | </Compile>
|
---|
[4984] | 216 | <Compile Include="ValueConfigurationViews\RangeView.Designer.cs">
|
---|
| 217 | <DependentUpon>RangeView.cs</DependentUpon>
|
---|
[4516] | 218 | </Compile>
|
---|
| 219 | <Compile Include="ObjectSelectorDialog.cs">
|
---|
| 220 | <SubType>Form</SubType>
|
---|
| 221 | </Compile>
|
---|
| 222 | <Compile Include="ObjectSelectorDialog.Designer.cs">
|
---|
| 223 | <DependentUpon>ObjectSelectorDialog.cs</DependentUpon>
|
---|
| 224 | </Compile>
|
---|
| 225 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[4839] | 226 | <Compile Include="ValueConfigurationViews\ValueView.cs">
|
---|
| 227 | <SubType>UserControl</SubType>
|
---|
| 228 | </Compile>
|
---|
| 229 | <Compile Include="ValueConfigurationViews\ValueView.Designer.cs">
|
---|
[4830] | 230 | <DependentUpon>ValueView.cs</DependentUpon>
|
---|
| 231 | </Compile>
|
---|
[4516] | 232 | </ItemGroup>
|
---|
| 233 | <ItemGroup>
|
---|
| 234 | <None Include="HeuristicLab.snk" />
|
---|
| 235 | </ItemGroup>
|
---|
| 236 | <ItemGroup>
|
---|
[5313] | 237 | <EmbeddedResource Include="ConstrainedTypeValueView.resx">
|
---|
| 238 | <DependentUpon>ConstrainedTypeValueView.cs</DependentUpon>
|
---|
| 239 | </EmbeddedResource>
|
---|
| 240 | <EmbeddedResource Include="CreateExperimentDialog.resx">
|
---|
| 241 | <DependentUpon>CreateExperimentDialog.cs</DependentUpon>
|
---|
| 242 | </EmbeddedResource>
|
---|
[5303] | 243 | <EmbeddedResource Include="ItemDictionaryView.resx">
|
---|
| 244 | <DependentUpon>ItemDictionaryView.cs</DependentUpon>
|
---|
| 245 | </EmbeddedResource>
|
---|
[5144] | 246 | <EmbeddedResource Include="MetaOptimizationProblemView.resx">
|
---|
| 247 | <DependentUpon>MetaOptimizationProblemView.cs</DependentUpon>
|
---|
| 248 | </EmbeddedResource>
|
---|
[4981] | 249 | <EmbeddedResource Include="OptimizableView.resx">
|
---|
| 250 | <DependentUpon>OptimizableView.cs</DependentUpon>
|
---|
| 251 | </EmbeddedResource>
|
---|
[5144] | 252 | <EmbeddedResource Include="ParameterConfigurationTreeView.resx">
|
---|
| 253 | <DependentUpon>ParameterConfigurationTreeView.cs</DependentUpon>
|
---|
[4982] | 254 | </EmbeddedResource>
|
---|
[5303] | 255 | <EmbeddedResource Include="RunCollectionItemDictionaryView.resx">
|
---|
| 256 | <DependentUpon>RunCollectionItemDictionaryView.cs</DependentUpon>
|
---|
| 257 | </EmbeddedResource>
|
---|
[4984] | 258 | <EmbeddedResource Include="ValueConfigurationViews\RangeView.resx">
|
---|
| 259 | <DependentUpon>RangeView.cs</DependentUpon>
|
---|
[4516] | 260 | </EmbeddedResource>
|
---|
| 261 | <EmbeddedResource Include="ObjectSelectorDialog.resx">
|
---|
| 262 | <DependentUpon>ObjectSelectorDialog.cs</DependentUpon>
|
---|
| 263 | </EmbeddedResource>
|
---|
[4839] | 264 | <EmbeddedResource Include="ValueConfigurationViews\ValueView.resx">
|
---|
[4830] | 265 | <DependentUpon>ValueView.cs</DependentUpon>
|
---|
| 266 | </EmbeddedResource>
|
---|
[4516] | 267 | </ItemGroup>
|
---|
[5144] | 268 | <ItemGroup />
|
---|
[4981] | 269 | <ItemGroup>
|
---|
| 270 | <ProjectReference Include="..\..\HeuristicLab.Problems.MetaOptimization\3.3\HeuristicLab.Problems.MetaOptimization-3.3.csproj">
|
---|
| 271 | <Project>{ABBC1DF6-FCC6-4F86-AB75-B6B3A72E7D17}</Project>
|
---|
| 272 | <Name>HeuristicLab.Problems.MetaOptimization-3.3</Name>
|
---|
[6984] | 273 | <Private>False</Private>
|
---|
[4981] | 274 | </ProjectReference>
|
---|
| 275 | </ItemGroup>
|
---|
[4516] | 276 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 277 | <PropertyGroup>
|
---|
| 278 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 279 | set ProjectDir=$(ProjectDir)
|
---|
| 280 | set SolutionDir=$(SolutionDir)
|
---|
[4982] | 281 | set Outdir=$(Outdir)
|
---|
| 282 |
|
---|
| 283 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[4516] | 284 | </PropertyGroup>
|
---|
| 285 | <PropertyGroup>
|
---|
[6984] | 286 | <PostBuildEvent>
|
---|
| 287 | </PostBuildEvent>
|
---|
[4516] | 288 | </PropertyGroup>
|
---|
| 289 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 290 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 291 | <Target Name="BeforeBuild">
|
---|
| 292 | </Target>
|
---|
| 293 | <Target Name="AfterBuild">
|
---|
| 294 | </Target>
|
---|
| 295 | -->
|
---|
| 296 | </Project> |
---|