Skip to content

Commit 0f599b1

Browse files
committed
corrected output paths in csproj
1 parent 94c867f commit 0f599b1

File tree

10 files changed

+36
-36
lines changed

10 files changed

+36
-36
lines changed

src/core/itextsharp(VS2010).csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Several iText engineers are actively supporting the project on StackOverflow: ht
8181
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
8282
</PropertyGroup>
8383
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
84-
<OutputPath>bin\Debug\net461\</OutputPath>
84+
<OutputPath>bin\Debug\</OutputPath>
8585
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
8686
<BaseAddress>285212672</BaseAddress>
8787
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -103,7 +103,7 @@ Several iText engineers are actively supporting the project on StackOverflow: ht
103103
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
104104
</PropertyGroup>
105105
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_woDrawing|AnyCPU' ">
106-
<OutputPath>bin\Debug_woDrawing\net461\</OutputPath>
106+
<OutputPath>bin\Debug_woDrawing\</OutputPath>
107107
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
108108
<BaseAddress>285212672</BaseAddress>
109109
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -125,7 +125,7 @@ Several iText engineers are actively supporting the project on StackOverflow: ht
125125
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
126126
</PropertyGroup>
127127
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
128-
<OutputPath>bin\Release\net461\</OutputPath>
128+
<OutputPath>bin\Release\</OutputPath>
129129
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
130130
<BaseAddress>285212672</BaseAddress>
131131
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -147,7 +147,7 @@ Several iText engineers are actively supporting the project on StackOverflow: ht
147147
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
148148
</PropertyGroup>
149149
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_woDrawing|AnyCPU' ">
150-
<OutputPath>bin\Release_woDrawing\net461\</OutputPath>
150+
<OutputPath>bin\Release_woDrawing\</OutputPath>
151151
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
152152
<BaseAddress>285212672</BaseAddress>
153153
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>

src/extras/iTextAsian/iTextAsian(VS2010).csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
7373
</PropertyGroup>
7474
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
75-
<OutputPath>bin\Debug\net461\</OutputPath>
75+
<OutputPath>bin\Debug\</OutputPath>
7676
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
7777
<BaseAddress>285212672</BaseAddress>
7878
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -96,7 +96,7 @@
9696
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
9797
</PropertyGroup>
9898
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
99-
<OutputPath>bin\Release\net461\</OutputPath>
99+
<OutputPath>bin\Release\</OutputPath>
100100
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
101101
<BaseAddress>285212672</BaseAddress>
102102
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -120,7 +120,7 @@
120120
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
121121
</PropertyGroup>
122122
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_woDrawing|AnyCPU' ">
123-
<OutputPath>bin\Debug_woDrawing\net461\</OutputPath>
123+
<OutputPath>bin\Debug_woDrawing\</OutputPath>
124124
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
125125
<BaseAddress>285212672</BaseAddress>
126126
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -145,7 +145,7 @@
145145
</PropertyGroup>
146146
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_woDrawing|AnyCPU' ">
147147
<DebugSymbols>true</DebugSymbols>
148-
<OutputPath>bin\Release_woDrawing\net461\</OutputPath>
148+
<OutputPath>bin\Release_woDrawing\</OutputPath>
149149
<DefineConstants>DEBUG;TRACE</DefineConstants>
150150
<BaseAddress>285212672</BaseAddress>
151151
<FileAlignment>4096</FileAlignment>

src/extras/iTextSharp.xtra/iTextSharp.xtra(VS2010).csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<DebugSymbols>true</DebugSymbols>
5151
<DebugType>full</DebugType>
5252
<Optimize>false</Optimize>
53-
<OutputPath>bin\Debug\net461\</OutputPath>
53+
<OutputPath>bin\Debug\</OutputPath>
5454
<DefineConstants>DEBUG;TRACE</DefineConstants>
5555
<ErrorReport>prompt</ErrorReport>
5656
<WarningLevel>4</WarningLevel>
@@ -59,7 +59,7 @@
5959
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
6060
<DebugType>pdbonly</DebugType>
6161
<Optimize>true</Optimize>
62-
<OutputPath>bin\Release\net461\</OutputPath>
62+
<OutputPath>bin\Release\</OutputPath>
6363
<DefineConstants>TRACE</DefineConstants>
6464
<ErrorReport>prompt</ErrorReport>
6565
<WarningLevel>4</WarningLevel>

