|
|
|
@ -15,9 +15,14 @@
@@ -15,9 +15,14 @@
|
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<ApplicationIcon>Images\ILSpy.ico</ApplicationIcon> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
@ -112,6 +117,8 @@
@@ -112,6 +117,8 @@
|
|
|
|
|
<Resource Include="Images\ClearSearch.png" /> |
|
|
|
|
<Resource Include="Images\Search.png" /> |
|
|
|
|
<Resource Include="Images\Delete.png" /> |
|
|
|
|
<Resource Include="Images\ILSpy.ico" /> |
|
|
|
|
<Resource Include="Images\FindAssembly.png" /> |
|
|
|
|
<None Include="Properties\AssemblyInfo.template.cs" /> |
|
|
|
|
<Compile Include="Properties\WPFAssemblyInfo.cs" /> |
|
|
|
|
<Compile Include="MainWindow.xaml.cs"> |
|
|
|
|