Skip to content

Commit a172983

Browse files
EspenEspen
Espen
authored and
Espen
committed
Changed project settings to use .Net framwork 4.0 instead of 4.5
1 parent 99d3f46 commit a172983

28 files changed

+583
-12
lines changed

.vs/RabbitHole/v14/.suo

14.5 KB
Binary file not shown.

RabbitHole/App.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
55
</startup>
6-
</configuration>
6+
</configuration>

RabbitHole/RabbitHole.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>RabbitHole</RootNamespace>
1111
<AssemblyName>RabbitHole</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1515
<PublishUrl>publish\</PublishUrl>
@@ -27,6 +27,7 @@
2727
<IsWebBootstrapper>false</IsWebBootstrapper>
2828
<UseApplicationTrust>false</UseApplicationTrust>
2929
<BootstrapperEnabled>true</BootstrapperEnabled>
30+
<TargetFrameworkProfile />
3031
</PropertyGroup>
3132
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3233
<PlatformTarget>AnyCPU</PlatformTarget>

RabbitHole/bin/Release/RabbitHole.exe

0 Bytes
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
55
</startup>
6-
</configuration>
6+
</configuration>

RabbitHole/bin/Release/RabbitHole.pdb

0 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
55
</startup>
6-
</configuration>
6+
</configuration>
Binary file not shown.

RabbitHole/obj/Release/RabbitHole.csproj.FileListAbsolute.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\bin\Release\RabbitHole.ex
88
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\bin\Release\RabbitHole.exe
99
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\bin\Release\RabbitHole.pdb
1010
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\bin\Release\BouncyCastle.Crypto.dll
11-
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\obj\Release\RabbitHole.csprojResolveAssemblyReference.cache
1211
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\obj\Release\RabbitHole.exe
1312
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\obj\Release\RabbitHole.pdb
Binary file not shown.

RabbitHole/obj/Release/RabbitHole.exe

0 Bytes
Binary file not shown.

RabbitHole/obj/Release/RabbitHole.pdb

