summaryrefslogtreecommitdiff
path: root/Source/Core/Core.csproj
diff options
context:
space:
mode:
authorGravatar Unknown <qadeer@FAIZ-AHMED-FAIZ.redmond.corp.microsoft.com>2013-01-24 22:06:06 -0800
committerGravatar Unknown <qadeer@FAIZ-AHMED-FAIZ.redmond.corp.microsoft.com>2013-01-24 22:06:06 -0800
commitd3c0a64687656cfc102c21e132eec072efc81b67 (patch)
treed018adfefbc9acea3f302061d76bfd4c80b7b957 /Source/Core/Core.csproj
parenta3500827a22df775f67b6f706ce1859e5b6ad981 (diff)
first check in of Owicki-Gries and linear sets
Diffstat (limited to 'Source/Core/Core.csproj')
-rw-r--r--Source/Core/Core.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Core.csproj b/Source/Core/Core.csproj
index 49639822..eb581edd 100644
--- a/Source/Core/Core.csproj
+++ b/Source/Core/Core.csproj
@@ -157,8 +157,10 @@
<Compile Include="Duplicator.cs" />
<Compile Include="Inline.cs" />
<Compile Include="LambdaHelper.cs" />
+ <Compile Include="LinearSets.cs" />
<Compile Include="LoopUnroll.cs" />
<Compile Include="OOLongUtil.cs" />
+ <Compile Include="OwickiGries.cs" />
<Compile Include="Parser.cs" />
<Compile Include="PureCollections.cs" />
<Compile Include="ResolutionContext.cs" />