[Gsdesign-commits] r303 - pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Aug 10 01:13:05 CEST 2011
Author: tonypujals
Date: 2011-08-10 01:13:05 +0200 (Wed, 10 Aug 2011)
New Revision: 303
Added:
pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.sln
pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.vcxproj
pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.vcxproj.filters
pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/readme.txt
Log:
Adding Visual Studio solution files
Added: pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.sln
===================================================================
--- pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.sln (rev 0)
+++ pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.sln 2011-08-09 23:13:05 UTC (rev 303)
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsDesignExplorer", "gsDesignExplorer.vcxproj", "{2D3F0450-4483-4A35-92AA-5919A9140A2A}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {2D3F0450-4483-4A35-92AA-5919A9140A2A}.Debug|Win32.ActiveCfg = Debug|Win32
+ {2D3F0450-4483-4A35-92AA-5919A9140A2A}.Debug|Win32.Build.0 = Debug|Win32
+ {2D3F0450-4483-4A35-92AA-5919A9140A2A}.Release|Win32.ActiveCfg = Release|Win32
+ {2D3F0450-4483-4A35-92AA-5919A9140A2A}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
Property changes on: pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.sln
___________________________________________________________________
Added: svn:eol-style
+ native
Added: pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.vcxproj
===================================================================
--- pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.vcxproj (rev 0)
+++ pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.vcxproj 2011-08-09 23:13:05 UTC (rev 303)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{2D3F0450-4483-4A35-92AA-5919A9140A2A}</ProjectGuid>
+ <Keyword>MakeFileProj</Keyword>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>Makefile</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>Makefile</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <NMakeBuildCommandLine>R CMD INSTALL --no-clean-on-error gsDesignExplorer</NMakeBuildCommandLine>
+ <NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <NMakeBuildCommandLine>R CMD INSTALL --no-clean-on-error gsDesignExplorer</NMakeBuildCommandLine>
+ <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <None Include="readme.txt" />
+ <None Include="src\CMakeLists.txt" />
+ <None Include="src\Makefile" />
+ <None Include="src\Makefile.win" />
+ <None Include="src\mkdef.sh" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\gsdesign.h" />
+ <ClInclude Include="src\gsDesignGUI.h" />
+ <ClInclude Include="src\GsRList.h" />
+ <ClInclude Include="src\Rcpp.hpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="src\gsdesign.cpp" />
+ <ClCompile Include="src\gsDesignGUI.cpp" />
+ <ClCompile Include="src\gsDesignTips.cpp" />
+ <ClCompile Include="src\GsRList.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\Rcpp.cpp" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
\ No newline at end of file
Property changes on: pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.vcxproj
___________________________________________________________________
Added: svn:eol-style
+ native
Added: pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.vcxproj.filters
===================================================================
--- pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.vcxproj.filters (rev 0)
+++ pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.vcxproj.filters 2011-08-09 23:13:05 UTC (rev 303)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Source Files">
+ <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+ <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+ </Filter>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+ <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="readme.txt" />
+ <None Include="src\Makefile" />
+ <None Include="src\mkdef.sh" />
+ <None Include="src\CMakeLists.txt" />
+ <None Include="src\Makefile.win" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\gsdesign.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClInclude Include="src\gsDesignGUI.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClInclude Include="src\GsRList.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClInclude Include="src\Rcpp.hpp">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="src\gsdesign.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="src\gsDesignGUI.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="src\gsDesignTips.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="src\GsRList.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="src\main.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="src\Rcpp.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+</Project>
\ No newline at end of file
Property changes on: pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/gsDesignExplorer.vcxproj.filters
___________________________________________________________________
Added: svn:eol-style
+ native
Added: pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/readme.txt
===================================================================
--- pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/readme.txt (rev 0)
+++ pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/readme.txt 2011-08-09 23:13:05 UTC (rev 303)
@@ -0,0 +1,29 @@
+========================================================================
+ MAKEFILE PROJECT : gsDesignExplorer Project Overview
+========================================================================
+
+AppWizard has created this gsDesignExplorer project for you.
+
+This file contains a summary of what you will find in each of the files that
+make up your gsDesignExplorer project.
+
+
+gsDesignExplorer.vcxproj
+ This is the main project file for VC++ projects generated using an Application Wizard.
+ It contains information about the version of Visual C++ that generated the file, and
+ information about the platforms, configurations, and project features selected with the
+ Application Wizard.
+
+gsDesignExplorer.vcxproj.filters
+ This is the filters file for VC++ projects generated using an Application Wizard.
+ It contains information about the association between the files in your project
+ and the filters. This association is used in the IDE to show grouping of files with
+ similar extensions under a specific node (for e.g. ".cpp" files are associated with the
+ "Source Files" filter).
+
+This project allows you to build/clean/rebuild from within Visual Studio by calling the commands you have input
+in the wizard. The build command can be nmake or any other tool you use.
+
+This project does not contain any files, so there are none displayed in Solution Explorer.
+
+/////////////////////////////////////////////////////////////////////////////
Property changes on: pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/readme.txt
___________________________________________________________________
Added: svn:eol-style
+ native
More information about the Gsdesign-commits
mailing list