src/extras/itext-hyph-xml/itext-hyph-xml(VS2010).csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
5858
</PropertyGroup>
5959
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
60-
<OutputPath>bin\Debug\net461\</OutputPath>
60+
<OutputPath>bin\Debug\</OutputPath>
6161
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
6262
<BaseAddress>285212672</BaseAddress>
6363
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -81,7 +81,7 @@
8181
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
8282
</PropertyGroup>
8383
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
84-
<OutputPath>bin\Release\net461\</OutputPath>
84+
<OutputPath>bin\Release\</OutputPath>
8585
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
8686
<BaseAddress>285212672</BaseAddress>
8787
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -106,7 +106,7 @@
106106
</PropertyGroup>
107107
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_woDrawing|AnyCPU'">
108108
<DebugSymbols>true</DebugSymbols>
109-
<OutputPath>bin\Debug_woDrawing\net461\</OutputPath>
109+
<OutputPath>bin\Debug_woDrawing\</OutputPath>
110110
<DefineConstants>DEBUG;TRACE</DefineConstants>
111111
<BaseAddress>285212672</BaseAddress>
112112
<FileAlignment>4096</FileAlignment>
@@ -123,7 +123,7 @@
123123
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
124124
</PropertyGroup>
125125
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_woDrawing|AnyCPU'">
126-
<OutputPath>bin\Release_woDrawing\net461\</OutputPath>
126+
<OutputPath>bin\Release_woDrawing\</OutputPath>
127127
<DefineConstants>TRACE</DefineConstants>
128128
<BaseAddress>285212672</BaseAddress>
129129
<Optimize>true</Optimize>

src/extras/itextsharp.pdfa.tests/itextsharp.pdfa.tests(VS2010).csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<DebugSymbols>true</DebugSymbols>
4141
<DebugType>full</DebugType>
4242
<Optimize>false</Optimize>
43-
<OutputPath>bin\Debug\net461\</OutputPath>
43+
<OutputPath>bin\Debug\</OutputPath>
4444
<DefineConstants>DEBUG;TRACE;DRAWING</DefineConstants>
4545
<ErrorReport>prompt</ErrorReport>
4646
<WarningLevel>4</WarningLevel>
@@ -49,7 +49,7 @@
4949
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
5050
<DebugType>pdbonly</DebugType>
5151
<Optimize>true</Optimize>
52-
<OutputPath>bin\Release\net461\</OutputPath>
52+
<OutputPath>bin\Release\</OutputPath>
5353
<DefineConstants>TRACE;DRAWING</DefineConstants>
5454
<ErrorReport>prompt</ErrorReport>
5555
<WarningLevel>4</WarningLevel>
@@ -59,14 +59,14 @@
5959
<DebugSymbols>true</DebugSymbols>
6060
<DebugType>full</DebugType>
6161
<Optimize>false</Optimize>
62-
<OutputPath>bin\Debug_woDrawing\net461\</OutputPath>
62+
<OutputPath>bin\Debug_woDrawing\</OutputPath>
6363
<DefineConstants>DEBUG;TRACE</DefineConstants>
6464
<ErrorReport>prompt</ErrorReport>
6565
<WarningLevel>4</WarningLevel>
6666
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
6767
</PropertyGroup>
6868
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_woDrawing|AnyCPU' ">
69-
<OutputPath>bin\Release_woDrawing\net461\</OutputPath>
69+
<OutputPath>bin\Release_woDrawing\</OutputPath>
7070
<DefineConstants>TRACE</DefineConstants>
7171
<Optimize>true</Optimize>
7272
<DebugType>pdbonly</DebugType>

