22 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
23 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
24 |
<NoWarn>1607,0436</NoWarn> |
<NoWarn>1607,0436</NoWarn> |
25 |
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
26 |
</PropertyGroup> |
</PropertyGroup> |
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 |
<DebugType>pdbonly</DebugType> |
<DebugType>pdbonly</DebugType> |
39 |
<ItemGroup> |
<ItemGroup> |
40 |
<Reference Include="System" /> |
<Reference Include="System" /> |
41 |
<Reference Include="System.Core" /> |
<Reference Include="System.Core" /> |
42 |
|
<Reference Include="System.Drawing" /> |
43 |
<Reference Include="System.Windows.Forms" /> |
<Reference Include="System.Windows.Forms" /> |
44 |
<Reference Include="System.Xml.Linq" /> |
<Reference Include="System.Xml.Linq" /> |
45 |
<Reference Include="System.Data.DataSetExtensions" /> |
<Reference Include="System.Data.DataSetExtensions" /> |
51 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
52 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
53 |
</Compile> |
</Compile> |
54 |
|
<Compile Include="BaseEventHandler.cs" /> |
55 |
<Compile Include="BitTools.cs" /> |
<Compile Include="BitTools.cs" /> |
56 |
<Compile Include="dummy.cs" /> |
<Compile Include="dummy.cs" /> |
57 |
<Compile Include="GuidTools.cs" /> |
<Compile Include="GuidTools.cs" /> |
58 |
|
<Compile Include="IAcceptPEData.cs" /> |
59 |
|
<Compile Include="IAcceptsMemoryAddress.cs" /> |
60 |
|
<Compile Include="IAcceptsMemorySearch.cs" /> |
61 |
|
<Compile Include="IAssemblyGuid.cs" /> |
62 |
|
<Compile Include="IPEDData.cs" /> |
63 |
<Compile Include="IProgressMessage.cs" /> |
<Compile Include="IProgressMessage.cs" /> |
64 |
<Compile Include="ListViewColumnSorter.cs" /> |
<Compile Include="ListViewColumnSorter.cs" /> |
65 |
|
<Compile Include="PEData.cs" /> |
66 |
|
<Compile Include="PeHeaderReader.cs" /> |
67 |
|
<Compile Include="PluginInterfaces.cs" /> |
68 |
|
<Compile Include="ProcContainer.cs" /> |
69 |
|
<Compile Include="ProcessAccessFlags.cs" /> |
70 |
|
<Compile Include="ProcessChangedEventArgs.cs" /> |
71 |
|
<Compile Include="ProcessIconEx.cs" /> |
72 |
|
<Compile Include="ProcessModeleInfoEx.cs" /> |
73 |
<Compile Include="ProcessorAssemblyArchitecture.cs" /> |
<Compile Include="ProcessorAssemblyArchitecture.cs" /> |
74 |
|
<Compile Include="ProcessTokenFlags.cs" /> |
75 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
76 |
<Compile Include="SearchDataTypes.cs" /> |
<Compile Include="SearchDataTypes.cs" /> |
77 |
|
<Compile Include="ThreadAccess.cs" /> |
78 |
|
<Compile Include="ThreadControl.cs" /> |
79 |
</ItemGroup> |
</ItemGroup> |
80 |
<ItemGroup> |
<ItemGroup> |
81 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
82 |
</ItemGroup> |
</ItemGroup> |
83 |
|
<ItemGroup> |
84 |
|
<ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj"> |
85 |
|
<Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project> |
86 |
|
<Name>WinFormsUI</Name> |
87 |
|
</ProjectReference> |
88 |
|
</ItemGroup> |
89 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
90 |
<PropertyGroup> |
<PropertyGroup> |
91 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs" |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs" |