mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4502
This commit is contained in:
parent
783087f8bb
commit
45bfa0dfbb
|
@ -19132,3 +19132,11 @@ David 6 Nov 2004
|
||||||
html/inc
|
html/inc
|
||||||
team.inc
|
team.inc
|
||||||
host.inc
|
host.inc
|
||||||
|
|
||||||
|
Rom 7 Nov 2004
|
||||||
|
- Modify the main build environment for Windows to include the new GUI, and remove
|
||||||
|
the old build environment.
|
||||||
|
|
||||||
|
win_build/
|
||||||
|
boinc.sln
|
||||||
|
boincgui.vcproj
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BOINCGUI", "BOINCGUI.vcproj", "{06113715-AC51-4E91-8B9D-C987CABE0920}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
|
||||||
Debug = Debug
|
|
||||||
Release = Release
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfiguration) = postSolution
|
|
||||||
{06113715-AC51-4E91-8B9D-C987CABE0920}.Debug.ActiveCfg = Debug|Win32
|
|
||||||
{06113715-AC51-4E91-8B9D-C987CABE0920}.Debug.Build.0 = Debug|Win32
|
|
||||||
{06113715-AC51-4E91-8B9D-C987CABE0920}.Release.ActiveCfg = Release|Win32
|
|
||||||
{06113715-AC51-4E91-8B9D-C987CABE0920}.Release.Build.0 = Release|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
|
@ -1,3 +0,0 @@
|
||||||
#define BOINC_MAJOR_VERSION 4
|
|
||||||
#define BOINC_MINOR_VERSION 55
|
|
||||||
#define BOINC_VERSION_STRING "4.55"
|
|
|
@ -2,7 +2,7 @@
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="boincgui"
|
Name="boincmgr"
|
||||||
ProjectGUID="{06113715-AC51-4E91-8B9D-C987CABE0920}"
|
ProjectGUID="{06113715-AC51-4E91-8B9D-C987CABE0920}"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath=""
|
SccLocalPath=""
|
||||||
|
@ -14,8 +14,8 @@
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="Release"
|
OutputDirectory=".\Build\Release"
|
||||||
IntermediateDirectory="Release"
|
IntermediateDirectory=".\Build\Release\boincmgr\obj"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
CharacterSet="2">
|
CharacterSet="2">
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
GlobalOptimizations="TRUE"
|
GlobalOptimizations="TRUE"
|
||||||
AdditionalIncludeDirectories="$(WXWIN)\include;$(WXWIN)\contrib\include;$(WXWIN)\lib\msw;..\lib;..\api;..\clientgui"
|
AdditionalIncludeDirectories="$(WXWIN)\include;$(WXWIN)\contrib\include;$(WXWIN)\lib\msw;..\lib;..\api;..\clientgui;..\client\win"
|
||||||
PreprocessorDefinitions="WIN32;_NDEBUG;_WINDOWS;_MT;__WXNDEBUG__;WXNDEBUG;wxUSE_GUI=1"
|
PreprocessorDefinitions="WIN32;_NDEBUG;_WINDOWS;_MT;__WXNDEBUG__;WXNDEBUG;wxUSE_GUI=1"
|
||||||
StringPooling="TRUE"
|
StringPooling="TRUE"
|
||||||
RuntimeLibrary="0"
|
RuntimeLibrary="0"
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG"
|
PreprocessorDefinitions="NDEBUG"
|
||||||
AdditionalIncludeDirectories="$(WXWIN)\include;$(WXWIN)\contrib\include;"/>
|
AdditionalIncludeDirectories="$(WXWIN)\include;$(WXWIN)\contrib\include;..\client\win"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
|
@ -75,8 +75,8 @@
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="Debug"
|
OutputDirectory=".\Build\Debug"
|
||||||
IntermediateDirectory="Debug"
|
IntermediateDirectory=".\Build\Debug\boincmgr\obj"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="$(WXWIN)\include;$(WXWIN)\contrib\include;$(WXWIN)\lib\msw;..\lib;..\api;..\clientgui"
|
AdditionalIncludeDirectories="$(WXWIN)\include;$(WXWIN)\contrib\include;$(WXWIN)\lib\msw;..\lib;..\api;..\clientgui;..\client\win"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MT;__WXDEBUG__;WXDEBUG;wxUSE_GUI=1"
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MT;__WXDEBUG__;WXDEBUG;wxUSE_GUI=1"
|
||||||
StringPooling="TRUE"
|
StringPooling="TRUE"
|
||||||
MinimalRebuild="FALSE"
|
MinimalRebuild="FALSE"
|
||||||
|
@ -145,31 +145,31 @@
|
||||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BOINCBaseView.cpp">
|
RelativePath="..\clientgui\BOINCBaseView.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BOINCGUIApp.cpp">
|
RelativePath="..\clientgui\BOINCGUIApp.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BOINCListCtrl.cpp">
|
RelativePath="..\clientgui\BOINCListCtrl.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BOINCTaskBar.cpp">
|
RelativePath="..\clientgui\BOINCTaskBar.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BOINCTaskCtrl.cpp">
|
RelativePath="..\clientgui\BOINCTaskCtrl.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\DlgAbout.cpp">
|
RelativePath="..\clientgui\DlgAbout.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\DlgAttachProject.cpp">
|
RelativePath="..\clientgui\DlgAttachProject.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\DlgConnection.cpp">
|
RelativePath="..\clientgui\DlgConnection.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\DlgOptions.cpp">
|
RelativePath="..\clientgui\DlgOptions.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\filesys.C">
|
RelativePath="..\lib\filesys.C">
|
||||||
|
@ -218,10 +218,10 @@
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\MainDocument.cpp">
|
RelativePath="..\clientgui\MainDocument.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\MainFrame.cpp">
|
RelativePath="..\clientgui\MainFrame.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\mfile.C">
|
RelativePath="..\lib\mfile.C">
|
||||||
|
@ -293,7 +293,7 @@
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\stdwx.cpp">
|
RelativePath="..\clientgui\stdwx.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
|
@ -308,7 +308,7 @@
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\msw\taskbarex.cpp">
|
RelativePath="..\clientgui\msw\taskbarex.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\util.C">
|
RelativePath="..\lib\util.C">
|
||||||
|
@ -334,25 +334,25 @@
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ValidateAccountKey.cpp">
|
RelativePath="..\clientgui\ValidateAccountKey.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ValidateURL.cpp">
|
RelativePath="..\clientgui\ValidateURL.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ViewMessages.cpp">
|
RelativePath="..\clientgui\ViewMessages.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ViewProjects.cpp">
|
RelativePath="..\clientgui\ViewProjects.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ViewResources.cpp">
|
RelativePath="..\clientgui\ViewResources.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ViewTransfers.cpp">
|
RelativePath="..\clientgui\ViewTransfers.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ViewWork.cpp">
|
RelativePath="..\clientgui\ViewWork.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
|
@ -360,55 +360,55 @@
|
||||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\_wx_intellisense.h">
|
RelativePath="..\clientgui\_wx_intellisense.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\boinc_win.h">
|
RelativePath="..\lib\boinc_win.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BOINCBaseView.h">
|
RelativePath="..\clientgui\BOINCBaseView.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BOINCGUIApp.h">
|
RelativePath="..\clientgui\BOINCGUIApp.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BOINCListCtrl.h">
|
RelativePath="..\clientgui\BOINCListCtrl.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BOINCTaskBar.h">
|
RelativePath="..\clientgui\BOINCTaskBar.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BOINCTaskCtrl.h">
|
RelativePath="..\clientgui\BOINCTaskCtrl.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\DlgAbout.h">
|
RelativePath="..\clientgui\DlgAbout.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\DlgAttachProject.h">
|
RelativePath="..\clientgui\DlgAttachProject.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\DlgConnection.h">
|
RelativePath="..\clientgui\DlgConnection.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\DlgOptions.h">
|
RelativePath="..\clientgui\DlgOptions.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\error_numbers.h">
|
RelativePath="..\lib\error_numbers.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\Events.h">
|
RelativePath="..\clientgui\Events.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\filesys.h">
|
RelativePath="..\lib\filesys.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\gui_rpc_client.h">
|
RelativePath="..\lib\gui_rpc_clientgui.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\MainDocument.h">
|
RelativePath="..\clientgui\MainDocument.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\MainFrame.h">
|
RelativePath="..\clientgui\MainFrame.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\mfile.h">
|
RelativePath="..\lib\mfile.h">
|
||||||
|
@ -420,40 +420,40 @@
|
||||||
RelativePath="..\lib\parse.h">
|
RelativePath="..\lib\parse.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\resource.h">
|
RelativePath="..\clientgui\resource.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\stdwx.h">
|
RelativePath="..\clientgui\stdwx.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\msw\taskbarex.h">
|
RelativePath="..\clientgui\msw\taskbarex.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\util.h">
|
RelativePath="..\lib\util.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ValidateAccountKey.h">
|
RelativePath="..\clientgui\ValidateAccountKey.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ValidateURL.h">
|
RelativePath="..\clientgui\ValidateURL.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ViewMessages.h">
|
RelativePath="..\clientgui\ViewMessages.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ViewProjects.h">
|
RelativePath="..\clientgui\ViewProjects.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ViewResources.h">
|
RelativePath="..\clientgui\ViewResources.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ViewTransfers.h">
|
RelativePath="..\clientgui\ViewTransfers.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ViewWork.h">
|
RelativePath="..\clientgui\ViewWork.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\win_config.h">
|
RelativePath="..\client\win\win_config.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
|
@ -461,55 +461,55 @@
|
||||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;xrc"
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;xrc"
|
||||||
UniqueIdentifier="{08DB1F42-8D4B-491a-870C-2A991D5ED0DB}">
|
UniqueIdentifier="{08DB1F42-8D4B-491a-870C-2A991D5ED0DB}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\boinc.xpm">
|
RelativePath="..\clientgui\res\boinc.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\BOINCGUIApp.ico">
|
RelativePath="..\clientgui\res\BOINCGUIApp.ico">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BOINCGUIApp.rc">
|
RelativePath="..\clientgui\BOINCGUIApp.rc">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\BOINCGUIApp.xpm">
|
RelativePath="..\clientgui\res\BOINCGUIApp.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\boincsm.xpm">
|
RelativePath="..\clientgui\res\boincsm.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\hiddenheader.xpm">
|
RelativePath="..\clientgui\res\hiddenheader.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\mess.xpm">
|
RelativePath="..\clientgui\res\mess.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\proj.xpm">
|
RelativePath="..\clientgui\res\proj.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\result.xpm">
|
RelativePath="..\clientgui\res\result.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\task.xpm">
|
RelativePath="..\clientgui\res\task.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\tips.xpm">
|
RelativePath="..\clientgui\res\tips.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\usage.xpm">
|
RelativePath="..\clientgui\res\usage.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\visibleheader.xpm">
|
RelativePath="..\clientgui\res\visibleheader.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\web.xpm">
|
RelativePath="..\clientgui\res\web.xpm">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\res\xfer.xpm">
|
RelativePath="..\clientgui\res\xfer.xpm">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
<Global
|
<Global
|
||||||
Name="RESOURCE_FILE"
|
Name="RESOURCE_FILE"
|
||||||
Value=".\BOINCGUIApp.rc"/>
|
Value="..\clientgui\BOINCGUIApp.rc"/>
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
|
@ -33,6 +33,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boinc_guirpctest", "boinc_g
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boincgui", "BOINCGUI.vcproj", "{06113715-AC51-4E91-8B9D-C987CABE0920}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
GlobalSection(SolutionConfiguration) = preSolution
|
||||||
Debug = Debug
|
Debug = Debug
|
||||||
|
@ -66,6 +70,10 @@ Global
|
||||||
{DA997BD1-B575-465C-9851-EEBB727F506A}.Debug.ActiveCfg = Debug|Win32
|
{DA997BD1-B575-465C-9851-EEBB727F506A}.Debug.ActiveCfg = Debug|Win32
|
||||||
{DA997BD1-B575-465C-9851-EEBB727F506A}.Release.ActiveCfg = Release|Win32
|
{DA997BD1-B575-465C-9851-EEBB727F506A}.Release.ActiveCfg = Release|Win32
|
||||||
{DA997BD1-B575-465C-9851-EEBB727F506A}.Release.Build.0 = Release|Win32
|
{DA997BD1-B575-465C-9851-EEBB727F506A}.Release.Build.0 = Release|Win32
|
||||||
|
{06113715-AC51-4E91-8B9D-C987CABE0920}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{06113715-AC51-4E91-8B9D-C987CABE0920}.Debug.Build.0 = Debug|Win32
|
||||||
|
{06113715-AC51-4E91-8B9D-C987CABE0920}.Release.ActiveCfg = Release|Win32
|
||||||
|
{06113715-AC51-4E91-8B9D-C987CABE0920}.Release.Build.0 = Release|Win32
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
|
Loading…
Reference in New Issue