This commit is contained in:
kudzu_cp 2012-06-27 22:47:54 +00:00
parent 1d0270efe6
commit 42bcbe607a

View file

@ -14,6 +14,7 @@
<SccLocalPath>SAK</SccLocalPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<Profile />
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<Framework>MicrosoftNET</Framework>
@ -27,11 +28,15 @@
<VMwareEdition>Player</VMwareEdition>
<VMwareDeploy>ISO</VMwareDeploy>
<IgnoreDebugStubAttribute />
<Profile />
<Deployment />
<Launch />
<VMware_VMwareEdition>Workstation</VMware_VMwareEdition>
<VMware_EnableGDB>False</VMware_EnableGDB>
<VMware_StartCosmosGDB>False</VMware_StartCosmosGDB>
<VMware_OutputPath>bin\Debug\</VMware_OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<Profile />
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<Framework>MicrosoftNET</Framework>
@ -45,9 +50,12 @@
<VMwareEdition>Player</VMwareEdition>
<VMwareDeploy>ISO</VMwareDeploy>
<IgnoreDebugStubAttribute />
<Profile />
<Deployment />
<Launch />
<VMware_VMwareEdition>Workstation</VMware_VMwareEdition>
<VMware_EnableGDB>False</VMware_EnableGDB>
<VMware_StartCosmosGDB>False</VMware_StartCosmosGDB>
<VMware_OutputPath>bin\Debug\</VMware_OutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Kernel\Debug\Cosmos.Debug.Kernel.Plugs\Cosmos.Debug.Kernel.Plugs.csproj">