aboutsummaryrefslogtreecommitdiff
path: root/source/ShiftUI Designer/ShiftUI Designer.csproj
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-07-23 15:49:49 -0400
committerMichaelTheShifter <[email protected]>2016-07-23 15:49:54 -0400
commitdec9a4413664a362efd2e81452bf19ce37b87931 (patch)
tree5033263ba9c0e5b55b8095726f3df5ea6329cb65 /source/ShiftUI Designer/ShiftUI Designer.csproj
parent587f5cc4808833447c9e79ec3bbc36a20a55d861 (diff)
downloadshiftos-c--dec9a4413664a362efd2e81452bf19ce37b87931.tar.gz
shiftos-c--dec9a4413664a362efd2e81452bf19ce37b87931.tar.bz2
shiftos-c--dec9a4413664a362efd2e81452bf19ce37b87931.zip
I dun derped.
Diffstat (limited to 'source/ShiftUI Designer/ShiftUI Designer.csproj')
-rw-r--r--source/ShiftUI Designer/ShiftUI Designer.csproj71
1 files changed, 71 insertions, 0 deletions
diff --git a/source/ShiftUI Designer/ShiftUI Designer.csproj b/source/ShiftUI Designer/ShiftUI Designer.csproj
new file mode 100644
index 0000000..9a748d7
--- /dev/null
+++ b/source/ShiftUI Designer/ShiftUI Designer.csproj
@@ -0,0 +1,71 @@
+<?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>{20C1A600-B5C2-4226-B5B6-3F17716D2669}</ProjectGuid>
+ <OutputType>Exe</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>ShiftUI_Designer</RootNamespace>
+ <AssemblyName>ShiftUI Designer</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>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="System.Drawing" />
+ <Reference Include="System.Xml.Linq" />
+ <Reference Include="System.Data.DataSetExtensions" />
+ <Reference Include="Microsoft.CSharp" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Net.Http" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="App.config" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\ShiftOS-C-\source\WindowsFormsApplication1\ShiftOS.csproj">
+ <Project>{00be72d0-b744-48ba-9c60-bc429757fc32}</Project>
+ <Name>ShiftOS</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\ShiftUI\ShiftUI.csproj">
+ <Project>{c56e34d0-4749-4a73-9469-bccd063569cd}</Project>
+ <Name>ShiftUI</Name>
+ </ProjectReference>
+ </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> \ No newline at end of file