Skip to content

Commit

Permalink
Updated project for Any CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
prankard committed Mar 30, 2015
1 parent 0f79f77 commit d98d822
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 40 deletions.
Binary file modified bin/Debug/swiftsuspenders-sharp-test.dll
Binary file not shown.
Binary file modified bin/Debug/swiftsuspenders-sharp-test.pdb
Binary file not shown.
Binary file modified bin/Debug/swiftsuspenders-sharp.dll
Binary file not shown.
Binary file modified bin/Debug/swiftsuspenders-sharp.pdb
Binary file not shown.
12 changes: 4 additions & 8 deletions swiftsuspenders-sharp-test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,29 @@
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF6}</ProjectGuid>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{F66E6874-D36C-4133-B7CD-CDFD5FC180B9}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>swiftsuspenderssharptest</RootNamespace>
<AssemblyName>swiftsuspenders-sharp-test</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down
28 changes: 14 additions & 14 deletions swiftsuspenders-sharp-test.sln
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "swiftsuspenders-sharp-test", "swiftsuspenders-sharp-test.csproj", "{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF6}"
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "swiftsuspenders-sharp-test", "swiftsuspenders-sharp-test.csproj", "{F66E6874-D36C-4133-B7CD-CDFD5FC180B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "swiftsuspenders-sharp", "swiftsuspenders-sharp.csproj", "{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "swiftsuspenders-sharp", "swiftsuspenders-sharp.csproj", "{05CC2A48-EC5B-46EB-AC3F-8BDD870160D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF5}.Debug|x86.ActiveCfg = Debug|x86
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF5}.Debug|x86.Build.0 = Debug|x86
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF5}.Release|x86.ActiveCfg = Release|x86
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF5}.Release|x86.Build.0 = Release|x86
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF6}.Debug|x86.ActiveCfg = Debug|x86
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF6}.Debug|x86.Build.0 = Debug|x86
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF6}.Release|x86.ActiveCfg = Release|x86
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF6}.Release|x86.Build.0 = Release|x86
{05CC2A48-EC5B-46EB-AC3F-8BDD870160D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05CC2A48-EC5B-46EB-AC3F-8BDD870160D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05CC2A48-EC5B-46EB-AC3F-8BDD870160D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05CC2A48-EC5B-46EB-AC3F-8BDD870160D4}.Release|Any CPU.Build.0 = Release|Any CPU
{F66E6874-D36C-4133-B7CD-CDFD5FC180B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F66E6874-D36C-4133-B7CD-CDFD5FC180B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F66E6874-D36C-4133-B7CD-CDFD5FC180B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F66E6874-D36C-4133-B7CD-CDFD5FC180B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = swiftsuspenders-sharp-test.csproj
Expand Down
12 changes: 4 additions & 8 deletions swiftsuspenders-sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,29 @@
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF5}</ProjectGuid>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{05CC2A48-EC5B-46EB-AC3F-8BDD870160D4}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>swiftsuspenderssharp</RootNamespace>
<AssemblyName>swiftsuspenders-sharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down
17 changes: 7 additions & 10 deletions swiftsuspenders-sharp.sln
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "swiftsuspenders-sharp", "swiftsuspenders-sharp.csproj", "{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "swiftsuspenders-sharp", "swiftsuspenders-sharp.csproj", "{05CC2A48-EC5B-46EB-AC3F-8BDD870160D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF5}.Debug|x86.ActiveCfg = Debug|x86
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF5}.Debug|x86.Build.0 = Debug|x86
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF5}.Release|x86.ActiveCfg = Release|x86
{45F8FEAB-D2ED-45CF-94C5-AE130F9BBDF5}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = swiftsuspenders-sharp.csproj
{05CC2A48-EC5B-46EB-AC3F-8BDD870160D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05CC2A48-EC5B-46EB-AC3F-8BDD870160D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05CC2A48-EC5B-46EB-AC3F-8BDD870160D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05CC2A48-EC5B-46EB-AC3F-8BDD870160D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

0 comments on commit d98d822

Please sign in to comment.