lantool

ein feines Tool für LANs (damals)
git clone https://git.clttr.info/lantool.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

LanTool.csproj (11165B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
      3   <PropertyGroup>
      4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
      5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
      6     <ProductVersion>9.0.30729</ProductVersion>
      7     <SchemaVersion>2.0</SchemaVersion>
      8     <ProjectGuid>{30E17D21-D90E-4069-9C40-E960119BA296}</ProjectGuid>
      9     <OutputType>WinExe</OutputType>
     10     <AppDesignerFolder>Properties</AppDesignerFolder>
     11     <RootNamespace>LanTool</RootNamespace>
     12     <AssemblyName>LanTool</AssemblyName>
     13     <ApplicationIcon>Images\newcap.ico</ApplicationIcon>
     14     <FileUpgradeFlags>
     15     </FileUpgradeFlags>
     16     <UpgradeBackupLocation>
     17     </UpgradeBackupLocation>
     18     <OldToolsVersion>3.5</OldToolsVersion>
     19     <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
     20     <StartupObject>LanTool.Program</StartupObject>
     21     <IsWebBootstrapper>false</IsWebBootstrapper>
     22     <TargetFrameworkProfile />
     23     <SccProjectName>SAK</SccProjectName>
     24     <SccLocalPath>SAK</SccLocalPath>
     25     <SccAuxPath>SAK</SccAuxPath>
     26     <SccProvider>SAK</SccProvider>
     27     <PublishUrl>publish\</PublishUrl>
     28     <Install>true</Install>
     29     <InstallFrom>Disk</InstallFrom>
     30     <UpdateEnabled>true</UpdateEnabled>
     31     <UpdateMode>Background</UpdateMode>
     32     <UpdateInterval>7</UpdateInterval>
     33     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     34     <UpdatePeriodically>true</UpdatePeriodically>
     35     <UpdateRequired>false</UpdateRequired>
     36     <MapFileExtensions>true</MapFileExtensions>
     37     <TargetCulture>de-DE</TargetCulture>
     38     <ProductName>LanTool</ProductName>
     39     <PublisherName>René Wagner</PublisherName>
     40     <SuiteName>LanTool</SuiteName>
     41     <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
     42     <WebPage>publish.htm</WebPage>
     43     <ApplicationRevision>0</ApplicationRevision>
     44     <ApplicationVersion>1.6.0.0</ApplicationVersion>
     45     <UseApplicationTrust>false</UseApplicationTrust>
     46     <CreateDesktopShortcut>true</CreateDesktopShortcut>
     47     <PublishWizardCompleted>true</PublishWizardCompleted>
     48     <BootstrapperEnabled>true</BootstrapperEnabled>
     49     <NoWin32Manifest>False</NoWin32Manifest>
     50   </PropertyGroup>
     51   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     52     <DebugSymbols>true</DebugSymbols>
     53     <DebugType>full</DebugType>
     54     <Optimize>false</Optimize>
     55     <OutputPath>bin\Debug\</OutputPath>
     56     <DefineConstants>TRACE;DEBUG</DefineConstants>
     57     <ErrorReport>prompt</ErrorReport>
     58     <WarningLevel>4</WarningLevel>
     59     <DocumentationFile>bin\Debug\LanTool.XML</DocumentationFile>
     60     <RunCodeAnalysis>False</RunCodeAnalysis>
     61     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     62     <Prefer32Bit>false</Prefer32Bit>
     63   </PropertyGroup>
     64   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     65     <DebugType>pdbonly</DebugType>
     66     <Optimize>true</Optimize>
     67     <OutputPath>bin\Release\</OutputPath>
     68     <DefineConstants>TRACE</DefineConstants>
     69     <ErrorReport>prompt</ErrorReport>
     70     <WarningLevel>4</WarningLevel>
     71     <DocumentationFile>bin\Release\LanTool.XML</DocumentationFile>
     72     <RunCodeAnalysis>False</RunCodeAnalysis>
     73     <CodeAnalysisRuleSet>Configurations\rw-net.ruleset</CodeAnalysisRuleSet>
     74     <Prefer32Bit>false</Prefer32Bit>
     75   </PropertyGroup>
     76   <PropertyGroup>
     77     <GenerateManifests>false</GenerateManifests>
     78   </PropertyGroup>
     79   <PropertyGroup>
     80     <TargetZone>LocalIntranet</TargetZone>
     81   </PropertyGroup>
     82   <PropertyGroup />
     83   <PropertyGroup>
     84     <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
     85   </PropertyGroup>
     86   <PropertyGroup>
     87     <SignAssembly>true</SignAssembly>
     88   </PropertyGroup>
     89   <PropertyGroup>
     90     <AssemblyOriginatorKeyFile>..\..\StrongName.snk</AssemblyOriginatorKeyFile>
     91   </PropertyGroup>
     92   <ItemGroup>
     93     <Reference Include="System" />
     94     <Reference Include="System.Drawing" />
     95     <Reference Include="System.Windows.Forms" />
     96     <Reference Include="System.Xml" />
     97   </ItemGroup>
     98   <ItemGroup>
     99     <Compile Include="AboutBox.cs">
    100       <SubType>Form</SubType>
    101     </Compile>
    102     <Compile Include="AboutBox.Designer.cs">
    103       <DependentUpon>AboutBox.cs</DependentUpon>
    104     </Compile>
    105     <Compile Include="Classes\Enums.cs" />
    106     <Compile Include="Classes\GlobalCache.cs" />
    107     <Compile Include="Classes\StuffItemPair.cs" />
    108     <Compile Include="Classes\Config.cs" />
    109     <Compile Include="Classes\TreeViewExtensions.cs" />
    110     <Compile Include="ConfigEdit.cs">
    111       <SubType>Form</SubType>
    112     </Compile>
    113     <Compile Include="ConfigEdit.Designer.cs">
    114       <DependentUpon>ConfigEdit.cs</DependentUpon>
    115     </Compile>
    116     <Compile Include="ConfigListBox.cs">
    117       <SubType>UserControl</SubType>
    118     </Compile>
    119     <Compile Include="ConfigListBox.Designer.cs">
    120       <DependentUpon>ConfigListBox.cs</DependentUpon>
    121     </Compile>
    122     <Compile Include="FilterDialog.cs">
    123       <SubType>Form</SubType>
    124     </Compile>
    125     <Compile Include="FilterDialog.Designer.cs">
    126       <DependentUpon>FilterDialog.cs</DependentUpon>
    127     </Compile>
    128     <Compile Include="GlobalSuppressions.cs" />
    129     <Compile Include="MainForm.cs">
    130       <SubType>Form</SubType>
    131     </Compile>
    132     <Compile Include="MainForm.Designer.cs">
    133       <DependentUpon>MainForm.cs</DependentUpon>
    134     </Compile>
    135     <Compile Include="Classes\StuffItemTree.cs" />
    136     <Compile Include="Classes\NativeMethods.cs" />
    137     <Compile Include="NewFolderDialog.cs">
    138       <SubType>Form</SubType>
    139     </Compile>
    140     <Compile Include="NewFolderDialog.designer.cs">
    141       <DependentUpon>NewFolderDialog.cs</DependentUpon>
    142     </Compile>
    143     <Compile Include="Program.cs" />
    144     <Compile Include="Properties\AssemblyInfo.cs" />
    145     <EmbeddedResource Include="AboutBox.resx">
    146       <DependentUpon>AboutBox.cs</DependentUpon>
    147     </EmbeddedResource>
    148     <EmbeddedResource Include="ConfigEdit.resx">
    149       <DependentUpon>ConfigEdit.cs</DependentUpon>
    150       <SubType>Designer</SubType>
    151     </EmbeddedResource>
    152     <EmbeddedResource Include="ConfigListBox.resx">
    153       <SubType>Designer</SubType>
    154       <DependentUpon>ConfigListBox.cs</DependentUpon>
    155     </EmbeddedResource>
    156     <EmbeddedResource Include="FilterDialog.resx">
    157       <SubType>Designer</SubType>
    158       <DependentUpon>FilterDialog.cs</DependentUpon>
    159     </EmbeddedResource>
    160     <EmbeddedResource Include="MainForm.resx">
    161       <DependentUpon>MainForm.cs</DependentUpon>
    162       <SubType>Designer</SubType>
    163     </EmbeddedResource>
    164     <EmbeddedResource Include="NewFolderDialog.resx">
    165       <DependentUpon>NewFolderDialog.cs</DependentUpon>
    166       <SubType>Designer</SubType>
    167     </EmbeddedResource>
    168     <EmbeddedResource Include="Properties\Resources.resx">
    169       <Generator>ResXFileCodeGenerator</Generator>
    170       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    171       <SubType>Designer</SubType>
    172     </EmbeddedResource>
    173     <Compile Include="Properties\Resources.Designer.cs">
    174       <AutoGen>True</AutoGen>
    175       <DependentUpon>Resources.resx</DependentUpon>
    176       <DesignTime>True</DesignTime>
    177     </Compile>
    178     <Compile Include="Classes\StuffItem.cs" />
    179     <Compile Include="Classes\TaskBarList.cs" />
    180   </ItemGroup>
    181   <ItemGroup>
    182     <Content Include="Dokumentation\Abgelehnt.txt" />
    183     <Content Include="Dokumentation\LanTool_Tipps.txt">
    184       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    185     </Content>
    186     <Content Include="Dokumentation\LanTool_ChangeLog.txt">
    187       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    188     </Content>
    189     <Content Include="Dokumentation\ToDo.txt" />
    190     <Content Include="Images\Aktualisieren.png" />
    191     <Content Include="Images\DateiError.png" />
    192     <Content Include="Images\DateiExcluded.png" />
    193     <Content Include="Images\DateiExcludedAndDeleted.png" />
    194     <Content Include="Images\DateiFrischGesaugt.png" />
    195     <Content Include="Images\DateiGruen.png" />
    196     <Content Include="Images\DateiLoeschen.png" />
    197     <Content Include="Images\DateiRot.png" />
    198     <Content Include="Images\DateiSaugen.png" />
    199     <Content Include="Images\DateiWeiss.png" />
    200     <Content Include="Images\Demarkieren.png" />
    201     <Content Include="Images\DownArrow.png" />
    202     <Content Include="Images\Entfernen.png" />
    203     <Content Include="Images\Hinzufuegen.png" />
    204     <Content Include="Images\Markieren.png" />
    205     <Content Include="Images\Oeffnen.png" />
    206     <Content Include="Images\Ordner.png" />
    207     <Content Include="Images\OrdnerLoeschen.png" />
    208     <Content Include="Images\UpArrow.png" />
    209     <Content Include="Images\Zuklappen.png" />
    210     <Content Include="Images\newcap.ico" />
    211     <None Include="..\..\StrongName.snk">
    212       <Link>StrongName.snk</Link>
    213     </None>
    214     <None Include="Configurations\rw-net.ruleset" />
    215     <None Include="Resources\openfolderHS.png" />
    216     <None Include="Resources\FindHS.png" />
    217     <None Include="Resources\EditTableHS.png" />
    218     <None Include="Resources\OpenFile.png" />
    219     <None Include="Resources\saveHS.png" />
    220     <None Include="Resources\DeleteHS.png" />
    221     <None Include="Resources\HTMLPage.png" />
    222     <None Include="Configurations\rw-net.snk" />
    223   </ItemGroup>
    224   <ItemGroup>
    225     <BootstrapperPackage Include=".NETFramework,Version=v4.6">
    226       <Visible>False</Visible>
    227       <ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName>
    228       <Install>true</Install>
    229     </BootstrapperPackage>
    230     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    231       <Visible>False</Visible>
    232       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
    233       <Install>false</Install>
    234     </BootstrapperPackage>
    235     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
    236       <Visible>False</Visible>
    237       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
    238       <Install>false</Install>
    239     </BootstrapperPackage>
    240     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
    241       <Visible>False</Visible>
    242       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
    243       <Install>false</Install>
    244     </BootstrapperPackage>
    245     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
    246       <Visible>False</Visible>
    247       <ProductName>.NET Framework 3.5</ProductName>
    248       <Install>false</Install>
    249     </BootstrapperPackage>
    250     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
    251       <Visible>False</Visible>
    252       <ProductName>.NET Framework 3.5 SP1</ProductName>
    253       <Install>false</Install>
    254     </BootstrapperPackage>
    255     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
    256       <Visible>False</Visible>
    257       <ProductName>Windows Installer 3.1</ProductName>
    258       <Install>true</Install>
    259     </BootstrapperPackage>
    260   </ItemGroup>
    261   <ItemGroup>
    262     <None Include="app.config" />
    263     <None Include="Properties\app.manifest" />
    264   </ItemGroup>
    265   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    266   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    267        Other similar extension points exist, see Microsoft.Common.targets.
    268   <Target Name="BeforeBuild">
    269   </Target>
    270   <Target Name="AfterBuild">
    271   </Target>
    272   -->
    273 </Project>