Project optimization
This commit is contained in:
parent
42aed6bc26
commit
75d65fd75b
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -6,6 +6,7 @@ MSICA/MSIBuild/build_all.bat -text
|
|||||||
MSICA/MSIBuild/clean_all.bat -text
|
MSICA/MSIBuild/clean_all.bat -text
|
||||||
MSICA/MSICA.cpp -text
|
MSICA/MSICA.cpp -text
|
||||||
MSICA/MSICA.h -text
|
MSICA/MSICA.h -text
|
||||||
|
MSICA/MSICA.props -text svneol=unset#text/xml
|
||||||
MSICA/MSICA.vcxproj -text svneol=unset#text/xml
|
MSICA/MSICA.vcxproj -text svneol=unset#text/xml
|
||||||
MSICA/MSICA.vcxproj.filters -text svneol=unset#text/xml
|
MSICA/MSICA.vcxproj.filters -text svneol=unset#text/xml
|
||||||
MSICA/res/MSICA.rc -text svneol=unset#unset
|
MSICA/res/MSICA.rc -text svneol=unset#unset
|
||||||
|
18
MSICA/MSICA.props
Normal file
18
MSICA/MSICA.props
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ImportGroup Label="PropertySheets" />
|
||||||
|
<PropertyGroup Label="UserMacros" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutDir>..\output\$(Platform).$(Configuration)\</OutDir>
|
||||||
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemDefinitionGroup>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Windows</SubSystem>
|
||||||
|
</Link>
|
||||||
|
<ResourceLocalizator>
|
||||||
|
<LanguageCatalogs>L10N\sl_SI.po</LanguageCatalogs>
|
||||||
|
</ResourceLocalizator>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemGroup />
|
||||||
|
</Project>
|
@ -54,89 +54,37 @@
|
|||||||
<Import Project="..\include\common.props" />
|
<Import Project="..\include\common.props" />
|
||||||
<Import Project="..\include\Win32.props" />
|
<Import Project="..\include\Win32.props" />
|
||||||
<Import Project="..\include\Release.props" />
|
<Import Project="..\include\Release.props" />
|
||||||
|
<Import Project="MSICA.props" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="..\include\common.props" />
|
<Import Project="..\include\common.props" />
|
||||||
<Import Project="..\include\Win32.props" />
|
<Import Project="..\include\Win32.props" />
|
||||||
<Import Project="..\include\Debug.props" />
|
<Import Project="..\include\Debug.props" />
|
||||||
|
<Import Project="MSICA.props" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="..\include\common.props" />
|
<Import Project="..\include\common.props" />
|
||||||
<Import Project="..\include\x64.props" />
|
<Import Project="..\include\x64.props" />
|
||||||
<Import Project="..\include\Release.props" />
|
<Import Project="..\include\Release.props" />
|
||||||
|
<Import Project="MSICA.props" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="..\include\common.props" />
|
<Import Project="..\include\common.props" />
|
||||||
<Import Project="..\include\x64.props" />
|
<Import Project="..\include\x64.props" />
|
||||||
<Import Project="..\include\Debug.props" />
|
<Import Project="..\include\Debug.props" />
|
||||||
|
<Import Project="MSICA.props" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\output\$(Platform).$(Configuration)\</OutDir>
|
|
||||||
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</IgnoreImportLibrary>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\output\$(Platform).$(Configuration)\</OutDir>
|
|
||||||
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</IgnoreImportLibrary>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\output\$(Platform).$(Configuration)\</OutDir>
|
|
||||||
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</IgnoreImportLibrary>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\output\$(Platform).$(Configuration)\</OutDir>
|
|
||||||
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</IgnoreImportLibrary>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||||
<Link>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||||
<SubSystem>Windows</SubSystem>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||||
</Link>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||||
<Midl>
|
|
||||||
<HeaderFileName>%(Filename)_h.h</HeaderFileName>
|
|
||||||
</Midl>
|
|
||||||
<ClCompile />
|
|
||||||
<ResourceLocalizator>
|
|
||||||
<LanguageCatalogs>L10N\sl_SI.po</LanguageCatalogs>
|
|
||||||
</ResourceLocalizator>
|
|
||||||
<ClCompile />
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<Link>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
</Link>
|
|
||||||
<Midl>
|
|
||||||
<HeaderFileName>%(Filename)_h.h</HeaderFileName>
|
|
||||||
</Midl>
|
|
||||||
<ClCompile />
|
|
||||||
<ResourceLocalizator>
|
|
||||||
<LanguageCatalogs>L10N\sl_SI.po</LanguageCatalogs>
|
|
||||||
</ResourceLocalizator>
|
|
||||||
<ClCompile />
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<Link>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
</Link>
|
|
||||||
<Midl>
|
|
||||||
<HeaderFileName>%(Filename)_h.h</HeaderFileName>
|
|
||||||
</Midl>
|
|
||||||
<ClCompile />
|
|
||||||
<ResourceLocalizator>
|
|
||||||
<LanguageCatalogs>L10N\sl_SI.po</LanguageCatalogs>
|
|
||||||
</ResourceLocalizator>
|
|
||||||
<ClCompile />
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<Link>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
</Link>
|
|
||||||
<Midl>
|
|
||||||
<HeaderFileName>%(Filename)_h.h</HeaderFileName>
|
|
||||||
</Midl>
|
|
||||||
<ClCompile />
|
|
||||||
<ResourceLocalizator>
|
|
||||||
<LanguageCatalogs>L10N\sl_SI.po</LanguageCatalogs>
|
|
||||||
</ResourceLocalizator>
|
|
||||||
<ClCompile />
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="MSICA.cpp" />
|
<ClCompile Include="MSICA.cpp" />
|
||||||
<ClCompile Include="stdafx.cpp">
|
<ClCompile Include="stdafx.cpp">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user