src/extras/itextsharp.pdfa/itextsharp.pdfa(VS2010).csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<DebugSymbols>true</DebugSymbols>
6767
<DebugType>full</DebugType>
6868
<Optimize>false</Optimize>
69-
<OutputPath>bin\Debug\net461\</OutputPath>
69+
<OutputPath>bin\Debug\</OutputPath>
7070
<DefineConstants>DEBUG;TRACE</DefineConstants>
7171
<ErrorReport>prompt</ErrorReport>
7272
<WarningLevel>4</WarningLevel>
@@ -75,7 +75,7 @@
7575
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
7676
<DebugType>pdbonly</DebugType>
7777
<Optimize>true</Optimize>
78-
<OutputPath>bin\Release\net461\</OutputPath>
78+
<OutputPath>bin\Release\</OutputPath>
7979
<DefineConstants>TRACE</DefineConstants>
8080
<ErrorReport>prompt</ErrorReport>
8181
<WarningLevel>4</WarningLevel>
@@ -85,14 +85,14 @@
8585
<DebugSymbols>true</DebugSymbols>
8686
<DebugType>full</DebugType>
8787
<Optimize>false</Optimize>
88-
<OutputPath>bin\Debug_woDrawing\net461\</OutputPath>
88+
<OutputPath>bin\Debug_woDrawing\</OutputPath>
8989
<DefineConstants>DEBUG;TRACE</DefineConstants>
9090
<ErrorReport>prompt</ErrorReport>
9191
<WarningLevel>4</WarningLevel>
9292
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
9393
</PropertyGroup>
9494
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_woDrawing|AnyCPU' ">
95-
<OutputPath>bin\Release_woDrawing\net461\</OutputPath>
95+
<OutputPath>bin\Release_woDrawing\</OutputPath>
9696
<DefineConstants>TRACE</DefineConstants>
9797
<Optimize>true</Optimize>
9898
<DebugType>pdbonly</DebugType>

src/extras/itextsharp.sandbox/itextsharp.sandbox(VS2010).csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<DebugSymbols>true</DebugSymbols>
2626
<DebugType>full</DebugType>
2727
<Optimize>false</Optimize>
28-
<OutputPath>bin\Debug\net461\</OutputPath>
28+
<OutputPath>bin\Debug\</OutputPath>
2929
<DefineConstants>DEBUG;TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
@@ -34,7 +34,7 @@
3434
<PlatformTarget>AnyCPU</PlatformTarget>
3535
<DebugType>pdbonly</DebugType>
3636
<Optimize>true</Optimize>
37-
<OutputPath>bin\Release\net461\</OutputPath>
37+
<OutputPath>bin\Release\</OutputPath>
3838
<DefineConstants>TRACE</DefineConstants>
3939
<ErrorReport>prompt</ErrorReport>
4040
<WarningLevel>4</WarningLevel>

src/extras/itextsharp.tests/itextsharp.tests(VS2010).csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<DebugSymbols>true</DebugSymbols>
2525
<DebugType>full</DebugType>
2626
<Optimize>false</Optimize>
27-
<OutputPath>bin\Debug\net461\</OutputPath>
27+
<OutputPath>bin\Debug\</OutputPath>
2828
<DefineConstants>DEBUG;TRACE;DRAWING</DefineConstants>
2929
<ErrorReport>prompt</ErrorReport>
3030
<WarningLevel>4</WarningLevel>
@@ -33,7 +33,7 @@
3333
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3434
<DebugType>pdbonly</DebugType>
3535
<Optimize>true</Optimize>
36-
<OutputPath>bin\Release\net461\</OutputPath>
36+
<OutputPath>bin\Release\</OutputPath>
3737
<DefineConstants>TRACE;DRAWING</DefineConstants>
3838
<ErrorReport>prompt</ErrorReport>
3939
<WarningLevel>4</WarningLevel>
@@ -49,14 +49,14 @@
4949
<DebugSymbols>true</DebugSymbols>
5050
<DebugType>full</DebugType>
5151
<Optimize>false</Optimize>
52-
<OutputPath>bin\Debug_woDrawing\net461\</OutputPath>
52+
<OutputPath>bin\Debug_woDrawing\</OutputPath>
5353
<DefineConstants>DEBUG;TRACE</DefineConstants>
5454
<ErrorReport>prompt</ErrorReport>
5555
<WarningLevel>4</WarningLevel>
5656
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5757
</PropertyGroup>
5858
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_woDrawing|AnyCPU' ">
59-
<OutputPath>bin\Release_woDrawing\net461\</OutputPath>
59+
<OutputPath>bin\Release_woDrawing\</OutputPath>
6060
<DefineConstants>TRACE</DefineConstants>
6161
<Optimize>true</Optimize>
6262
<DebugType>pdbonly</DebugType>

