Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
8dbc0409a3 svn:ignore => .gitignore 2022-11-02 21:07:17 +01:00
a54c24ceca Popravil sem opis orodja v virih.
Odpravil sem opozorilo o različnih različicah .NET med pripravo namestitvenega paketa.

Verzijo sem nastavil na 1.2.1.

git-svn-id: http://s0.selo.doma:8081/svn/VS/RunMinimized/trunk@10 8318ca12-60fa-704f-b1c2-085edf00c0b2
2014-01-26 09:59:36 +00:00
809a2f09b0 Verzijo sem nastavil na 1.2.
git-svn-id: http://s0.selo.doma:8081/svn/VS/RunMinimized/trunk@8 8318ca12-60fa-704f-b1c2-085edf00c0b2
2013-10-17 08:56:25 +00:00
04c88b1460 Prehod na dinamične knjižnice RTL.
git-svn-id: http://s0.selo.doma:8081/svn/VS/RunMinimized/trunk@7 8318ca12-60fa-704f-b1c2-085edf00c0b2
2013-10-16 09:03:54 +00:00
2b1a1e0725 Orodje zdaj počaka, dokler se ne konča pognani proces. Tako je vedenje RunMinimized iz zornega kota klicatelja bolj naravno.
git-svn-id: http://s0.selo.doma:8081/svn/VS/RunMinimized/trunk@6 8318ca12-60fa-704f-b1c2-085edf00c0b2
2013-02-28 06:24:46 +00:00
6 changed files with 31 additions and 10 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# /
/*.opensdf
/*.sdf
/*.suo
/ipch
# /Deploy/Win32/
/Deploy/Win32/RunMinimized-Win32.msi
# /Deploy/x64/
/Deploy/x64/RunMinimized-x64.msi
# /RunMinimized/
/RunMinimized/*.user
/RunMinimized/Debug.Win32
/RunMinimized/Debug.x64
/RunMinimized/Release.Win32
/RunMinimized/Release.x64

View file

@ -119,15 +119,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:RunMinimized"
"ProductCode" = "8:{9495C190-6B08-486E-AB71-37EA1CD44EC8}"
"PackageCode" = "8:{0C2C701A-ACDA-4901-9260-88E596374DF5}"
"ProductCode" = "8:{10DCBC20-B6CF-4C7F-9BB6-56805D1E2288}"
"PackageCode" = "8:{FEFA5295-EBC6-4096-A123-DE0B4FA27C6B}"
"UpgradeCode" = "8:{6313C9EA-C507-4FD0-9841-3B3244BAC800}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.0.0"
"ProductVersion" = "8:1.2.1"
"Manufacturer" = "8:Simon Rozman"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"

View file

@ -136,15 +136,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:RunMinimized"
"ProductCode" = "8:{19FBF0DF-0642-4BF7-864D-161B2F54E254}"
"PackageCode" = "8:{7562B9E5-C73A-42E8-8D31-B61F942DE984}"
"ProductCode" = "8:{04464126-F97F-4F0F-A2C0-0CFBF6875103}"
"PackageCode" = "8:{45411CBB-8027-43B0-A492-68DD05D19224}"
"UpgradeCode" = "8:{24D408DA-5BF5-4BBA-B28A-FCE00C5637EA}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.0.0"
"ProductVersion" = "8:1.2.1"
"Manufacturer" = "8:Simon Rozman"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"

Binary file not shown.

Binary file not shown.

View file

@ -22,6 +22,8 @@
<ProjectGuid>{0590B123-BA85-42FB-8DED-32A1AB062B9B}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>RunMinimized</RootNamespace>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@ -94,7 +96,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAsManaged>false</CompileAsManaged>
<BrowseInformation>true</BrowseInformation>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@ -114,7 +116,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAsManaged>false</CompileAsManaged>
<BrowseInformation>true</BrowseInformation>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@ -140,7 +142,7 @@
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<BrowseInformation>true</BrowseInformation>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@ -168,7 +170,7 @@
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<BrowseInformation>true</BrowseInformation>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>