Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPeanutButta committed Jul 9, 2015
1 parent f4cdfb7 commit 618d915
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
@@ -1,9 +1,9 @@
*
!cx/
!doc/
!examples/
!include/
!lib/
!src/
!stdlib/
!cx.sdf
!cx.sln
!.gitignore
!README.md
Binary file added cx.sdf
Binary file not shown.
22 changes: 22 additions & 0 deletions cx.sln
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cx", "cx\cx.vcxproj", "{815392BF-E42A-4309-AA5F-CE563C0297DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{815392BF-E42A-4309-AA5F-CE563C0297DA}.Debug|Win32.ActiveCfg = Debug|Win32
{815392BF-E42A-4309-AA5F-CE563C0297DA}.Debug|Win32.Build.0 = Debug|Win32
{815392BF-E42A-4309-AA5F-CE563C0297DA}.Release|Win32.ActiveCfg = Release|Win32
{815392BF-E42A-4309-AA5F-CE563C0297DA}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions cx/cx.vcxproj
Expand Up @@ -133,6 +133,7 @@
<None Include="..\doc\draft\operators.md" />
<None Include="..\doc\draft\ptypes.md" />
<None Include="..\doc\preprocessors" />
<None Include="..\README.md" />
<None Include="..\stdlib\char" />
<None Include="..\stdlib\io" />
<None Include="..\stdlib\lib\io\io.def">
Expand Down
3 changes: 3 additions & 0 deletions cx/cx.vcxproj.filters
Expand Up @@ -178,5 +178,8 @@
<None Include="..\doc\draft\ptypes.md">
<Filter>Documentation\cx language</Filter>
</None>
<None Include="..\README.md">
<Filter>Documentation</Filter>
</None>
</ItemGroup>
</Project>

0 comments on commit 618d915

Please sign in to comment.