Skip to content

Commit 33a1363

Browse files
committed
Removed unneeded slash.
1 parent 2f083e4 commit 33a1363

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
lines changed

NativeCore/Unix/NativeCore.Unix.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,25 @@
5555
<TargetName>NativeCore</TargetName>
5656
<TargetExt>.so</TargetExt>
5757
<OutDir>$(SolutionDir)bin\$(Configuration)\$(PlatformTarget)\</OutDir>
58-
<IntDir>$(SolutionDir)\obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
58+
<IntDir>$(SolutionDir)obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
5959
</PropertyGroup>
6060
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
6161
<TargetName>NativeCore</TargetName>
6262
<TargetExt>.so</TargetExt>
6363
<OutDir>$(SolutionDir)bin\$(Configuration)\$(PlatformTarget)\</OutDir>
64-
<IntDir>$(SolutionDir)\obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
64+
<IntDir>$(SolutionDir)obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
6565
</PropertyGroup>
6666
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
6767
<TargetName>NativeCore</TargetName>
6868
<TargetExt>.so</TargetExt>
6969
<OutDir>$(SolutionDir)bin\$(Configuration)\$(PlatformTarget)\</OutDir>
70-
<IntDir>$(SolutionDir)\obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
70+
<IntDir>$(SolutionDir)obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
7373
<TargetName>NativeCore</TargetName>
7474
<TargetExt>.so</TargetExt>
7575
<OutDir>$(SolutionDir)bin\$(Configuration)\$(PlatformTarget)\</OutDir>
76-
<IntDir>$(SolutionDir)\obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
76+
<IntDir>$(SolutionDir)obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
7777
</PropertyGroup>
7878
<ItemGroup>
7979
<ClCompile Include="..\Dependencies\beaengine\src\BeaEngine.c">

NativeCore/Windows/NativeCore.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,28 +73,28 @@
7373
<LinkIncremental>true</LinkIncremental>
7474
<TargetName>$(ProjectName)</TargetName>
7575
<OutDir>$(SolutionDir)bin\$(Configuration)\$(PlatformTarget)\</OutDir>
76-
<IntDir>$(SolutionDir)\obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
76+
<IntDir>$(SolutionDir)obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
7777
<IncludePath>..\Dependencies\beaengine\include;$(IncludePath)</IncludePath>
7878
</PropertyGroup>
7979
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
8080
<LinkIncremental>true</LinkIncremental>
8181
<TargetName>$(ProjectName)</TargetName>
8282
<OutDir>$(SolutionDir)bin\$(Configuration)\$(PlatformTarget)\</OutDir>
83-
<IntDir>$(SolutionDir)\obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
83+
<IntDir>$(SolutionDir)obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
8484
<IncludePath>..\Dependencies\beaengine\include;$(IncludePath)</IncludePath>
8585
</PropertyGroup>
8686
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
8787
<LinkIncremental>false</LinkIncremental>
8888
<TargetName>$(ProjectName)</TargetName>
8989
<OutDir>$(SolutionDir)bin\$(Configuration)\$(PlatformTarget)\</OutDir>
90-
<IntDir>$(SolutionDir)\obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
90+
<IntDir>$(SolutionDir)obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
9191
<IncludePath>..\Dependencies\beaengine\include;$(IncludePath)</IncludePath>
9292
</PropertyGroup>
9393
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
9494
<LinkIncremental>false</LinkIncremental>
9595
<TargetName>$(ProjectName)</TargetName>
9696
<OutDir>$(SolutionDir)bin\$(Configuration)\$(PlatformTarget)\</OutDir>
97-
<IntDir>$(SolutionDir)\obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
97+
<IntDir>$(SolutionDir)obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntDir>
9898
<IncludePath>..\Dependencies\beaengine\include;$(IncludePath)</IncludePath>
9999
</PropertyGroup>
100100
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

