This repository was archived by the owner on Dec 12, 2024. It is now read-only.
File tree 2 files changed +2
-24
lines changed
2 files changed +2
-24
lines changed Original file line number Diff line number Diff line change 5
5
<OutputType >Exe</OutputType >
6
6
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
7
7
<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 >
18
8
<ExternalConsole >true</ExternalConsole >
19
9
<LangVersion >latest</LangVersion >
20
10
</PropertyGroup >
30
20
<PropertyGroup >
31
21
<LangVersion >latest</LangVersion >
32
22
</PropertyGroup >
33
- </Project >
23
+ </Project >
Original file line number Diff line number Diff line change 3
3
<TargetFramework >net7.0</TargetFramework >
4
4
<OutputType >Library</OutputType >
5
5
<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 >
14
6
<ConsolePause >false</ConsolePause >
15
7
</PropertyGroup >
16
- <ItemGroup >
17
- <Folder Include =" Dynamo.CSLang\" />
18
- <Folder Include =" Dynamo.SwiftLang\" />
19
- </ItemGroup >
20
8
<ItemGroup >
21
9
<PackageReference Include =" System.CodeDom" Version =" 7.0.0" />
22
10
</ItemGroup >
23
- </Project >
11
+ </Project >
You can’t perform that action at this time.
0 commit comments