[chaos-svn] SF.net SVN: chaos: [1237] trunk/chaos.net
Status: Pre-Alpha
Brought to you by:
sf_hal
|
From: <per...@us...> - 2007-03-15 13:35:32
|
Revision: 1237
http://chaos.svn.sourceforge.net/chaos/?rev=1237&view=rev
Author: perlundberg
Date: 2007-03-15 06:35:30 -0700 (Thu, 15 Mar 2007)
Log Message:
-----------
chaos.sln: Added a global chaos solution for compiling everything.
Storm.csproj: Fixed an assembly reference to Chaos.Service, so that Storm.NET can access the classes in the Chaos.Service assembly.
Modified Paths:
--------------
trunk/chaos.net/Storm.NET/Storm.csproj
Added Paths:
-----------
trunk/chaos.net/chaos.sln
Modified: trunk/chaos.net/Storm.NET/Storm.csproj
===================================================================
--- trunk/chaos.net/Storm.NET/Storm.csproj 2007-03-15 13:32:30 UTC (rev 1236)
+++ trunk/chaos.net/Storm.NET/Storm.csproj 2007-03-15 13:35:30 UTC (rev 1237)
@@ -76,5 +76,11 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Chaos.Service\Chaos.Service.csproj">
+ <Project>{B38BA300-40EA-4306-84DB-EF0D2D4D0A5D}</Project>
+ <Name>Chaos.Service</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
Added: trunk/chaos.net/chaos.sln
===================================================================
--- trunk/chaos.net/chaos.sln (rev 0)
+++ trunk/chaos.net/chaos.sln 2007-03-15 13:35:30 UTC (rev 1237)
@@ -0,0 +1,26 @@
+Microsoft Visual Studio Solution File, Format Version 9.00
+# SharpDevelop 2.0.0.1591
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storm", "Storm.NET\Storm.csproj", "{6F1CEB73-BDC1-490E-A3F2-3A52F5566AA3}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chaos.Service", "Chaos.Service\Chaos.Service.csproj", "{B38BA300-40EA-4306-84DB-EF0D2D4D0A5D}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {2C162641-E16C-4E25-82D7-68C1FA0197B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {2C162641-E16C-4E25-82D7-68C1FA0197B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {2C162641-E16C-4E25-82D7-68C1FA0197B8}.Release|Any CPU.Build.0 = Release|Any CPU
+ {2C162641-E16C-4E25-82D7-68C1FA0197B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {6F1CEB73-BDC1-490E-A3F2-3A52F5566AA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {6F1CEB73-BDC1-490E-A3F2-3A52F5566AA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {6F1CEB73-BDC1-490E-A3F2-3A52F5566AA3}.Release|Any CPU.Build.0 = Release|Any CPU
+ {6F1CEB73-BDC1-490E-A3F2-3A52F5566AA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B38BA300-40EA-4306-84DB-EF0D2D4D0A5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B38BA300-40EA-4306-84DB-EF0D2D4D0A5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B38BA300-40EA-4306-84DB-EF0D2D4D0A5D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B38BA300-40EA-4306-84DB-EF0D2D4D0A5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ EndGlobalSection
+EndGlobal
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|