src/extras/itextsharp.xmlworker.tests/itextsharp.xmlworker.tests(VS2010).csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<DebugSymbols>true</DebugSymbols>
2727
<DebugType>full</DebugType>
2828
<Optimize>false</Optimize>
29-
<OutputPath>bin\Debug\net461\</OutputPath>
29+
<OutputPath>bin\Debug\</OutputPath>
3030
<DefineConstants>DEBUG;TRACE;DRAWING</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
@@ -35,14 +35,14 @@
3535
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3636
<DebugType>pdbonly</DebugType>
3737
<Optimize>true</Optimize>
38-
<OutputPath>bin\Release\net461\</OutputPath>
38+
<OutputPath>bin\Release\</OutputPath>
3939
<DefineConstants>TRACE;DRAWING</DefineConstants>
4040
<ErrorReport>prompt</ErrorReport>
4141
<WarningLevel>4</WarningLevel>
4242
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4343
</PropertyGroup>
4444
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_woDrawing|AnyCPU' ">
45-
<OutputPath>bin\Release_woDrawing\net461\</OutputPath>
45+
<OutputPath>bin\Release_woDrawing\</OutputPath>
4646
<DefineConstants>TRACE</DefineConstants>
4747
<Optimize>true</Optimize>
4848
<DebugType>pdbonly</DebugType>
@@ -52,7 +52,7 @@
5252
</PropertyGroup>
5353
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_woDrawing|AnyCPU' ">
5454
<DebugSymbols>true</DebugSymbols>
55-
<OutputPath>bin\Debug_woDrawing\net461\</OutputPath>
55+
<OutputPath>bin\Debug_woDrawing\</OutputPath>
5656
<DefineConstants>DEBUG;TRACE</DefineConstants>
5757
<DebugType>full</DebugType>
5858
<PlatformTarget>AnyCPU</PlatformTarget>

src/extras/itextsharp.xmlworker/itextsharp.xmlworker(VS2010).csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<DebugSymbols>true</DebugSymbols>
6868
<DebugType>full</DebugType>
6969
<Optimize>false</Optimize>
70-
<OutputPath>bin\Debug\net461\</OutputPath>
70+
<OutputPath>bin\Debug\</OutputPath>
7171
<DefineConstants>DEBUG;TRACE</DefineConstants>
7272
<ErrorReport>prompt</ErrorReport>
7373
<WarningLevel>4</WarningLevel>
@@ -76,7 +76,7 @@
7676
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
7777
<DebugType>pdbonly</DebugType>
7878
<Optimize>true</Optimize>
79-
<OutputPath>bin\Release\net461\</OutputPath>
79+
<OutputPath>bin\Release\</OutputPath>
8080
<DefineConstants>TRACE</DefineConstants>
8181
<ErrorReport>prompt</ErrorReport>
8282
<WarningLevel>4</WarningLevel>
@@ -86,14 +86,14 @@
8686
<DebugSymbols>true</DebugSymbols>
8787
<DebugType>full</DebugType>
8888
<Optimize>false</Optimize>
89-
<OutputPath>bin\Debug_woDrawing\net461\</OutputPath>
89+
<OutputPath>bin\Debug_woDrawing\</OutputPath>
9090
<DefineConstants>DEBUG;TRACE</DefineConstants>
9191
<ErrorReport>prompt</ErrorReport>
9292
<WarningLevel>4</WarningLevel>
9393
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
9494
</PropertyGroup>
9595
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_woDrawing|AnyCPU' ">
96-
<OutputPath>bin\Release_woDrawing\net461\</OutputPath>
96+
<OutputPath>bin\Release_woDrawing\</OutputPath>
9797
<DefineConstants>TRACE</DefineConstants>
9898
<Optimize>true</Optimize>
9999
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)