mirror of
https://github.com/chylex/Code-Statistics.git
synced 2024-11-24 12:42:46 +01:00
199 lines
8.5 KiB
XML
199 lines
8.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{B1BC156C-AAA8-40EB-B90B-AEE950870D62}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>CodeStatistics</RootNamespace>
|
|
<AssemblyName>CodeStatistics</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<StartupObject>CodeStatistics.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;WINDOWS</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Mono|AnyCPU'">
|
|
<OutputPath>bin\Mono\</OutputPath>
|
|
<DefineConstants>MONO</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Windows|AnyCPU'">
|
|
<OutputPath>bin\Windows\</OutputPath>
|
|
<DefineConstants>WINDOWS</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="WindowsBase" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Data\Lang.cs" />
|
|
<Compile Include="Forms\AboutForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\AboutForm.Designer.cs">
|
|
<DependentUpon>AboutForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utils\ControlExtensions.cs" />
|
|
<Compile Include="Forms\Input\GitHubForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Input\GitHubForm.Designer.cs">
|
|
<DependentUpon>GitHubForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Project\ProjectDebugForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Project\ProjectDebugForm.Designer.cs">
|
|
<DependentUpon>ProjectDebugForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handling\General\AssetHandler.cs" />
|
|
<Compile Include="Handling\General\FolderHandler.cs" />
|
|
<Compile Include="Handling\General\UnknownHandler.cs" />
|
|
<Compile Include="Handling\HandlerList.cs" />
|
|
<Compile Include="Handling\Project.cs" />
|
|
<Compile Include="Input\FileSearch.cs" />
|
|
<Compile Include="Input\FileSearchData.cs" />
|
|
<Compile Include="Input\Methods\ArchiveExtraction.cs" />
|
|
<Compile Include="Input\Methods\DummyInputMethod.cs" />
|
|
<Compile Include="Input\Methods\GitHub.cs" />
|
|
<Compile Include="Input\IInputMethod.cs" />
|
|
<Compile Include="Input\Helpers\MultiFolderDialog.cs" />
|
|
<Compile Include="Forms\MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Input\Helpers\ZipArchive.cs" />
|
|
<Compile Include="Output\GenerateHtml.cs" />
|
|
<Compile Include="Output\Template.cs" />
|
|
<Compile Include="Output\TemplateDeclaration.cs" />
|
|
<Compile Include="Output\TemplateException.cs" />
|
|
<Compile Include="Output\TemplateList.cs" />
|
|
<Compile Include="Output\TemplateReader.cs" />
|
|
<Compile Include="Output\TemplateToken.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="ProgramArguments.cs" />
|
|
<Compile Include="Forms\Project\ProjectLoadForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Project\ProjectLoadForm.Designer.cs">
|
|
<DependentUpon>ProjectLoadForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ProgramConfiguration.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 4.5</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\about.rtf" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CodeStatisticsCore\CodeStatisticsCore.csproj">
|
|
<Project>{6e9bf33e-c035-4a44-ae11-6c2cfb029c0b}</Project>
|
|
<Name>CodeStatisticsCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\LanguageJava\LanguageJava.csproj">
|
|
<Project>{bdc141f0-956d-441d-9711-16af83909294}</Project>
|
|
<Name>LanguageJava</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Resources\Template\lang.java.html" />
|
|
<Content Include="Resources\Template\main.script.html" />
|
|
<Content Include="Resources\Template\main.style.html" />
|
|
<Content Include="Resources\Template\template.html" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>rmdir "$(TargetDir)Template" /S /Q
|
|
xcopy "$(ProjectDir)Resources\Template" "$(TargetDir)Template" /E /I
|
|
|
|
if $(ConfigurationName) == Mono xbuild.bat /p:Configuration=Mono /p:PostBuildEvent= "$(SolutionPath)"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |