mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
This commit is contained in:
parent
24e26e5713
commit
fddde28b3f
2 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Docs", "..\Docs", "{67E7DEF
|
||||||
Release.AspNetCompiler.ForceOverwrite = "true"
|
Release.AspNetCompiler.ForceOverwrite = "true"
|
||||||
Release.AspNetCompiler.FixedNames = "false"
|
Release.AspNetCompiler.FixedNames = "false"
|
||||||
Release.AspNetCompiler.Debug = "False"
|
Release.AspNetCompiler.Debug = "False"
|
||||||
VWDPort = "4862"
|
VWDPort = "21089"
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.Consts", "..\source2\IL2CPU\Cosmos.IL2CPU.Debug\Cosmos.Debug.Consts.csproj", "{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.Consts", "..\source2\IL2CPU\Cosmos.IL2CPU.Debug\Cosmos.Debug.Consts.csproj", "{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2}"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
<EnableGDB>False</EnableGDB>
|
<EnableGDB>False</EnableGDB>
|
||||||
<TraceMode>
|
<TraceMode>
|
||||||
</TraceMode>
|
</TraceMode>
|
||||||
<VMWareFlavor>Player</VMWareFlavor>
|
<VMWareFlavor>Workstation</VMWareFlavor>
|
||||||
<StartCosmosGDB>False</StartCosmosGDB>
|
<StartCosmosGDB>False</StartCosmosGDB>
|
||||||
<TraceAssemblies>Cosmos</TraceAssemblies>
|
<TraceAssemblies>Cosmos</TraceAssemblies>
|
||||||
<StartCosmosASMDBG>False</StartCosmosASMDBG>
|
<StartCosmosASMDBG>False</StartCosmosASMDBG>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue