Skip to content

Commit

Permalink
burn away the flags, begin again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas O'Connor committed May 11, 2016
1 parent 1ab65d7 commit 71eb9ef
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,4 @@ GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml
/Tilandis.VC.opendb
/Tilandis/links.json
34 changes: 22 additions & 12 deletions Tilandis.sln
Original file line number Diff line number Diff line change
@@ -1,42 +1,52 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tilandis", "Tilandis\Tilandis.vcxproj", "{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TilandisGUI", "TilandisGUI\TilandisGUI.vcxproj", "{70FF911F-A735-4190-B33F-6359F4CC84F4}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TilandisGUI", "TilandisGUI\TilandisGUI.csproj", "{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Debug|Any CPU.ActiveCfg = Debug|Win32
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Debug|ARM.ActiveCfg = Debug|Win32
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Debug|x64.ActiveCfg = Debug|x64
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Debug|x64.Build.0 = Debug|x64
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Debug|x86.ActiveCfg = Debug|Win32
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Debug|x86.Build.0 = Debug|Win32
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Release|Any CPU.ActiveCfg = Release|Win32
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Release|ARM.ActiveCfg = Release|Win32
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Release|x64.ActiveCfg = Release|x64
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Release|x64.Build.0 = Release|x64
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Release|x86.ActiveCfg = Release|Win32
{59649EC5-2A97-4BA9-AD93-B7BDBE665F71}.Release|x86.Build.0 = Release|Win32
{70FF911F-A735-4190-B33F-6359F4CC84F4}.Debug|ARM.ActiveCfg = Debug|Win32
{70FF911F-A735-4190-B33F-6359F4CC84F4}.Debug|x64.ActiveCfg = Debug|x64
{70FF911F-A735-4190-B33F-6359F4CC84F4}.Debug|x64.Build.0 = Debug|x64
{70FF911F-A735-4190-B33F-6359F4CC84F4}.Debug|x86.ActiveCfg = Debug|Win32
{70FF911F-A735-4190-B33F-6359F4CC84F4}.Debug|x86.Build.0 = Debug|Win32
{70FF911F-A735-4190-B33F-6359F4CC84F4}.Release|ARM.ActiveCfg = Release|Win32
{70FF911F-A735-4190-B33F-6359F4CC84F4}.Release|x64.ActiveCfg = Release|x64
{70FF911F-A735-4190-B33F-6359F4CC84F4}.Release|x64.Build.0 = Release|x64
{70FF911F-A735-4190-B33F-6359F4CC84F4}.Release|x86.ActiveCfg = Release|Win32
{70FF911F-A735-4190-B33F-6359F4CC84F4}.Release|x86.Build.0 = Release|Win32
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Debug|ARM.ActiveCfg = Debug|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Debug|ARM.Build.0 = Debug|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Debug|x64.ActiveCfg = Debug|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Debug|x64.Build.0 = Debug|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Debug|x86.ActiveCfg = Debug|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Debug|x86.Build.0 = Debug|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Release|Any CPU.Build.0 = Release|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Release|ARM.ActiveCfg = Release|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Release|ARM.Build.0 = Release|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Release|x64.ActiveCfg = Release|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Release|x64.Build.0 = Release|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Release|x86.ActiveCfg = Release|Any CPU
{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 6 additions & 0 deletions TilandisGUI/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
46 changes: 46 additions & 0 deletions TilandisGUI/TilandisGUI.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0BDA5788-1561-4BC1-B0E4-EAA1FC9ADF70}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TilandisGUI</RootNamespace>
<AssemblyName>TilandisGUI</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

0 comments on commit 71eb9ef

Please sign in to comment.