Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Contract Enforcement #101

Open
wants to merge 155 commits into
base: v3.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
155 commits
Select commit Hold shift + click to select a range
270a854
1. Random seed support in FlatNetwork 2. Benchmark clock efficiency fix.
BrannonKing Apr 7, 2012
6d7dc81
Lots of changes to support a better IMLData including a sliding window
BrannonKing Apr 10, 2012
b3883a6
Merge branch 'master' of https://github.com/encog/encog-dotnet-core
BrannonKing Apr 10, 2012
a0fd99d
Added sliding window and dynamic dataset
BrannonKing Apr 11, 2012
046c0e2
Added sliding window and dynamic dataset
BrannonKing Apr 11, 2012
b91c9f1
Made a few small fixes for the Compute override
BrannonKing Apr 11, 2012
4ff6df4
Fixed several nasty bugs with my refactoring caught by unit tests, fo…
BrannonKing Apr 11, 2012
5f56af2
Added another test, repaired my temporary changes to the console logger
BrannonKing Apr 11, 2012
74ccd41
added a gap parameter to the sliding window
BrannonKing Apr 12, 2012
3cecdad
Merge pull request #36 from BrannonKing/master
jeffheaton Apr 21, 2012
48f1bdb
Added indicator server, ported from Java
jeffheaton May 1, 2012
e44308e
fixes to the indicator
jeffheaton May 2, 2012
9814143
C# indicator now works
jeffheaton May 2, 2012
34059fa
Merge
jeffheaton May 3, 2012
04ef794
Issue #39: Fixed genetic threading error, also allow genetic to run s…
jeffheaton May 23, 2012
7e0a3d8
More conversion to .Net 4.0 Parallel.
jeffheaton May 24, 2012
168c1f9
More conversion to Parallel.
jeffheaton May 24, 2012
1b99165
Added example indicator
jeffheaton May 26, 2012
b24d953
Delted a few files that are not used anymore.
jeffheaton May 26, 2012
b4de062
Added c# indicator example
jeffheaton May 28, 2012
ee19031
Code cleanup in indicators
jeffheaton Jun 13, 2012
b5dde4b
Deleted old files
jeffheaton Jun 13, 2012
3ff0a6f
Added simple SVM regression example.
jeffheaton Sep 7, 2012
9f1c9a8
Merge branch 'master' of github.com:encog/encog-dotnet-core
jeffheaton Sep 7, 2012
0a66a23
Fixed small compile errors
jeffheaton Sep 7, 2012
cd3b778
Added serialize to elliott
jeffheaton Sep 7, 2012
65b91cc
Fixed Issue #41, updated license.
jeffheaton Sep 7, 2012
857e510
Fixed some compile errors and unneeded files from previous contribution.
heatonresearch Sep 21, 2012
e544014
CleanUp markettrain.cs
Romiko Sep 29, 2012
0801cab
Use reflection to load examples
Romiko Sep 29, 2012
5997467
resharper inspired
Romiko Sep 29, 2012
d705b28
Reformat code when loading examples.
Romiko Oct 3, 2012
405b0f2
Refactor output for Lunar Example.
Romiko Oct 3, 2012
b956977
Refactor MarketTrain to ForexMarketTrain
Romiko Oct 3, 2012
7760fe9
Chaned example info to mention SRN and not FF
Romiko Oct 4, 2012
1e00b69
Remove empty lines
Romiko Oct 4, 2012
8f77643
Fix bug with argument parsing in marketpredict.cs
Romiko Oct 4, 2012
fe88cfd
Bug in ReadCSV - Time format must be HHmmss
Romiko Oct 5, 2012
4c85a01
Fixed compile error from contributor.
heatonresearch Oct 9, 2012
7bc9915
Merge pull request #42 from Romiko/master
jeffheaton Oct 23, 2012
a38879e
Fixed EndMinutesStrategy to correctly evaluate ShouldStop after the s…
bdrupieski Jan 20, 2013
c02e46a
Fixed QProp
heatonresearch Jan 27, 2013
2cad649
Merge branch 'master' of github.com:encog/encog-dotnet-core
heatonresearch Jan 27, 2013
2e236ad
Make bestConst and bestGamma public
heatonresearch Mar 19, 2013
edae0f8
Merge pull request #46 from bdrupieski/fix-end-minutes-strategy
jeffheaton Mar 20, 2013
0ab2674
Merge branch 'master' of github.com:encog/encog-dotnet-core
heatonresearch Apr 18, 2013
2d259d9
Updated version numbers to 3.2
heatonresearch Apr 22, 2013
cf7d645
Fixed an issue that was causing the cont. HMM to fail
heatonresearch Apr 23, 2013
3b115c4
First pass of adding new EA package to C#, ported from Java.
heatonresearch May 1, 2013
c55d583
Removed NEAT code. Will re-add a new version very soon.
heatonresearch May 1, 2013
502ff77
Removed ML.Genetic package, this breaks a few things, but adding new
heatonresearch May 1, 2013
3d63313
Basic genetic works again
heatonresearch May 3, 2013
58b5474
NEAT & HyperNEAT, it compiles, but testing still needed.
heatonresearch May 5, 2013
d1e7cc6
Fixed some NEAT issues
heatonresearch May 5, 2013
753a770
Removed some files that are not used anymore
heatonresearch May 5, 2013
4dea457
Added some ported files.
leonidvolkov May 6, 2013
5749a8a
Added tree.
heatonresearch May 7, 2013
3a73421
Added genetic programming.
heatonresearch May 11, 2013
d1bd65f
Added simple GP example, and some GP debugging.
heatonresearch May 11, 2013
4b86de3
Debugging GP
heatonresearch May 11, 2013
8dd6ca7
Adding unit tests and fixing errors.
heatonresearch May 12, 2013
0d81f1e
Adding more unit tests and fixes
heatonresearch May 12, 2013
c1f7374
Added method to purge genomes.
heatonresearch May 13, 2013
5a108a4
Remove bad genomes
leonidvolkov May 13, 2013
9748f86
Bug fixes for GP.
leonidvolkov May 13, 2013
1dd74db
Adding unit tests.
leonidvolkov May 13, 2013
3034235
Fixed unit tests.
heatonresearch May 13, 2013
5cba3e1
More EPL debugging, works well now.
heatonresearch May 14, 2013
0dfb1d7
Added factories for EPL and NEAT.
heatonresearch May 14, 2013
e972191
Adding code generation files, ported from Java.
leonidvolkov May 14, 2013
99d73be
More porting for Encog Analyst, more to go!
heatonresearch May 15, 2013
1280ae2
Adding more code generators from Java
heatonresearch May 15, 2013
ba2b598
Fixed compile errors
leonidvolkov May 15, 2013
bcfa17e
Update all headers to 3.2 and 2013.
leonidvolkov May 15, 2013
7627d02
Adjustments to wizard
leonidvolkov May 15, 2013
350b27a
Adding more to code generation
heatonresearch May 16, 2013
46fca77
Code cleanup
heatonresearch May 16, 2013
dd246e2
Adding resources
heatonresearch May 16, 2013
df589e5
Fixed NPE
heatonresearch May 17, 2013
2bdb712
Setup default settings
heatonresearch May 17, 2013
1936bd2
Several fixes to LMA (ported from Java)
heatonresearch Jun 3, 2013
d23b91a
Small fixes on HessianFD
heatonresearch Jun 3, 2013
9c07a29
Code cleanup
heatonresearch Jun 5, 2013
b0cec55
Fix temporal raw data shifted one point over
matthemsteger Jun 9, 2013
cc05e51
SCG training does not work with strategies
matthemsteger Jun 9, 2013
90edd93
Fix Out Of Range Bug In BasicMLSequenceSet.
reyoung Feb 17, 2014
8f79a03
Adding freeform neural net to .Net
heatonresearch Mar 22, 2014
a48bd1b
Completed port of freeform networks & examples of freeform
heatonresearch Mar 22, 2014
91313d5
Ported Levenberg Marquardt training and fixed unit test errors.
jeffheaton Mar 23, 2014
9b6dc76
Online propagation training added
jeffheaton Mar 25, 2014
cc8b5dc
Issue #51: Fix resource loader for dynamic assembly
jeffheaton Mar 25, 2014
0e9cdb7
Issue #53: Handle exceptions while looking for resources
jeffheaton Mar 25, 2014
71c42b5
Issue #45: Use correct size for centroid calculation
jeffheaton Mar 25, 2014
cce4c7e
Merge pull request #48 from matthemsteger/master
jeffheaton Mar 25, 2014
7766328
Merge pull request #54 from reyoung/patch-1
jeffheaton Mar 25, 2014
cd541fe
Issue #52: Added locks to prune incramental
jeffheaton Mar 26, 2014
cad7b90
Merge branch 'master' of github.com:encog/encog-dotnet-core
jeffheaton Mar 26, 2014
34b29a1
Updated version header
jeffheaton Mar 26, 2014
ced01ad
Fixed unit tests
jeffheaton Mar 26, 2014
c2033c8
Rolling to Encog 3.3
Apr 12, 2014
4ec2de2
Adding playground example.
Apr 12, 2014
4f168c0
Fixed a performance issue on Analyst analyze wizard.
Apr 13, 2014
9801553
Fixed issue with NWR being used by network.reset when using SoftMax.
jeffheaton Apr 30, 2014
19694ad
Mexican hat function to consider width.
jeffheaton Apr 30, 2014
3597087
Code cleanup to facilitate transfer to PCL
anders9ustafsson May 23, 2014
2a104c6
Not calling strategies after iteration in ResilienPropagation
kedrzu Jul 31, 2014
b24f3ac
Deleted large file
jeffheaton Sep 9, 2014
1cadd3e
Added AIFH random classes.
jeffheaton Sep 9, 2014
713c24a
Merge pull request #61 from kedrzu/master
jeffheaton Sep 23, 2014
ab5b090
Added MatrixMLDataSet from Encog 3.3
jeffheaton Sep 27, 2014
97cfd68
Added remaining files for versitle data set, from Encog 3.3 Java.
jeffheaton Sep 27, 2014
5fea15d
Added guide xamples from 3.3
jeffheaton Sep 28, 2014
8b0e2dc
Updated headers.
jeffheaton Sep 28, 2014
252fbdc
Update header to 3.3
jeffheaton Sep 29, 2014
e5cda74
Updated help file and build batch for 3.3
jeffheaton Oct 7, 2014
5274980
Merge remote-tracking branch 'upstream/master'
anders9ustafsson Oct 21, 2014
764b93d
Added test example
jeffheaton Jan 30, 2015
87b334d
Fixed analyst wizard bug from: http://stackoverflow.com/questions/281…
jeffheaton Jan 31, 2015
5a78754
Added Rectifier Activation for use in ReLUs
jeroldhaas Mar 5, 2015
d26e12a
Fixes #57
jeroldhaas Mar 9, 2015
2d2738f
Revert "Fixes #57"
jeroldhaas Mar 9, 2015
cd65d8a
Merge remote-tracking branch 'upstream/master'
anders9ustafsson Apr 20, 2015
91120c8
Fix for typo in TemporalPoint class summary
Jun 15, 2015
2927ffc
Added set size parameter to TemporalMLDataSet for List memory preallo…
Jun 15, 2015
729393c
Issue: #83 - Added basic support for StopTrainingStrategy tested with…
PrimeByDesign Dec 30, 2015
e5d746a
Added a new EndTimeSpan strategy. This gives you more specificity ove…
PrimeByDesign Dec 30, 2015
11a42fc
Fixes #86
jeffheaton Jan 2, 2016
571b5f7
Fix for #89 & #90
jeroldhaas Jan 29, 2016
2c8361b
Speedup LoadObject using a Dictionary<string, Type>. Increases perfor…
Mar 3, 2017
1fc413a
Added a public property for the best network
Mar 11, 2017
53ee37f
Allow Serialization of the model and normalization helper created by …
Mar 15, 2017
c7133ed
BUG: 4-argument SelectMethod overload not setting _config
djnicholson Mar 31, 2017
23f3d2c
Thread safety for NEAT Network
Apr 13, 2017
572a185
arithmetic overflow fix
djnicholson Apr 29, 2017
f57236f
report out te/ve
djnicholson Jun 19, 2017
66b3834
output
djnicholson Jul 7, 2017
6ea77b9
Updated readme
jeffheaton Jul 12, 2017
428fbf8
Update readme
jeffheaton Jul 12, 2017
782169a
All unit tests work now. Fixed YahooFinance issue (removed support, as
Aug 30, 2017
5b46230
Merge pull request #69 from jeroldhaas/master
jeffheaton Aug 30, 2017
8cf6ce2
Merge branch 'master' into master
jeffheaton Aug 30, 2017
f18308c
Merge pull request #105 from djnicholson/master
jeffheaton Aug 30, 2017
15a23c5
Merge pull request #58 from cureos/master
jeffheaton Aug 30, 2017
1f5f66e
Merge pull request #71 from Ribtoks/master
jeffheaton Aug 30, 2017
35dae76
Merge pull request #104 from vec2k4/master
jeffheaton Aug 30, 2017
1b05936
Merge pull request #84 from KiransHub/Implement_Training_Strategies_W…
jeffheaton Aug 30, 2017
626a729
Rolled back a breaking change. Fixed Smooth RELU unit test.
Aug 30, 2017
f49a817
Added ReLU and some cleanup.
Aug 31, 2017
8d0540a
Added L1, L2 regularization and custom update functions for SGD
Aug 31, 2017
c56ef25
Added more update rules and batched data set
Aug 31, 2017
a966db7
Added SGD
Aug 31, 2017
9a278fc
Update version numbers.
jeffheaton Sep 1, 2017
9a97b7f
Rolling to Encog 3.4.1
Sep 2, 2017
c372395
Adding Encog Java issue: https://github.com/encog/encog-java-core/pul…
Sep 3, 2017
7ee4a90
Update readme.
jeffheaton Jan 2, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
*.suo
ConsoleExamples/bin/
ConsoleExamples/obj/
Expand Down
Binary file added .vs/encog-core-cs/v15/sqlite3/storage.ide
Binary file not shown.
98 changes: 23 additions & 75 deletions ConsoleExamples/ConsoleExamples.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// Encog(tm) Core v3.1 - .Net Version
// Encog(tm) Core v3.2 - .Net Version
// http://www.heatonresearch.com/encog/
//
// Copyright 2008-2012 Heaton Research, Inc.
// Copyright 2008-2014 Heaton Research, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -22,39 +22,11 @@
//
using System;
using System.Collections.Generic;
using System.Linq;
using ConsoleExamples.Examples;
using Encog.Examples;
using Encog.Examples.Adaline;
using Encog.Examples.Analyst;
using Encog.Examples.Analyzer;
using Encog.Examples.AnnealTSP;
using Encog.Examples.ARTExample;
using Encog.Examples.BAM;
using Encog.Examples.Benchmark;
using Encog.Examples.Boltzmann;
using Encog.Examples.CPN;
using Encog.Examples.ElmanNetwork;
using Encog.Examples.Forest;
using Encog.Examples.GeneticTSP;
using Encog.Examples.Hopfield.Associate;
using Encog.Examples.Hopfield.Simple;
using Encog.Examples.Image;
using Encog.Examples.JordanNetwork;
using Encog.Examples.Lunar;
using Encog.Examples.Market;
using Encog.Examples.MultiRadial;
using Encog.Examples.NetWorkPruner;
using Encog.Examples.Normalize;
using Encog.Examples.Persist;
using Encog.Examples.Predict;
using Encog.Examples.RangeandMarket;
using Encog.Examples.RateSP500;
using Encog.Examples.SVM_Predict;
using Encog.Examples.SVMPredictCSV;
using Encog.Examples.XOR;
using Encog.Examples.CSVMarketExample;
using Encog.Examples.ForexExample;
using Encog.Examples.Bayesian;
using System.Reflection;

namespace ConsoleExamples
{
/// <summary>
Expand All @@ -71,46 +43,21 @@ public class ConsoleExamples

public ConsoleExamples()
{
examples.Add(AdalineDigits.Info);
examples.Add(SolveTSP.Info);
examples.Add(ClassifyART1.Info);
examples.Add(BidirectionalAssociativeMemory.Info);
examples.Add(EncogBenchmarkExample.Info);
examples.Add(BoltzTSP.Info);
examples.Add(RocketCPN.Info);
examples.Add(ElmanExample.Info);
examples.Add(GeneticSolveTSP.Info);
examples.Add(HopfieldSimple.Info);
examples.Add(HopfieldAssociate.Info);
examples.Add(JordanExample.Info);
examples.Add(MultiThreadBenchmark.Info);
examples.Add(ImageNeuralNetwork.Info);
examples.Add(PersistEncog.Info);
examples.Add(PersistSerial.Info);
examples.Add(WeightInitialization.Info);
examples.Add(ThreadCount.Info);
examples.Add(SimpleBenchmark.Info);
examples.Add(XORFactory.Info);
examples.Add(XORHelloWorld.Info);
examples.Add(AnalystExample.Info);
examples.Add(XORNEAT.Info);
examples.Add(ForestCover.Info);
examples.Add(Encog.Examples.Market.MarketPredict.Info);
examples.Add(CSVMarketExample.Info);
examples.Add(ForexExample.Info);
examples.Add(LunarLander.Info);
examples.Add(MarketAnalyzer.Info);
examples.Add(PrunerLoader.Info);
examples.Add(MultiRadial.Info);
examples.Add(SVMExample.Info);
examples.Add(SVMPredictCSV.Info);
examples.Add(FahlmanEncoder.Info);
examples.Add(PredictSunspot.Info);
examples.Add(SimpleNormalize.Info);
examples.Add(NormalizeFile.Info);
examples.Add(ElliottBenchmark.Info);
examples.Add(XORPSO.Info);
examples.Add(BayesianTaxi.Info);
const string method = "get_Info";
var exampleTypes = Assembly
.GetExecutingAssembly()
.GetTypes().ToList()
.Where(t => t.Namespace != null && t.Namespace.StartsWith("Encog.Examples")).ToList();

exampleTypes
.ForEach(e =>
{
if (e.GetMembers().Any(m => m.Name == method))
{
var info = e.InvokeMember(method, BindingFlags.Default | BindingFlags.InvokeMethod, null, null, new object[] { });
examples.Add((ExampleInfo)info);
}
});
}

public void ListCommands()
Expand Down Expand Up @@ -194,9 +141,10 @@ public void Execute(String[] args)

public void Pause()
{
Console.Write("\n\nPress ENTER to continue.");
Console.ReadLine();
Console.Write("\n\nPress any key to continue...");
Console.ReadKey();
}

[STAThread]
private static void Main(string[] args)
{
Expand Down
35 changes: 27 additions & 8 deletions ConsoleExamples/ConsoleExamples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,41 @@
<Compile Include="Examples\Benchmark\ThreadCount.cs" />
<Compile Include="Examples\Benchmark\WeightInitialization.cs" />
<Compile Include="Examples\Analyzer\CreateEval.cs" />
<Compile Include="Examples\EPL\SimpleEPL.cs" />
<Compile Include="Examples\ExampleTest.cs" />
<Compile Include="Examples\Forest\Evaluate.cs" />
<Compile Include="Examples\Forest\ForestConfig.cs" />
<Compile Include="Examples\Forest\ForestCover.cs" />
<Compile Include="Examples\Forest\GenerateData.cs" />
<Compile Include="Examples\Forest\TrainNetwork.cs" />
<Compile Include="Examples\ForexExample\markettrain.cs" />
<Compile Include="Examples\ForexExample\ForexMarketTrain.cs" />
<Compile Include="Examples\Freeform\ConvertToFreeform.cs" />
<Compile Include="Examples\Freeform\ElmanFreeform.cs" />
<Compile Include="Examples\Freeform\FreeformOnlineXOR.cs" />
<Compile Include="Examples\Freeform\FreeformXOR.cs" />
<Compile Include="Examples\Freeform\SkipNeuralNetwork.cs" />
<Compile Include="Examples\GeneticTSP\GeneticSolveTSP.cs" />
<Compile Include="Examples\GeneticTSP\ICalculateGenomeScore.cs" />
<Compile Include="Examples\GeneticTSP\TSPGenome.cs" />
<Compile Include="Examples\GeneticTSP\TSPScore.cs" />
<Compile Include="Examples\Guide\Classification\IrisClassification.cs" />
<Compile Include="Examples\Guide\Regression\AutoMPGRegression.cs" />
<Compile Include="Examples\Guide\Timeseries\SunSpotTimeseries.cs" />
<Compile Include="Examples\Hopfield\Associate\HopfieldAssociate.cs" />
<Compile Include="Examples\Hopfield\Simple\HopfieldSimple.cs" />
<Compile Include="Examples\Image\ImageNeuralNetwork.cs" />
<Compile Include="Examples\Image\ImagePair.cs" />
<Compile Include="Examples\Indicator\CustomInd\EMA.cs" />
<Compile Include="Examples\Indicator\CustomInd\RemoteEMA.cs" />
<Compile Include="Examples\Indicator\Avg\Config.cs" />
<Compile Include="Examples\Indicator\Avg\GenerateTraining.cs" />
<Compile Include="Examples\Indicator\Avg\IndicatorExample.cs" />
<Compile Include="Examples\Indicator\ImportData\MyInd.cs" />
<Compile Include="Examples\Indicator\ImportData\ImportIndicatorData.cs" />
<Compile Include="Examples\Iris\IrisPredict.cs" />
<Compile Include="Examples\JordanNetwork\JordanExample.cs" />
<Compile Include="Examples\LiveSimul\LiveSimul.cs" />
<Compile Include="Examples\Lunar\LanderSimulator.cs" />
<Compile Include="Examples\Lunar\LunarLander.cs" />
<Compile Include="Examples\Lunar\MLResettable.cs" />
<Compile Include="Examples\Lunar\NeuralPilot.cs" />
<Compile Include="Examples\Lunar\PilotScore.cs" />
<Compile Include="Examples\Analyzer\MarketAnalyzer.cs" />
Expand All @@ -103,11 +121,15 @@
<Compile Include="Examples\NetWorkPruner\PrunerLoader.cs" />
<Compile Include="Examples\Normalize\NormalizeFile.cs" />
<Compile Include="Examples\Normalize\SimpleNormalize.cs" />
<Compile Include="Examples\Persist\PersistEncog.cs" />
<Compile Include="Examples\Persist\PersistSerial.cs" />
<Compile Include="Examples\Playground\PlaygroundExample.cs" />
<Compile Include="Examples\SVM\RegressionSVM.cs" />
<Compile Include="Examples\XOR\XOROnline.cs" />
<Compile Include="Persist\PersistEncog.cs" />
<Compile Include="Persist\PersistSerial.cs" />
<Compile Include="Examples\Analyzer\Prunes.cs" />
<Compile Include="Examples\Analyzer\RandomTrainer.cs" />
<Compile Include="Examples\Predict\PredictSunspot.cs" />
<Compile Include="Examples\Predict\SunspotWindow.cs" />
<Compile Include="Examples\RateSP500\FinancialSample.cs" />
<Compile Include="Examples\RateSP500\InterestRate.cs" />
<Compile Include="Examples\RateSP500\PredictSP500.cs" />
Expand Down Expand Up @@ -156,9 +178,6 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="DB!EURUSD.Bar.Time.600.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
4 changes: 2 additions & 2 deletions ConsoleExamples/ConsoleExamples.csproj.user
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartArguments>-pause benchmark-simple</StartArguments>
<StartArguments>-pause iris</StartArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<StartArguments>-pause benchmark-simple</StartArguments>
<StartArguments>-pause playground</StartArguments>
</PropertyGroup>
</Project>
Loading