diff options
| author | Michael <[email protected]> | 2017-01-18 15:36:06 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-01-18 15:36:06 -0500 |
| commit | fd7d44a07f1f74f9e4eaa38a68bb2e5592c8eb8f (patch) | |
| tree | 58b243a463aecd2865898a5c480dd0c4b37c6b02 /ShiftOS.WinForms | |
| parent | e7b60fea37b6976e412d2f7deeb583b82c140c8f (diff) | |
| download | shiftos_thereturn-fd7d44a07f1f74f9e4eaa38a68bb2e5592c8eb8f.tar.gz shiftos_thereturn-fd7d44a07f1f74f9e4eaa38a68bb2e5592c8eb8f.tar.bz2 shiftos_thereturn-fd7d44a07f1f74f9e4eaa38a68bb2e5592c8eb8f.zip | |
Linux test
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 1c782d1..f3a2efa 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project ToolsVersion="4.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> @@ -9,7 +9,7 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>ShiftOS.WinForms</RootNamespace> <AssemblyName>ShiftOS.WinForms</AssemblyName> - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> </PropertyGroup> @@ -33,10 +33,6 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> - <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> - <Private>True</Private> - </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> @@ -48,6 +44,9 @@ <Reference Include="System.Net.Http" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> + <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> + <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="Applications\Artpad.cs"> @@ -307,11 +306,11 @@ </ItemGroup> <ItemGroup> <ProjectReference Include="..\ShiftOS.Objects\ShiftOS.Objects.csproj"> - <Project>{a069089a-8962-4607-b2b2-4cf4a371066e}</Project> + <Project>{A069089A-8962-4607-B2B2-4CF4A371066E}</Project> <Name>ShiftOS.Objects</Name> </ProjectReference> <ProjectReference Include="..\ShiftOS_TheReturn\ShiftOS.Engine.csproj"> - <Project>{7c979b07-0585-4033-a110-e5555b9d6651}</Project> + <Project>{7C979B07-0585-4033-A110-E5555B9D6651}</Project> <Name>ShiftOS.Engine</Name> </ProjectReference> </ItemGroup> |
