Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing compliance issues for csproj files #510

Merged
merged 1 commit into from
May 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions GHManipulator_Alligator/GHManipulator_Alligator.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?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>
Expand Down Expand Up @@ -26,7 +26,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\Build\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -96,4 +96,4 @@ Copy "$(TargetDir)*.dll" "C:\Users\$(Username)\AppData\Roaming\Grasshopper\Libra
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
9 changes: 6 additions & 3 deletions Grasshopper_Engine/Grasshopper_Engine.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?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>
Expand Down Expand Up @@ -27,7 +27,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\Build\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -49,6 +49,7 @@
</Reference>
<Reference Include="Data_Engine">
<HintPath>..\..\BHoM_Engine\Build\Data_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Dimensional_oM">
<HintPath>..\..\BHoM\Build\Dimensional_oM.dll</HintPath>
Expand All @@ -69,13 +70,15 @@
</Reference>
<Reference Include="Graphics_oM">
<HintPath>..\..\BHoM\Build\Graphics_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Grasshopper, Version=1.0.0.20, Culture=neutral, PublicKeyToken=dda4f5ec2cd80803, processorArchitecture=MSIL">
<HintPath>..\packages\Grasshopper.0.9.76\lib\net35\Grasshopper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Programming_oM">
<HintPath>..\..\BHoM\Build\Programming_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Reflection_Engine">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -179,4 +182,4 @@ Copy /Y "$(TargetDir)$(TargetName).dll" "$(AppData)\BHoM\Assemblies\$(TargetName
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
11 changes: 6 additions & 5 deletions Grasshopper_UI/Grasshopper_UI.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug64</Configuration>
Expand Down Expand Up @@ -29,7 +29,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<OutputPath>..\Build\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -56,12 +56,12 @@
<HintPath>..\..\BHoM_UI\Build\BHoM_UI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Data_Engine, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Data_Engine">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM_Engine\Build\Data_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Data_oM, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Data_oM">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM\Build\Data_oM.dll</HintPath>
<Private>False</Private>
Expand Down Expand Up @@ -100,6 +100,7 @@
</Reference>
<Reference Include="Programming_oM">
<HintPath>..\..\BHoM\Build\Programming_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Reflection_Engine">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -350,4 +351,4 @@ echo $(AppData)\BHoM\Assemblies\$(TargetName).gha &gt; "$(AppData)\Grasshopper\L
<Error Condition="!Exists('..\packages\Grasshopper.0.9.76\build\net35\Grasshopper.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Grasshopper.0.9.76\build\net35\Grasshopper.targets'))" />
</Target>
<Import Project="..\packages\Grasshopper.0.9.76\build\net35\Grasshopper.targets" Condition="Exists('..\packages\Grasshopper.0.9.76\build\net35\Grasshopper.targets')" />
</Project>
</Project>