diff --git a/.gitignore b/.gitignore index d62abe9..f8b3a88 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,4 @@ *.svn *.opensdf *.sdf -*.vcxproj *.vcxproj.filters \ No newline at end of file diff --git a/Snake/Snake.csproj b/Snake/Snake.csproj index e85fdd1..fbd552b 100644 --- a/Snake/Snake.csproj +++ b/Snake/Snake.csproj @@ -6,7 +6,7 @@ 9.0.30729 2.0 {C26A3309-7A61-40B6-9998-69B78CF226C1} - Exe + WinExe Properties Snake Snake @@ -52,6 +52,9 @@ 512 AllRules.ruleset + + + diff --git a/dna/dna.vcxproj b/dna/dna.vcxproj new file mode 100644 index 0000000..c6a3ba3 --- /dev/null +++ b/dna/dna.vcxproj @@ -0,0 +1,199 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {888AAA01-F58E-4E41-8BBB-78294D9DABF7} + dna + Win32Proj + + + + Application + v110 + Unicode + true + + + Application + v110 + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>11.0.60315.1 + + + $(ProjectDir)$(Configuration)\ + $(Configuration)\ + true + + + $(ProjectDir)$(Configuration)\ + $(Configuration)\ + false + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + ws2_32.lib;%(AdditionalDependencies) + true + Console + false + + MachineX86 + true + + + xcopy "$(TargetDir)$(TargetFileName)" "$(SolutionDir)Builds\$(Configuration)\" + + + + + Full + AnySuitable + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + CompileAsC + + + ws2_32.lib;%(AdditionalDependencies) + true + Console + true + true + false + + MachineX86 + true + + + xcopy "$(TargetDir)$(TargetFileName)" "$(SolutionDir)Builds\$(Configuration)\" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libIGraph/libIGraph.vcxproj b/libIGraph/libIGraph.vcxproj new file mode 100644 index 0000000..13a6e45 --- /dev/null +++ b/libIGraph/libIGraph.vcxproj @@ -0,0 +1,156 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {E8C90D0B-0F97-485C-8765-FC14202EF252} + libIGraph + Win32Proj + + + + DynamicLibrary + v110 + Unicode + true + + + DynamicLibrary + v110 + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>11.0.60315.1 + + + $(ProjectDir)$(Configuration)\ + $(Configuration)\ + true + + + $(ProjectDir)$(Configuration)\ + $(Configuration)\ + false + + + + Disabled + include;include/freetype2;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBIGRAPH_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + CompileAsC + + + lib\freetype.lib;%(AdditionalDependencies) + libIGraph.def + true + Windows + false + + MachineX86 + + + xcopy "$(TargetDir)$(TargetFileName)" "$(SolutionDir)Builds\$(Configuration)\" +xcopy "$(ProjectDir)freetype.dll" "$(SolutionDir)Builds\$(Configuration)\" +xcopy "$(ProjectDir)Fonts\*.ttf" "$(SolutionDir)Builds\$(Configuration)\Fonts\" + + + + + include;include/freetype2;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBIGRAPH_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + lib\freetype.lib;%(AdditionalDependencies) + libIGraph.def + true + Windows + true + true + false + + MachineX86 + + + xcopy "$(TargetDir)$(TargetFileName)" "$(SolutionDir)Builds\$(Configuration)\" +xcopy "$(ProjectDir)freetype.dll" "$(SolutionDir)Builds\$(Configuration)\" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file