summaryrefslogtreecommitdiff
path: root/Source/Core/Core.csproj
diff options
context:
space:
mode:
authorGravatar mikebarnett <unknown>2010-08-23 01:02:28 +0000
committerGravatar mikebarnett <unknown>2010-08-23 01:02:28 +0000
commitde63155be6638d9ad013d91a3b15cc65e7f9841e (patch)
treed3d4e2c1bbb55ee7957599b2391981c8c32384e0 /Source/Core/Core.csproj
parent6dce000d75871238a19dd0c3fc906e7345f44bce (diff)
Fixed external references to other projects in the solution.
Added version.cs to the project.
Diffstat (limited to 'Source/Core/Core.csproj')
-rw-r--r--Source/Core/Core.csproj27
1 files changed, 15 insertions, 12 deletions
diff --git a/Source/Core/Core.csproj b/Source/Core/Core.csproj
index 97648748..01f6158c 100644
--- a/Source/Core/Core.csproj
+++ b/Source/Core/Core.csproj
@@ -63,22 +63,10 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="AIFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Binaries\AIFramework.dll</HintPath>
- </Reference>
- <Reference Include="Basetypes, Version=2.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Binaries\Basetypes.dll</HintPath>
- </Reference>
<Reference Include="FSharp.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Binaries\FSharp.Core.dll</HintPath>
</Reference>
- <Reference Include="Graph, Version=2.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Binaries\Graph.dll</HintPath>
- </Reference>
<Reference Include="Microsoft.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Binaries\Microsoft.Contracts.dll</HintPath>
@@ -122,9 +110,24 @@
<Compile Include="TypeAmbiguitySeeker.cs" />
<Compile Include="Util.cs" />
<Compile Include="VCExp.cs" />
+ <Compile Include="..\version.cs" />
<Compile Include="Xml.cs" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\AIFramework\AIFramework.sscproj">
+ <Project>{24B55172-AD8B-47D1-8952-5A95CFDB9B31}</Project>
+ <Name>AIFramework</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Basetypes\Basetypes.sscproj">
+ <Project>{0C692837-77EC-415F-BF04-395E3ED06E9A}</Project>
+ <Name>Basetypes</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Graph\Graph.sscproj">
+ <Project>{4C28FB90-630E-4B55-A937-11A011B79765}</Project>
+ <Name>Graph</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />