[3248] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[4065] | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[3248] | 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>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.DataAnalysis</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.DataAnalysis-3.3</AssemblyName>
|
---|
[5265] | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
[3248] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[4065] | 17 | <FileUpgradeFlags>
|
---|
| 18 | </FileUpgradeFlags>
|
---|
| 19 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 20 | <UpgradeBackupLocation />
|
---|
| 21 | <PublishUrl>publish\</PublishUrl>
|
---|
| 22 | <Install>true</Install>
|
---|
| 23 | <InstallFrom>Disk</InstallFrom>
|
---|
| 24 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 25 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 26 | <UpdateInterval>7</UpdateInterval>
|
---|
| 27 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 28 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 29 | <UpdateRequired>false</UpdateRequired>
|
---|
| 30 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 31 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 32 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 33 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 34 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 35 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[5265] | 36 | <TargetFrameworkProfile />
|
---|
[3248] | 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <DebugType>full</DebugType>
|
---|
| 41 | <Optimize>false</Optimize>
|
---|
| 42 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3248] | 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 49 | <DebugType>pdbonly</DebugType>
|
---|
| 50 | <Optimize>true</Optimize>
|
---|
| 51 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 52 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 53 | <ErrorReport>prompt</ErrorReport>
|
---|
| 54 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 55 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3248] | 56 | </PropertyGroup>
|
---|
| 57 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 58 | <DebugSymbols>true</DebugSymbols>
|
---|
| 59 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 61 | <DebugType>full</DebugType>
|
---|
| 62 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 63 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 64 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3248] | 65 | </PropertyGroup>
|
---|
| 66 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 67 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 68 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 69 | <Optimize>true</Optimize>
|
---|
| 70 | <DebugType>pdbonly</DebugType>
|
---|
| 71 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 72 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 73 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3248] | 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 76 | <DebugSymbols>true</DebugSymbols>
|
---|
| 77 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 78 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 79 | <DebugType>full</DebugType>
|
---|
| 80 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 81 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 82 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3248] | 83 | </PropertyGroup>
|
---|
| 84 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 85 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 86 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 87 | <Optimize>true</Optimize>
|
---|
| 88 | <DebugType>pdbonly</DebugType>
|
---|
| 89 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 90 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 91 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3248] | 92 | </PropertyGroup>
|
---|
| 93 | <ItemGroup>
|
---|
[5265] | 94 | <Reference Include="ALGLIB-3.1.0">
|
---|
| 95 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
|
---|
| 96 | </Reference>
|
---|
| 97 | <Reference Include="HeuristicLab.ALGLIB-3.1.0">
|
---|
| 98 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
|
---|
| 99 | </Reference>
|
---|
| 100 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
| 101 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 102 | </Reference>
|
---|
| 103 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 104 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 105 | </Reference>
|
---|
| 106 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 107 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 108 | </Reference>
|
---|
[5275] | 109 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
| 110 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 111 | </Reference>
|
---|
[5265] | 112 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 113 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 114 | </Reference>
|
---|
| 115 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 116 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 117 | </Reference>
|
---|
| 118 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
| 119 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
| 120 | </Reference>
|
---|
| 121 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3">
|
---|
| 122 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll</HintPath>
|
---|
| 123 | </Reference>
|
---|
| 124 | <Reference Include="HeuristicLab.LibSVM-1.6.3">
|
---|
| 125 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
|
---|
| 126 | </Reference>
|
---|
| 127 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 128 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 129 | </Reference>
|
---|
| 130 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 131 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 132 | </Reference>
|
---|
| 133 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
| 134 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 135 | </Reference>
|
---|
| 136 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 137 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 138 | </Reference>
|
---|
| 139 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 140 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 141 | </Reference>
|
---|
| 142 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
| 143 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 144 | </Reference>
|
---|
| 145 | <Reference Include="LibSVM-1.6.3">
|
---|
| 146 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\LibSVM-1.6.3.dll</HintPath>
|
---|
| 147 | </Reference>
|
---|
[3248] | 148 | <Reference Include="System" />
|
---|
| 149 | <Reference Include="System.Core">
|
---|
| 150 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 151 | </Reference>
|
---|
[3373] | 152 | <Reference Include="System.Drawing" />
|
---|
[3248] | 153 | <Reference Include="System.Xml.Linq">
|
---|
| 154 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 155 | </Reference>
|
---|
| 156 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 157 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 158 | </Reference>
|
---|
| 159 | <Reference Include="System.Data" />
|
---|
| 160 | <Reference Include="System.Xml" />
|
---|
| 161 | </ItemGroup>
|
---|
| 162 | <ItemGroup>
|
---|
[5275] | 163 | <Compile Include="Interfaces\ISingleObjectiveDataAnalysisProblem.cs" />
|
---|
| 164 | <Compile Include="TableFileParser.cs" />
|
---|
[3248] | 165 | <None Include="HeuristicLab.snk" />
|
---|
| 166 | <None Include="HeuristicLabProblemsDataAnalysisPlugin.cs.frame" />
|
---|
| 167 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[4555] | 168 | <Compile Include="Evaluators\OnlineLinearScalingCalculator.cs" />
|
---|
[4027] | 169 | <Compile Include="Evaluators\OnlineCovarianceEvaluator.cs" />
|
---|
[4022] | 170 | <Compile Include="Evaluators\OnlineMeanAndVarianceCalculator.cs" />
|
---|
| 171 | <Compile Include="Evaluators\OnlineNormalizedMeanSquaredErrorEvaluator.cs" />
|
---|
[3408] | 172 | <Compile Include="DataAnalysisSolution.cs" />
|
---|
[3373] | 173 | <Compile Include="DataAnalysisProblem.cs" />
|
---|
| 174 | <Compile Include="DataAnalysisProblemData.cs" />
|
---|
| 175 | <Compile Include="DataFormatException.cs" />
|
---|
[3253] | 176 | <Compile Include="Dataset.cs" />
|
---|
[3999] | 177 | <Compile Include="Evaluators\OnlineMeanAbsolutePercentageErrorEvaluator.cs" />
|
---|
| 178 | <Compile Include="Evaluators\OnlineMeanSquaredErrorEvaluator.cs" />
|
---|
| 179 | <Compile Include="Evaluators\OnlinePearsonsRSquaredEvaluator.cs" />
|
---|
[3253] | 180 | <Compile Include="Evaluators\SimpleEvaluator.cs" />
|
---|
[3452] | 181 | <Compile Include="Evaluators\SimpleMeanAbsolutePercentageErrorEvaluator.cs" />
|
---|
| 182 | <Compile Include="Evaluators\SimpleMeanAbsolutePercentageOfRangeErrorEvaluator.cs" />
|
---|
[3253] | 183 | <Compile Include="Evaluators\SimpleMSEEvaluator.cs" />
|
---|
[3452] | 184 | <Compile Include="Evaluators\SimpleNMSEEvaluator.cs" />
|
---|
| 185 | <Compile Include="Evaluators\SimpleRSquaredEvaluator.cs" />
|
---|
| 186 | <Compile Include="Evaluators\SimpleVarianceAccountedForEvaluator.cs" />
|
---|
[3248] | 187 | <Compile Include="HeuristicLabProblemsDataAnalysisPlugin.cs" />
|
---|
[3884] | 188 | <Compile Include="Interfaces\IDataAnalysisModel.cs" />
|
---|
[3877] | 189 | <Compile Include="Interfaces\IDataAnalysisProblem.cs" />
|
---|
[3999] | 190 | <Compile Include="Interfaces\IOnlineEvaluator.cs" />
|
---|
[3253] | 191 | <Compile Include="MatrixExtensions.cs" />
|
---|
[4309] | 192 | <Compile Include="Operators\CovariantParsimonyPressureAdder.cs" />
|
---|
[4233] | 193 | <Compile Include="Operators\CovariantParsimonyPressure.cs" />
|
---|
[4221] | 194 | <Compile Include="Operators\DynamicDepthLimitInitializer.cs" />
|
---|
[4193] | 195 | <Compile Include="Operators\DynOpEqHistogramInitializer.cs" />
|
---|
| 196 | <Compile Include="Operators\DynOpEqComparator.cs" />
|
---|
| 197 | <Compile Include="Operators\DynamicDepthLimitComparator.cs" />
|
---|
[4044] | 198 | <Compile Include="Operators\WeightedParentsQualityVarianceComparator.cs" />
|
---|
[3248] | 199 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[4112] | 200 | <Compile Include="RandomEnumerable.cs" />
|
---|
[3887] | 201 | <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentBestSolutionAnalyzer.cs" />
|
---|
| 202 | <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentEvaluator.cs" />
|
---|
| 203 | <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentProblem.cs" />
|
---|
[3877] | 204 | <Compile Include="SupportVectorMachine\SupportVectorMachineCrossValidationEvaluator.cs" />
|
---|
[3842] | 205 | <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
|
---|
| 206 | <Compile Include="SupportVectorMachine\SupportVectorMachineModelCreator.cs" />
|
---|
| 207 | <Compile Include="SupportVectorMachine\SupportVectorMachineModelEvaluator.cs" />
|
---|
| 208 | <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs" />
|
---|
[3373] | 209 | <Compile Include="Symbolic\ArithmeticExpressionGrammar.cs" />
|
---|
[4193] | 210 | <Compile Include="Symbolic\BasicExpressionGrammar.cs" />
|
---|
[3841] | 211 | <Compile Include="Symbolic\FullFunctionalExpressionGrammar.cs" />
|
---|
[3462] | 212 | <Compile Include="Symbolic\ISymbolicExpressionTreeInterpreter.cs" />
|
---|
| 213 | <Compile Include="Symbolic\SimpleArithmeticExpressionInterpreter.cs" />
|
---|
[3442] | 214 | <Compile Include="Symbolic\SymbolicSimplifier.cs" />
|
---|
[3462] | 215 | <Compile Include="Symbolic\Symbols\Addition.cs" />
|
---|
[3373] | 216 | <Compile Include="Symbolic\Symbols\Constant.cs" />
|
---|
| 217 | <Compile Include="Symbolic\Symbols\ConstantTreeNode.cs" />
|
---|
[4193] | 218 | <Compile Include="Symbolic\Symbols\DifferentialVariable.cs" />
|
---|
| 219 | <Compile Include="Symbolic\Symbols\DifferentialVariableTreeNode.cs" />
|
---|
[3841] | 220 | <Compile Include="Symbolic\Symbols\LaggedVariable.cs" />
|
---|
| 221 | <Compile Include="Symbolic\Symbols\LaggedVariableTreeNode.cs" />
|
---|
| 222 | <Compile Include="Symbolic\Symbols\GreaterThan.cs" />
|
---|
| 223 | <Compile Include="Symbolic\Symbols\LessThan.cs" />
|
---|
| 224 | <Compile Include="Symbolic\Symbols\And.cs" />
|
---|
| 225 | <Compile Include="Symbolic\Symbols\Or.cs" />
|
---|
| 226 | <Compile Include="Symbolic\Symbols\Not.cs" />
|
---|
| 227 | <Compile Include="Symbolic\Symbols\Logarithm.cs" />
|
---|
| 228 | <Compile Include="Symbolic\Symbols\Exponential.cs" />
|
---|
| 229 | <Compile Include="Symbolic\Symbols\Sine.cs" />
|
---|
| 230 | <Compile Include="Symbolic\Symbols\Cosine.cs" />
|
---|
| 231 | <Compile Include="Symbolic\Symbols\Tangent.cs" />
|
---|
| 232 | <Compile Include="Symbolic\Symbols\Average.cs" />
|
---|
| 233 | <Compile Include="Symbolic\Symbols\IfThenElse.cs" />
|
---|
[3462] | 234 | <Compile Include="Symbolic\Symbols\Division.cs" />
|
---|
| 235 | <Compile Include="Symbolic\Symbols\Multiplication.cs" />
|
---|
| 236 | <Compile Include="Symbolic\Symbols\Subtraction.cs" />
|
---|
[3373] | 237 | <Compile Include="Symbolic\Symbols\Variable.cs" />
|
---|
| 238 | <Compile Include="Symbolic\Symbols\VariableTreeNode.cs" />
|
---|
[3531] | 239 | <Compile Include="Symbolic\VariableFrequencyAnalyser.cs" />
|
---|
[3248] | 240 | </ItemGroup>
|
---|
| 241 | <ItemGroup>
|
---|
[4065] | 242 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 243 | <Visible>False</Visible>
|
---|
| 244 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 245 | <Install>false</Install>
|
---|
| 246 | </BootstrapperPackage>
|
---|
| 247 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 248 | <Visible>False</Visible>
|
---|
| 249 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 250 | <Install>true</Install>
|
---|
| 251 | </BootstrapperPackage>
|
---|
| 252 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 253 | <Visible>False</Visible>
|
---|
| 254 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 255 | <Install>true</Install>
|
---|
| 256 | </BootstrapperPackage>
|
---|
| 257 | </ItemGroup>
|
---|
[3248] | 258 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 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 | <PropertyGroup>
|
---|
| 267 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 268 | set ProjectDir=$(ProjectDir)
|
---|
| 269 | set SolutionDir=$(SolutionDir)
|
---|
| 270 | set Outdir=$(Outdir)
|
---|
| 271 |
|
---|
| 272 | call PreBuildEvent.cmd
|
---|
| 273 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs"</PreBuildEvent>
|
---|
| 274 | </PropertyGroup>
|
---|
[5275] | 275 | <PropertyGroup>
|
---|
| 276 | <PostBuildEvent>
|
---|
| 277 | </PostBuildEvent>
|
---|
| 278 | </PropertyGroup>
|
---|
[3248] | 279 | </Project> |
---|