|
37 | 37 | <DebugSymbols>true</DebugSymbols> |
38 | 38 | <DebugType>full</DebugType> |
39 | 39 | <Optimize>false</Optimize> |
40 | | - <OutputPath>bin\Debug\</OutputPath> |
| 40 | + <OutputPath>$(SolutionDir)\$(Configuration)\</OutputPath> |
41 | 41 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
42 | 42 | <ErrorReport>prompt</ErrorReport> |
43 | 43 | <WarningLevel>4</WarningLevel> |
|
46 | 46 | <PlatformTarget>AnyCPU</PlatformTarget> |
47 | 47 | <DebugType>pdbonly</DebugType> |
48 | 48 | <Optimize>true</Optimize> |
49 | | - <OutputPath>bin\Release\</OutputPath> |
| 49 | + <OutputPath>$(SolutionDir)\$(Configuration)\</OutputPath> |
50 | 50 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
51 | 51 | <ErrorReport>prompt</ErrorReport> |
52 | 52 | <WarningLevel>4</WarningLevel> |
|
56 | 56 | </PropertyGroup> |
57 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
58 | 58 | <DebugSymbols>true</DebugSymbols> |
59 | | - <OutputPath>bin\x64\Debug\</OutputPath> |
| 59 | + <OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\</OutputPath> |
60 | 60 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
61 | 61 | <DebugType>full</DebugType> |
62 | 62 | <PlatformTarget>x64</PlatformTarget> |
|
65 | 65 | <Prefer32Bit>true</Prefer32Bit> |
66 | 66 | </PropertyGroup> |
67 | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
68 | | - <OutputPath>bin\x64\Release\</OutputPath> |
| 68 | + <OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\</OutputPath> |
69 | 69 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
70 | 70 | <Optimize>true</Optimize> |
71 | 71 | <DebugType>pdbonly</DebugType> |
|
151 | 151 | <ItemGroup> |
152 | 152 | <None Include="App.config" /> |
153 | 153 | </ItemGroup> |
154 | | - <ItemGroup> |
155 | | - <Content Include="..\x64\Debug\WUTokenHelper.dll"> |
156 | | - <Link>WUTokenHelper.dll</Link> |
157 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
158 | | - </Content> |
159 | | - </ItemGroup> |
160 | 154 | <ItemGroup> |
161 | 155 | <BootstrapperPackage Include=".NETFramework,Version=v4.6.1"> |
162 | 156 | <Visible>False</Visible> |
|
0 commit comments