Skip to content

Commit 4cc2646

Browse files
committed
MCLauncher: Put output files in the same place as WUTokenHelper
this avoids needing to copy the right DLL versions, and also makes it easier to find stuff.
1 parent aa217ad commit 4cc2646

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

MCLauncher/MCLauncher.csproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<DebugSymbols>true</DebugSymbols>
3838
<DebugType>full</DebugType>
3939
<Optimize>false</Optimize>
40-
<OutputPath>bin\Debug\</OutputPath>
40+
<OutputPath>$(SolutionDir)\$(Configuration)\</OutputPath>
4141
<DefineConstants>DEBUG;TRACE</DefineConstants>
4242
<ErrorReport>prompt</ErrorReport>
4343
<WarningLevel>4</WarningLevel>
@@ -46,7 +46,7 @@
4646
<PlatformTarget>AnyCPU</PlatformTarget>
4747
<DebugType>pdbonly</DebugType>
4848
<Optimize>true</Optimize>
49-
<OutputPath>bin\Release\</OutputPath>
49+
<OutputPath>$(SolutionDir)\$(Configuration)\</OutputPath>
5050
<DefineConstants>DEBUG;TRACE</DefineConstants>
5151
<ErrorReport>prompt</ErrorReport>
5252
<WarningLevel>4</WarningLevel>
@@ -56,7 +56,7 @@
5656
</PropertyGroup>
5757
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
5858
<DebugSymbols>true</DebugSymbols>
59-
<OutputPath>bin\x64\Debug\</OutputPath>
59+
<OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\</OutputPath>
6060
<DefineConstants>DEBUG;TRACE</DefineConstants>
6161
<DebugType>full</DebugType>
6262
<PlatformTarget>x64</PlatformTarget>
@@ -65,7 +65,7 @@
6565
<Prefer32Bit>true</Prefer32Bit>
6666
</PropertyGroup>
6767
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
68-
<OutputPath>bin\x64\Release\</OutputPath>
68+
<OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\</OutputPath>
6969
<DefineConstants>DEBUG;TRACE</DefineConstants>
7070
<Optimize>true</Optimize>
7171
<DebugType>pdbonly</DebugType>
@@ -151,12 +151,6 @@
151151
<ItemGroup>
152152
<None Include="App.config" />
153153
</ItemGroup>
154-
<ItemGroup>
155-
<Content Include="..\x64\Debug\WUTokenHelper.dll">
156-
<Link>WUTokenHelper.dll</Link>
157-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
158-
</Content>
159-
</ItemGroup>
160154
<ItemGroup>
161155
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
162156
<Visible>False</Visible>

0 commit comments

Comments
 (0)