Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit ccb5f15

Browse files
removing defaults etc
1 parent 16646d3 commit ccb5f15

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

DylibBinder/DylibBinder.csproj

+1-11
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@
55
<OutputType>Exe</OutputType>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
<Platforms>x86;AnyCPU</Platforms>
8-
</PropertyGroup>
9-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
10-
<OutputPath>bin\Debug</OutputPath>
11-
<DefineConstants>DEBUG;</DefineConstants>
12-
<ExternalConsole>true</ExternalConsole>
13-
<PlatformTarget>x64</PlatformTarget>
14-
<LangVersion>latest</LangVersion>
15-
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
17-
<OutputPath>bin\Release</OutputPath>
188
<ExternalConsole>true</ExternalConsole>
199
<LangVersion>latest</LangVersion>
2010
</PropertyGroup>
@@ -30,4 +20,4 @@
3020
<PropertyGroup>
3121
<LangVersion>latest</LangVersion>
3222
</PropertyGroup>
33-
</Project>
23+
</Project>

Dynamo/Dynamo.csproj

+1-13
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,9 @@
33
<TargetFramework>net7.0</TargetFramework>
44
<OutputType>Library</OutputType>
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
6-
</PropertyGroup>
7-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
8-
<OutputPath>bin\Debug</OutputPath>
9-
<DefineConstants>DEBUG;</DefineConstants>
10-
<ConsolePause>false</ConsolePause>
11-
</PropertyGroup>
12-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
13-
<OutputPath>bin\Release</OutputPath>
146
<ConsolePause>false</ConsolePause>
157
</PropertyGroup>
16-
<ItemGroup>
17-
<Folder Include="Dynamo.CSLang\" />
18-
<Folder Include="Dynamo.SwiftLang\" />
19-
</ItemGroup>
208
<ItemGroup>
219
<PackageReference Include="System.CodeDom" Version="7.0.0" />
2210
</ItemGroup>
23-
</Project>
11+
</Project>

0 commit comments

Comments
 (0)