0 Bytes
Binary file not shown.
Lines changed: 285 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,285 @@
1+
<HTML><HEAD><TITLE>Build Report</TITLE></HEAD><BODY>
2+
3+
<B><FONT FACE="Arial" SIZE=4><P ALIGN="center">
4+
Build Report</P></B></FONT>
5+
6+
<B><I><FONT FACE="Arial" ><P>
7+
Summary</P></I></B></FONT>
8+
9+
<TABLE CELLSPACING=0 STYLE="margin-left:20" BORDER=0 CELLPADDING=4 WIDTH=600>
10+
11+
<TR>
12+
13+
<TD WIDTH="45%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
14+
15+
Number of features:
16+
</FONT></P></TD>
17+
18+
<TD WIDTH="55%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
19+
20+
1
21+
</FONT></P></TD>
22+
23+
</TR>
24+
25+
<TR>
26+
27+
<TD WIDTH="45%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
28+
29+
Number of merge modules:
30+
</FONT></P></TD>
31+
32+
<TD WIDTH="55%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
33+
34+
0
35+
</FONT></P></TD>
36+
37+
</TR>
38+
39+
<TR>
40+
41+
<TD WIDTH="45%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
42+
43+
Number of dynamic links:
44+
</FONT></P></TD>
45+
46+
<TD WIDTH="55%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
47+
48+
0
49+
</FONT></P></TD>
50+
51+
</TR>
52+
53+
<TR>
54+
55+
<TD WIDTH="45%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
56+
57+
Media:
58+
</FONT></P></TD>
59+
60+
<TD WIDTH="55%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
61+
62+
SingleImage
63+
</FONT></P></TD>
64+
65+
</TR>
66+
67+
<TR>
68+
69+
<TD WIDTH="45%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
70+
71+
Number of files:
72+
</FONT></P></TD>
73+
74+
<TD WIDTH="55%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
75+
76+
3
77+
</FONT></P></TD>
78+
79+
</TR>
80+
81+
<TR>
82+
83+
<TD WIDTH="45%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
84+
85+
Uncompressed files total size:
86+
</FONT></P></TD>
87+
88+
<TD WIDTH="55%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
89+
90+
0.00 MB
91+
</FONT></P></TD>
92+
93+
</TR>
94+
95+
<TR>
96+
97+
<TD WIDTH="45%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
98+
99+
Compressed files total size:
100+
</FONT></P></TD>
101+
102+
<TD WIDTH="55%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
103+
104+
0.00 MB
105+
</FONT></P></TD>
106+
107+
</TR>
108+
109+
</TABLE>
110+
111+
<B><I><FONT FACE="Arial" ><P>
112+
Features</P></I></B></FONT>
113+
114+
<TABLE CELLSPACING=0 STYLE="margin-left:20" BORDER=0 CELLPADDING=4 WIDTH=600>
115+
116+
<TR>
117+
118+
<TD WIDTH="100%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
119+
120+
AlwaysInstall
121+
</FONT></P></TD>
122+
123+
</TR>
124+
125+
</TABLE>
126+
127+
<B><I><FONT FACE="Arial" ><P>
128+
Merge Modules</P></I></B></FONT>
129+
130+
<TABLE CELLSPACING=0 STYLE="margin-left:20" BORDER=0 CELLPADDING=4 WIDTH=600>
131+
132+
</TABLE>
133+
134+
<B><I><FONT FACE="Arial" ><P>
135+
Dynamic links</P></I></B></FONT>
136+
137+
<TABLE CELLSPACING=0 STYLE="margin-left:20" BORDER=0 CELLPADDING=4 WIDTH=600>
138+
139+
</TABLE>
140+
141+
<B><I><FONT FACE="Arial" ><P>
142+
Files</P></I></B></FONT>
143+
144+
<TABLE CELLSPACING=0 STYLE="margin-left:20" BORDER=0 CELLPADDING=4 WIDTH=600>
145+
146+
<TR>
147+
148+
<TD WIDTH="30%"VALIGN="center"><B><I><FONT FACE="Arial"SIZE=2><P>
149+
150+
File
151+
</I></B></FONT></P></TD>
152+
153+
<TD WIDTH="20%"VALIGN="center"><B><I><FONT FACE="Arial"SIZE=2><P>
154+
155+
Destination
156+
</I></B></FONT></P></TD>
157+
158+
<TD WIDTH="15%"VALIGN="center"><B><I><FONT FACE="Arial"SIZE=2><P>
159+
160+
Feature
161+
</I></B></FONT></P></TD>
162+
163+
<TD WIDTH="15%"VALIGN="center"><B><I><FONT FACE="Arial"SIZE=2><P>
164+
165+
Last Modified
166+
</I></B></FONT></P></TD>
167+
168+
<TD WIDTH="10%"VALIGN="center"><B><I><FONT FACE="Arial"SIZE=2><P>
169+
170+
Size (bytes)
171+
</I></B></FONT></P></TD>
172+
173+
<TD WIDTH="10%"VALIGN="center"><B><I><FONT FACE="Arial"SIZE=2><P>
174+
175+
Version
176+
</I></B></FONT></P></TD>
177+
178+
</TR>
179+
180+
<TR>
181+
182+
<TD WIDTH="30%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
183+
184+
RabbitHole.exe
185+
</FONT></P></TD>
186+
187+
<TD WIDTH="20%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
188+
189+
[ProgramFilesFolder]Commitant\RabbitHole
190+
</FONT></P></TD>
191+
192+
<TD WIDTH="15%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
193+
194+
Always Install
195+
</FONT></P></TD>
196+
197+
<TD WIDTH="15%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
198+
199+
08.11.2017 10:15:11
200+
</FONT></P></TD>
201+
202+
<TD WIDTH="10%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
203+
204+
80384
205+
</FONT></P></TD>
206+
207+
<TD WIDTH="10%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
208+
209+
1.0.0.0
210+
</FONT></P></TD>
211+
212+
</TR>
213+
214+
<TR>
215+
216+
<TD WIDTH="30%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
217+
218+
RabbitHole.exe.config
219+
</FONT></P></TD>
220+
221+
<TD WIDTH="20%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
222+
223+
[ProgramFilesFolder]Commitant\RabbitHole
224+
</FONT></P></TD>
225+
226+
<TD WIDTH="15%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
227+
228+
Always Install
229+
</FONT></P></TD>
230+
231+
<TD WIDTH="15%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
232+
233+
08.11.2017 10:12:26
234+
</FONT></P></TD>
235+
236+
<TD WIDTH="10%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
237+
238+
184
239+
</FONT></P></TD>
240+
241+
<TD WIDTH="10%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
242+
243+
244+
</FONT></P></TD>
245+
246+
</TR>
247+
248+
<TR>
249+
250+
<TD WIDTH="30%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
251+
252+
BouncyCastle.Crypto.dll
253+
</FONT></P></TD>
254+
255+
<TD WIDTH="20%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
256+
257+
[ProgramFilesFolder]Commitant\RabbitHole
258+
</FONT></P></TD>
259+
260+
<TD WIDTH="15%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
261+
262+
Always Install
263+
</FONT></P></TD>
264+
265+
<TD WIDTH="15%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
266+
267+
26.10.2017 12:55:31
268+
</FONT></P></TD>
269+
270+
<TD WIDTH="10%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
271+
272+
2236416
273+
</FONT></P></TD>
274+
275+
<TD WIDTH="10%"VALIGN="center"><FONT FACE="Times New Roman"SIZE=2><P>
276+
277+
1.8.15362.1
278+
</FONT></P></TD>
279+
280+
</TR>
281+
282+
</TABLE>
283+
284+
</BODY></HTML>
285+

0 commit comments

Comments
 (0)