File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio 2013
4
- VisualStudioVersion = 12.0.30501 .0
4
+ VisualStudioVersion = 12.0.31101 .0
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Npgsql" , "Npgsql\Npgsql.csproj" , "{9D13B739-62B1-4190-B386-7A9547304EB3}"
7
7
EndProject
@@ -136,9 +136,13 @@ Global
136
136
{249C6185-C3B5-4D28-A508-ABD975702A0B} .Release -net 45 |AnyCPU .Build .0 = Release -net 45 |Any CPU
137
137
{249C6185-C3B5-4D28-A508-ABD975702A0B} .Release -net 45 -EF 6 |AnyCPU .ActiveCfg = Release -net 45 |Any CPU
138
138
{249C6185-C3B5-4D28-A508-ABD975702A0B} .Release -net 45 -EF 6 |AnyCPU .Build .0 = Release -net 45 |Any CPU
139
+ {9583D8F8-22CB-4F0D-9088-616BE4906F66} .Debug -net 20 |AnyCPU .ActiveCfg = Release -net 45 |Any CPU
140
+ {9583D8F8-22CB-4F0D-9088-616BE4906F66} .Debug -net 35 |AnyCPU .ActiveCfg = Release -net 45 |Any CPU
139
141
{9583D8F8-22CB-4F0D-9088-616BE4906F66} .Debug -net 40 |AnyCPU .ActiveCfg = Release -net 40 |Any CPU
140
142
{9583D8F8-22CB-4F0D-9088-616BE4906F66} .Debug -net 45 |AnyCPU .ActiveCfg = Release -net 45 |Any CPU
141
143
{9583D8F8-22CB-4F0D-9088-616BE4906F66} .Debug -net 45 -EF 6 |AnyCPU .ActiveCfg = Release -net 45 |Any CPU
144
+ {9583D8F8-22CB-4F0D-9088-616BE4906F66} .Release -net 20 |AnyCPU .ActiveCfg = Release -net 45 |Any CPU
145
+ {9583D8F8-22CB-4F0D-9088-616BE4906F66} .Release -net 35 |AnyCPU .ActiveCfg = Release -net 45 |Any CPU
142
146
{9583D8F8-22CB-4F0D-9088-616BE4906F66} .Release -net 40 |AnyCPU .ActiveCfg = Release -net 40 |Any CPU
143
147
{9583D8F8-22CB-4F0D-9088-616BE4906F66} .Release -net 40 |AnyCPU .Build .0 = Release -net 40 |Any CPU
144
148
{9583D8F8-22CB-4F0D-9088-616BE4906F66} .Release -net 45 |AnyCPU .ActiveCfg = Release -net 45 |Any CPU
Original file line number Diff line number Diff line change 40
40
<!-- The MakeDir task creates a folder that is named by the OutputPath property, provided that no folder by that name currently exists. -->
41
41
<MakeDir Directories =" $(OutputPath)" Condition =" !Exists('$(OutputPath)')" />
42
42
<!-- Build full(NET45,DDEX2013,DDEX2012) setup. for Vs2012/Vs2013 -->
43
- <Exec Command =" " C:\Program Files (x86)\NSIS\makensis.exe" /DNET45 /DDDEX2013 /DDDEX2012 /DCOMMON_LOGGING /DOutFile=$(OutputPath)\installer.exe /DVER=$(SetupVersion) Setup_Npgsql.nsi" Condition =" '$(Configuration)|$(Platform)' == 'Release-net45|AnyCPU' " />
43
+ <Exec Command =" " C:\Program Files (x86)\NSIS\makensis.exe" /DNET45 /DDDEX2013 /DDDEX2012 /DMONO_SECURITY /DOutFile=$(OutputPath)\installer.exe /DVER=$(SetupVersion) Setup_Npgsql.nsi" Condition =" '$(Configuration)|$(Platform)' == 'Release-net45|AnyCPU' " />
44
44
<!-- Build partial(NET40,DDEX2010) setup. for Vs2010 -->
45
- <Exec Command =" " C:\Program Files (x86)\NSIS\makensis.exe" /DNET40 /DDDEX2010 /DCOMMON_LOGGING /DOutFile=$(OutputPath)\installer.exe /DVER=$(SetupVersion) Setup_Npgsql.nsi" Condition =" '$(Configuration)|$(Platform)' == 'Release-net40|AnyCPU' " />
45
+ <Exec Command =" " C:\Program Files (x86)\NSIS\makensis.exe" /DNET40 /DDDEX2010 /DMONO_SECURITY /DOutFile=$(OutputPath)\installer.exe /DVER=$(SetupVersion) Setup_Npgsql.nsi" Condition =" '$(Configuration)|$(Platform)' == 'Release-net40|AnyCPU' " />
46
46
<!-- Copy installer.exe to Setup_Npgsql_x.y.z.w.exe -->
47
47
<Copy SourceFiles =" $(OutputPath)\installer.exe" DestinationFiles =" $(OutputPath)\Setup_Npgsql-$(SetupVersion).exe" />
48
48
</Target >
You can’t perform that action at this time.
0 commit comments