Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rootm0s authored Jun 30, 2017
1 parent aeb4a1b commit 2d210ea
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Xenos/Xenos.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Xenos", "src\Xenos.vcxproj", "{94E0DA6C-F15C-416A-8992-5B067095F473}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BlackBone", "ext\BlackBone\src\BlackBone\BlackBone.vcxproj", "{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94E0DA6C-F15C-416A-8992-5B067095F473}.Debug|Win32.ActiveCfg = Debug|Win32
{94E0DA6C-F15C-416A-8992-5B067095F473}.Debug|Win32.Build.0 = Debug|Win32
{94E0DA6C-F15C-416A-8992-5B067095F473}.Debug|Win32.Deploy.0 = Debug|Win32
{94E0DA6C-F15C-416A-8992-5B067095F473}.Debug|x64.ActiveCfg = Debug|x64
{94E0DA6C-F15C-416A-8992-5B067095F473}.Debug|x64.Build.0 = Debug|x64
{94E0DA6C-F15C-416A-8992-5B067095F473}.Debug|x64.Deploy.0 = Debug|x64
{94E0DA6C-F15C-416A-8992-5B067095F473}.Release|Win32.ActiveCfg = Release|Win32
{94E0DA6C-F15C-416A-8992-5B067095F473}.Release|Win32.Build.0 = Release|Win32
{94E0DA6C-F15C-416A-8992-5B067095F473}.Release|x64.ActiveCfg = Release|x64
{94E0DA6C-F15C-416A-8992-5B067095F473}.Release|x64.Build.0 = Release|x64
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Debug|Win32.ActiveCfg = Debug|Win32
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Debug|Win32.Build.0 = Debug|Win32
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Debug|x64.ActiveCfg = Debug|x64
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Debug|x64.Build.0 = Debug|x64
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Release|Win32.ActiveCfg = Release|Win32
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Release|Win32.Build.0 = Release|Win32
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Release|x64.ActiveCfg = Release|x64
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
23 changes: 23 additions & 0 deletions Xenos/appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 1.0.{build}

branches:
only:
- master

image: Visual Studio 2017
clone_folder: c:\projects\xenos

platform:
- Win32
- x64

configuration:
- Debug
- Release

install:
- cmd: git submodule update --init --recursive

build:
parallel: true
project: Xenos.sln

0 comments on commit 2d210ea

Please sign in to comment.