[5563] | 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>{997F018D-AEA2-4F21-9301-82FAF6A5612D}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.QuadraticAssignment.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.QuadraticAssignment.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>
|
---|
[6866] | 20 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5563] | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
[7754] | 28 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[5563] | 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <PropertyGroup>
|
---|
| 34 | <SignAssembly>true</SignAssembly>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 41 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5563] | 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 45 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 46 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 47 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 48 | <ErrorReport>prompt</ErrorReport>
|
---|
| 49 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 50 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 51 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 52 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 53 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 54 | </PropertyGroup>
|
---|
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[6866] | 56 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5563] | 57 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 58 | <Optimize>true</Optimize>
|
---|
| 59 | <DebugType>pdbonly</DebugType>
|
---|
| 60 | <PlatformTarget>x86</PlatformTarget>
|
---|
[6866] | 61 | <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[5563] | 62 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 63 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 66 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 67 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 68 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 69 | </PropertyGroup>
|
---|
| 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 71 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 72 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5563] | 73 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 74 | <DebugType>full</DebugType>
|
---|
| 75 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 76 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 77 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 78 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 79 | <ErrorReport>prompt</ErrorReport>
|
---|
| 80 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 81 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 82 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 83 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 84 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 85 | </PropertyGroup>
|
---|
| 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[6866] | 87 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5563] | 88 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 89 | <Optimize>true</Optimize>
|
---|
| 90 | <DebugType>pdbonly</DebugType>
|
---|
| 91 | <PlatformTarget>x64</PlatformTarget>
|
---|
[6866] | 92 | <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[5563] | 93 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 94 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 95 | <ErrorReport>prompt</ErrorReport>
|
---|
| 96 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 97 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 98 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 99 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 100 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 101 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 102 | </PropertyGroup>
|
---|
| 103 | <ItemGroup>
|
---|
[7754] | 104 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
| 105 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
[7646] | 106 | <Private>False</Private>
|
---|
| 107 | </Reference>
|
---|
[7754] | 108 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 109 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 110 | <Private>False</Private>
|
---|
| 111 | </Reference>
|
---|
| 112 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 113 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 114 | <Private>False</Private>
|
---|
| 115 | </Reference>
|
---|
| 116 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 117 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 118 | <Private>False</Private>
|
---|
| 119 | </Reference>
|
---|
| 120 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 121 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 122 | <Private>False</Private>
|
---|
| 123 | </Reference>
|
---|
| 124 | <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 125 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
| 126 | <Private>False</Private>
|
---|
| 127 | </Reference>
|
---|
| 128 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 129 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 130 | <Private>False</Private>
|
---|
| 131 | </Reference>
|
---|
| 132 | <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 133 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
| 134 | <Private>False</Private>
|
---|
| 135 | </Reference>
|
---|
| 136 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
| 137 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 138 | <Private>False</Private>
|
---|
| 139 | </Reference>
|
---|
| 140 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
| 141 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
| 142 | <Private>False</Private>
|
---|
| 143 | </Reference>
|
---|
| 144 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 145 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 146 | <Private>False</Private>
|
---|
| 147 | </Reference>
|
---|
| 148 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 149 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 150 | <Private>False</Private>
|
---|
| 151 | </Reference>
|
---|
| 152 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 153 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 154 | <Private>False</Private>
|
---|
| 155 | </Reference>
|
---|
| 156 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 157 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 158 | <Private>False</Private>
|
---|
| 159 | </Reference>
|
---|
[7646] | 160 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 161 | <Private>False</Private>
|
---|
| 162 | </Reference>
|
---|
[7754] | 163 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
|
---|
| 164 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
|
---|
[7646] | 165 | <Private>False</Private>
|
---|
| 166 | </Reference>
|
---|
[7754] | 167 | <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
|
---|
| 168 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
|
---|
| 169 | <Private>False</Private>
|
---|
| 170 | </Reference>
|
---|
| 171 | <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 172 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
|
---|
| 173 | <Private>False</Private>
|
---|
| 174 | </Reference>
|
---|
[5563] | 175 | <Reference Include="System" />
|
---|
| 176 | <Reference Include="System.Core" />
|
---|
| 177 | <Reference Include="System.Data" />
|
---|
| 178 | <Reference Include="System.Drawing" />
|
---|
[6891] | 179 | <Reference Include="System.Runtime.Serialization" />
|
---|
| 180 | <Reference Include="System.ServiceModel" />
|
---|
[5563] | 181 | <Reference Include="System.Windows.Forms" />
|
---|
[6342] | 182 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[5563] | 183 | </ItemGroup>
|
---|
| 184 | <ItemGroup>
|
---|
[5583] | 185 | <Compile Include="QAPAssignmentView.cs">
|
---|
| 186 | <SubType>UserControl</SubType>
|
---|
| 187 | </Compile>
|
---|
| 188 | <Compile Include="QAPAssignmentView.Designer.cs">
|
---|
| 189 | <DependentUpon>QAPAssignmentView.cs</DependentUpon>
|
---|
| 190 | </Compile>
|
---|
[5932] | 191 | <Compile Include="QAPVisualizationControl.cs">
|
---|
[5641] | 192 | <SubType>UserControl</SubType>
|
---|
| 193 | </Compile>
|
---|
[5932] | 194 | <Compile Include="QAPVisualizationControl.Designer.cs">
|
---|
| 195 | <DependentUpon>QAPVisualizationControl.cs</DependentUpon>
|
---|
[5641] | 196 | </Compile>
|
---|
[5563] | 197 | <Compile Include="QuadraticAssignmentProblemView.cs">
|
---|
| 198 | <SubType>UserControl</SubType>
|
---|
| 199 | </Compile>
|
---|
| 200 | <Compile Include="QuadraticAssignmentProblemView.Designer.cs">
|
---|
| 201 | <DependentUpon>QuadraticAssignmentProblemView.cs</DependentUpon>
|
---|
| 202 | </Compile>
|
---|
| 203 | <None Include="Plugin.cs.frame" />
|
---|
| 204 | <Compile Include="Plugin.cs" />
|
---|
| 205 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[6866] | 206 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[5563] | 207 | </ItemGroup>
|
---|
| 208 | <ItemGroup>
|
---|
| 209 | <None Include="HeuristicLab.snk" />
|
---|
| 210 | </ItemGroup>
|
---|
| 211 | <ItemGroup>
|
---|
[6342] | 212 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
| 213 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
| 214 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
[6866] | 215 | <Private>False</Private>
|
---|
[6342] | 216 | </ProjectReference>
|
---|
[7805] | 217 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
|
---|
| 218 | <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
|
---|
| 219 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
|
---|
| 220 | </ProjectReference>
|
---|
| 221 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
| 222 | <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
|
---|
| 223 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
| 224 | </ProjectReference>
|
---|
[7558] | 225 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 226 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 227 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
[7646] | 228 | <Private>False</Private>
|
---|
[7558] | 229 | </ProjectReference>
|
---|
[5723] | 230 | </ItemGroup>
|
---|
[5563] | 231 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 232 | <PropertyGroup>
|
---|
| 233 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 234 | set ProjectDir=$(ProjectDir)
|
---|
| 235 | set SolutionDir=$(SolutionDir)
|
---|
| 236 | set Outdir=$(Outdir)
|
---|
| 237 |
|
---|
| 238 | call PreBuildEvent.cmd
|
---|
[5627] | 239 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"
|
---|
[6866] | 240 | </PreBuildEvent>
|
---|
[5563] | 241 | </PropertyGroup>
|
---|
| 242 | <PropertyGroup>
|
---|
[5933] | 243 | <PostBuildEvent>
|
---|
| 244 | </PostBuildEvent>
|
---|
[5563] | 245 | </PropertyGroup>
|
---|
| 246 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 247 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 248 | <Target Name="BeforeBuild">
|
---|
| 249 | </Target>
|
---|
| 250 | <Target Name="AfterBuild">
|
---|
| 251 | </Target>
|
---|
| 252 | -->
|
---|
| 253 | </Project> |
---|