aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Properties/.svn
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Prebuild/src/Properties/.svn/all-wcprops11
-rw-r--r--Prebuild/src/Properties/.svn/entries62
-rw-r--r--Prebuild/src/Properties/.svn/prop-base/AssemblyInfo.cs.svn-base9
-rw-r--r--Prebuild/src/Properties/.svn/text-base/AssemblyInfo.cs.svn-base113
4 files changed, 195 insertions, 0 deletions
diff --git a/Prebuild/src/Properties/.svn/all-wcprops b/Prebuild/src/Properties/.svn/all-wcprops
new file mode 100644
index 0000000..0fdb604
--- /dev/null
+++ b/Prebuild/src/Properties/.svn/all-wcprops
@@ -0,0 +1,11 @@
1K 25
2svn:wc:ra_dav:version-url
3V 56
4/svnroot/dnpb/!svn/ver/323/trunk/Prebuild/src/Properties
5END
6AssemblyInfo.cs
7K 25
8svn:wc:ra_dav:version-url
9V 72
10/svnroot/dnpb/!svn/ver/323/trunk/Prebuild/src/Properties/AssemblyInfo.cs
11END
diff --git a/Prebuild/src/Properties/.svn/entries b/Prebuild/src/Properties/.svn/entries
new file mode 100644
index 0000000..0a81c5c
--- /dev/null
+++ b/Prebuild/src/Properties/.svn/entries
@@ -0,0 +1,62 @@
110
2
3dir
4323
5https://dnpb.svn.sourceforge.net/svnroot/dnpb/trunk/Prebuild/src/Properties
6https://dnpb.svn.sourceforge.net/svnroot/dnpb
7
8
9
102010-09-10T17:51:36.189738Z
11323
12jhurliman
13
14
15
16
17
18
19
20
21
22
23
24
25
26
273355ff64-970d-0410-bbe8-d0fbd18be4fb
28
29AssemblyInfo.cs
30file
31
32
33
34
352010-09-10T22:51:45.000000Z
3691e38b76ed4b8de4873bd78e0c587989
372010-09-10T17:51:36.189738Z
38323
39jhurliman
40has-props
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
614691
62
diff --git a/Prebuild/src/Properties/.svn/prop-base/AssemblyInfo.cs.svn-base b/Prebuild/src/Properties/.svn/prop-base/AssemblyInfo.cs.svn-base
new file mode 100644
index 0000000..7b57b30
--- /dev/null
+++ b/Prebuild/src/Properties/.svn/prop-base/AssemblyInfo.cs.svn-base
@@ -0,0 +1,9 @@
1K 13
2svn:eol-style
3V 6
4native
5K 12
6svn:keywords
7V 23
8Author Date Id Revision
9END
diff --git a/Prebuild/src/Properties/.svn/text-base/AssemblyInfo.cs.svn-base b/Prebuild/src/Properties/.svn/text-base/AssemblyInfo.cs.svn-base
new file mode 100644
index 0000000..f3ac30f
--- /dev/null
+++ b/Prebuild/src/Properties/.svn/text-base/AssemblyInfo.cs.svn-base
@@ -0,0 +1,113 @@
1#region BSD License
2/*
3
4Copyright (c) 2004 - 2008
5Matthew Holmes (matthew@wildfiregames.com),
6Dan Moorehead (dan05a@gmail.com),
7Dave Hudson (jendave@yahoo.com),
8Rob Loach (http://www.robloach.net),
9C.J. Adams-Collier (cjac@colliertech.org),
10
11Redistribution and use in source and binary forms, with or without
12modification, are permitted provided that the following conditions are
13met:
14
15* Redistributions of source code must retain the above copyright
16 notice, this list of conditions and the following disclaimer.
17
18* Redistributions in binary form must reproduce the above copyright
19 notice, this list of conditions and the following disclaimer in the
20 documentation and/or other materials provided with the distribution.
21
22* The name of the author may not be used to endorse or promote
23 products derived from this software without specific prior written
24 permission.
25
26THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
27IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
28WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
29DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
30INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
31(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
32SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
34STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
35IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36POSSIBILITY OF SUCH DAMAGE.
37
38*/
39#endregion
40
41using System;
42using System.Reflection;
43using System.Runtime.CompilerServices;
44using System.Runtime.InteropServices;
45using System.Security.Permissions;
46using System.Resources;
47
48
49// FxCop recommended attributes
50[assembly: ComVisible(false)]
51[assembly: FileIOPermission(SecurityAction.RequestMinimum, Unrestricted=true)]
52[assembly: CLSCompliant(true)]
53
54//
55// General Information about an assembly is controlled through the following
56// set of attributes. Change these attribute values to modify the information
57// associated with an assembly.
58//
59[assembly: AssemblyTitle(".NET Prebuild")]
60[assembly: AssemblyDescription("A .NET project file build tool")]
61[assembly: AssemblyConfiguration(".NET CLR")]
62[assembly: AssemblyCompany("The Prebuild Project")]
63[assembly: AssemblyProduct("")]
64[assembly: AssemblyCopyright("Copyright 2004-2010 " +
65 "Matthew Holmes, " +
66 "Dan Moorehead, " +
67 "C.J. Adams-Collier, " +
68 "Rob Loach, " +
69 "David Hudson," +
70 "John Hurliman")]
71[assembly: AssemblyTrademark("")]
72[assembly: AssemblyCulture("")]
73[assembly: NeutralResourcesLanguageAttribute("en-US")]
74[assembly: AssemblyVersion("2.0.5.*")]
75
76//
77// Version information for an assembly consists of the following four values:
78//
79// Major Version
80// Minor Version
81// Build Number
82// Revision
83//
84// You can specify all the values or you can default the Revision and Build Numbers
85// by using the '*' as shown below:
86
87//
88// In order to sign your assembly you must specify a key to use. Refer to the
89// Microsoft .NET Framework documentation for more information on assembly signing.
90//
91// Use the attributes below to control which key is used for signing.
92//
93// Notes:
94// (*) If no key is specified, the assembly is not signed.
95// (*) KeyName refers to a key that has been installed in the Crypto Service
96// Provider (CSP) on your machine. KeyFile refers to a file which contains
97// a key.
98// (*) If the KeyFile and the KeyName values are both specified, the
99// following processing occurs:
100// (1) If the KeyName can be found in the CSP, that key is used.
101// (2) If the KeyName does not exist and the KeyFile does exist, the key
102// in the KeyFile is installed into the CSP and used.
103// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
104// When specifying the KeyFile, the location of the KeyFile should be
105// relative to the project output directory which is
106// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
107// located in the project directory, you would specify the AssemblyKeyFile
108// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
109// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
110// documentation for more information on this.
111//
112[assembly: AssemblyDelaySign(false)]
113[assembly: AssemblyKeyName("")]