ReClass.NET/ReClass.NET.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<DebugSymbols>true</DebugSymbols>
2222
<DebugType>full</DebugType>
2323
<Optimize>false</Optimize>
24-
<OutputPath>$(SolutionDir)\bin\Debug\x86\</OutputPath>
25-
<IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\x86\$(MSBuildProjectName)\</IntermediateOutputPath>
24+
<OutputPath>$(SolutionDir)bin\Debug\x86\</OutputPath>
25+
<IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\x86\$(MSBuildProjectName)\</IntermediateOutputPath>
2626
<DefineConstants>TRACE;DEBUG;RECLASSNET32</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
@@ -75,8 +75,8 @@
7575
<PlatformTarget>x86</PlatformTarget>
7676
<DebugType>pdbonly</DebugType>
7777
<Optimize>true</Optimize>
78-
<OutputPath>$(SolutionDir)\bin\Release\x86\</OutputPath>
79-
<IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\x86\$(MSBuildProjectName)\</IntermediateOutputPath>
78+
<OutputPath>$(SolutionDir)bin\Release\x86\</OutputPath>
79+
<IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\x86\$(MSBuildProjectName)\</IntermediateOutputPath>
8080
<DefineConstants>TRACE;RECLASSNET32;RELEASE</DefineConstants>
8181
<ErrorReport>prompt</ErrorReport>
8282
<WarningLevel>4</WarningLevel>
@@ -86,8 +86,8 @@
8686
<DebugSymbols>true</DebugSymbols>
8787
<DebugType>full</DebugType>
8888
<Optimize>false</Optimize>
89-
<OutputPath>$(SolutionDir)\bin\Debug\x64\</OutputPath>
90-
<IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\x64\$(MSBuildProjectName)\</IntermediateOutputPath>
89+
<OutputPath>$(SolutionDir)bin\Debug\x64\</OutputPath>
90+
<IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\x64\$(MSBuildProjectName)\</IntermediateOutputPath>
9191
<DefineConstants>TRACE;DEBUG;RECLASSNET64</DefineConstants>
9292
<ErrorReport>prompt</ErrorReport>
9393
<WarningLevel>4</WarningLevel>
@@ -97,8 +97,8 @@
9797
<PlatformTarget>x64</PlatformTarget>
9898
<DebugType>pdbonly</DebugType>
9999
<Optimize>true</Optimize>
100-
<OutputPath>$(SolutionDir)\bin\Release\x64\</OutputPath>
101-
<IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\x64\$(MSBuildProjectName)\</IntermediateOutputPath>
100+
<OutputPath>$(SolutionDir)bin\Release\x64\</OutputPath>
101+
<IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\x64\$(MSBuildProjectName)\</IntermediateOutputPath>
102102
<DefineConstants>TRACE;RECLASSNET64;RELEASE</DefineConstants>
103103
<ErrorReport>prompt</ErrorReport>
104104
<WarningLevel>4</WarningLevel>

ReClass.NET_Launcher/ReClass.NET_Launcher.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14-
<IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\$(PlatformTarget)\$(MSBuildProjectName)\</IntermediateOutputPath>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1716
<PlatformTarget>AnyCPU</PlatformTarget>
1817
<DebugSymbols>true</DebugSymbols>
1918
<DebugType>full</DebugType>
2019
<Optimize>false</Optimize>
21-
<OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
22-
<IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\any\$(MSBuildProjectName)\</IntermediateOutputPath>
20+
<OutputPath>$(SolutionDir)bin\Debug\</OutputPath>
21+
<IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\any\$(MSBuildProjectName)\</IntermediateOutputPath>
2322
<DefineConstants>DEBUG;TRACE</DefineConstants>
2423
<ErrorReport>prompt</ErrorReport>
2524
<WarningLevel>4</WarningLevel>
@@ -29,8 +28,8 @@
2928
<PlatformTarget>AnyCPU</PlatformTarget>
3029
<DebugType>pdbonly</DebugType>
3130
<Optimize>true</Optimize>
32-
<OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
33-
<IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\any\$(MSBuildProjectName)\</IntermediateOutputPath>
31+
<OutputPath>$(SolutionDir)bin\Release\</OutputPath>
32+
<IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\any\$(MSBuildProjectName)\</IntermediateOutputPath>
3433
<DefineConstants>TRACE</DefineConstants>
3534
<ErrorReport>prompt</ErrorReport>
3635
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)