diff options
author | mikebarnett <unknown> | 2010-07-28 14:23:53 +0000 |
---|---|---|
committer | mikebarnett <unknown> | 2010-07-28 14:23:53 +0000 |
commit | 85ccac1149dc04f6cb1bdc5bb39c8c2e40d000d7 (patch) | |
tree | a89807a9e80a8c2b228693b1ac25aa4d2e3389ee /Source/Provers | |
parent | 2ab3ec6087b7afc36b72560c29590ab708b571b0 (diff) |
Fixed reference to VCGeneration project. Mistakenly checked in project files were pointing to the yet-to-exist C# version.
Diffstat (limited to 'Source/Provers')
-rw-r--r-- | Source/Provers/Isabelle/Isabelle.csproj | 4 | ||||
-rw-r--r-- | Source/Provers/SMTLib/SMTLib.csproj | 4 | ||||
-rw-r--r-- | Source/Provers/Simplify/Simplify.csproj | 4 | ||||
-rw-r--r-- | Source/Provers/Z3/Z3.csproj | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Source/Provers/Isabelle/Isabelle.csproj b/Source/Provers/Isabelle/Isabelle.csproj index 9347d72f..799131d6 100644 --- a/Source/Provers/Isabelle/Isabelle.csproj +++ b/Source/Provers/Isabelle/Isabelle.csproj @@ -89,8 +89,8 @@ <Project>{CF42B700-10AA-4DA9-8992-48A800251C11}</Project>
<Name>VCExpr</Name>
</ProjectReference>
- <ProjectReference Include="..\..\VCGeneration\VCGeneration.csproj">
- <Project>{E1F10180-C7B9-4147-B51F-FA1B701966DC}</Project>
+ <ProjectReference Include="..\..\VCGeneration\VCGeneration.sscproj">
+ <Project>{F65666DE-FB56-457C-8782-09BE243450FC}</Project>
<Name>VCGeneration</Name>
</ProjectReference>
</ItemGroup>
diff --git a/Source/Provers/SMTLib/SMTLib.csproj b/Source/Provers/SMTLib/SMTLib.csproj index 21941194..55acbc78 100644 --- a/Source/Provers/SMTLib/SMTLib.csproj +++ b/Source/Provers/SMTLib/SMTLib.csproj @@ -99,8 +99,8 @@ <Project>{CF42B700-10AA-4DA9-8992-48A800251C11}</Project>
<Name>VCExpr</Name>
</ProjectReference>
- <ProjectReference Include="..\..\VCGeneration\VCGeneration.csproj">
- <Project>{E1F10180-C7B9-4147-B51F-FA1B701966DC}</Project>
+ <ProjectReference Include="..\..\VCGeneration\VCGeneration.sscproj">
+ <Project>{F65666DE-FB56-457C-8782-09BE243450FC}</Project>
<Name>VCGeneration</Name>
</ProjectReference>
<ProjectReference Include="..\Simplify\Simplify.csproj">
diff --git a/Source/Provers/Simplify/Simplify.csproj b/Source/Provers/Simplify/Simplify.csproj index 86d8eb31..4a817fec 100644 --- a/Source/Provers/Simplify/Simplify.csproj +++ b/Source/Provers/Simplify/Simplify.csproj @@ -96,8 +96,8 @@ <Project>{CF42B700-10AA-4DA9-8992-48A800251C11}</Project>
<Name>VCExpr</Name>
</ProjectReference>
- <ProjectReference Include="..\..\VCGeneration\VCGeneration.csproj">
- <Project>{E1F10180-C7B9-4147-B51F-FA1B701966DC}</Project>
+ <ProjectReference Include="..\..\VCGeneration\VCGeneration.sscproj">
+ <Project>{F65666DE-FB56-457C-8782-09BE243450FC}</Project>
<Name>VCGeneration</Name>
</ProjectReference>
</ItemGroup>
diff --git a/Source/Provers/Z3/Z3.csproj b/Source/Provers/Z3/Z3.csproj index 7e2b546a..305e56bc 100644 --- a/Source/Provers/Z3/Z3.csproj +++ b/Source/Provers/Z3/Z3.csproj @@ -97,8 +97,8 @@ <Project>{CF42B700-10AA-4DA9-8992-48A800251C11}</Project>
<Name>VCExpr</Name>
</ProjectReference>
- <ProjectReference Include="..\..\VCGeneration\VCGeneration.csproj">
- <Project>{E1F10180-C7B9-4147-B51F-FA1B701966DC}</Project>
+ <ProjectReference Include="..\..\VCGeneration\VCGeneration.sscproj">
+ <Project>{F65666DE-FB56-457C-8782-09BE243450FC}</Project>
<Name>VCGeneration</Name>
</ProjectReference>
<ProjectReference Include="..\Simplify\Simplify.csproj">
|