|
37 | 37 | <PlatformTarget>x64</PlatformTarget> |
38 | 38 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
39 | 39 | </PropertyGroup> |
40 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseNoRing0|x64'"> |
41 | | - <DebugType>pdbonly</DebugType> |
42 | | - <Optimize>true</Optimize> |
43 | | - <DefineConstants>TRACE;NORING</DefineConstants> |
44 | | - <AssemblyName>specify_client_noring0</AssemblyName> |
45 | | - <ErrorReport>prompt</ErrorReport> |
46 | | - <WarningLevel>4</WarningLevel> |
47 | | - <Prefer32bit>false</Prefer32bit> |
48 | | - <ApplicationManifest>app.manifest</ApplicationManifest> |
49 | | - <OutputPath>bin\Release\</OutputPath> |
50 | | - <PlatformTarget>x64</PlatformTarget> |
51 | | - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
52 | | - </PropertyGroup> |
53 | 40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64'"> |
54 | 41 | <DebugSymbols>true</DebugSymbols> |
55 | 42 | <DebugType>full</DebugType> |
|
63 | 50 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
64 | 51 | </PropertyGroup> |
65 | 52 | <ItemGroup> |
66 | | - <Reference Include="HidSharp, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL"> |
67 | | - <HintPath>packages\HidSharp.2.1.0\lib\net35\HidSharp.dll</HintPath> |
68 | | - </Reference> |
69 | 53 | <Reference Include="Microsoft.CSharp" /> |
70 | 54 | <Reference Include="Microsoft.Win32.TaskScheduler, Version=2.11.0.0, Culture=neutral, PublicKeyToken=e25603a88b3aa7da, processorArchitecture=MSIL"> |
71 | 55 | <HintPath>packages\TaskScheduler.2.11.0\lib\net45\Microsoft.Win32.TaskScheduler.dll</HintPath> |
|
253 | 237 | </ItemGroup> |
254 | 238 | <ItemGroup /> |
255 | 239 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
256 | | - <Target Name="ILRepack" AfterTargets="Build" Condition="'$(Configuration)' == 'Release' Or '$(Configuration)' == 'ReleaseNoRing0'"> |
| 240 | + <Target Name="ILRepack" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'"> |
257 | 241 | <PropertyGroup> |
258 | 242 | <WorkingDirectory>$(MSBuildThisFileDirectory)bin\$(Configuration)\$(TargetFramework)</WorkingDirectory> |
259 | 243 | </PropertyGroup> |
|
0 commit comments