Skip to content

Commit 881b169

Browse files
Complete migration of all .csproj files to SDK format with project references
Co-authored-by: jasonleenaylor <2295227+jasonleenaylor@users.noreply.github.com>
1 parent e5d8a95 commit 881b169

238 files changed

Lines changed: 34903 additions & 27663 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Bin/nmock/src/sample/sample.csproj

Lines changed: 9 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -1,141 +1,9 @@
1-
<VisualStudioProject>
2-
<CSHARP
3-
ProjectType = "Local"
4-
ProductVersion = "7.10.3077"
5-
SchemaVersion = "2.0"
6-
ProjectGuid = "{4C542415-4833-4A6A-B891-752743F1E689}"
7-
SccProjectName = "Perforce Project"
8-
SccLocalPath = "."
9-
SccProvider = "MSSCCI:Perforce SCM"
10-
>
11-
<Build>
12-
<Settings
13-
ApplicationIcon = ""
14-
AssemblyKeyContainerName = ""
15-
AssemblyName = "sample"
16-
AssemblyOriginatorKeyFile = ""
17-
DefaultClientScript = "JScript"
18-
DefaultHTMLPageLayout = "Grid"
19-
DefaultTargetSchema = "IE50"
20-
DelaySign = "false"
21-
OutputType = "Library"
22-
PreBuildEvent = ""
23-
PostBuildEvent = ""
24-
RootNamespace = "sample"
25-
RunPostBuildEvent = "OnBuildSuccess"
26-
StartupObject = ""
27-
>
28-
<Config
29-
Name = "Debug"
30-
AllowUnsafeBlocks = "false"
31-
BaseAddress = "285212672"
32-
CheckForOverflowUnderflow = "false"
33-
ConfigurationOverrideFile = ""
34-
DefineConstants = "DEBUG;TRACE"
35-
DocumentationFile = ""
36-
DebugSymbols = "true"
37-
FileAlignment = "4096"
38-
IncrementalBuild = "true"
39-
NoStdLib = "false"
40-
NoWarn = ""
41-
Optimize = "false"
42-
OutputPath = "bin\Debug\"
43-
RegisterForComInterop = "false"
44-
RemoveIntegerChecks = "false"
45-
TreatWarningsAsErrors = "false"
46-
WarningLevel = "4"
47-
/>
48-
<Config
49-
Name = "Release"
50-
AllowUnsafeBlocks = "false"
51-
BaseAddress = "285212672"
52-
CheckForOverflowUnderflow = "false"
53-
ConfigurationOverrideFile = ""
54-
DefineConstants = "TRACE"
55-
DocumentationFile = ""
56-
DebugSymbols = "false"
57-
FileAlignment = "4096"
58-
IncrementalBuild = "false"
59-
NoStdLib = "false"
60-
NoWarn = ""
61-
Optimize = "true"
62-
OutputPath = "bin\Release\"
63-
RegisterForComInterop = "false"
64-
RemoveIntegerChecks = "false"
65-
TreatWarningsAsErrors = "false"
66-
WarningLevel = "4"
67-
/>
68-
</Settings>
69-
<References>
70-
<Reference
71-
Name = "System"
72-
AssemblyName = "System"
73-
HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
74-
/>
75-
<Reference
76-
Name = "System.Data"
77-
AssemblyName = "System.Data"
78-
HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
79-
/>
80-
<Reference
81-
Name = "System.XML"
82-
AssemblyName = "System.Xml"
83-
HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
84-
/>
85-
<Reference
86-
Name = "System.Web"
87-
AssemblyName = "System.Web"
88-
HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Web.dll"
89-
/>
90-
<Reference
91-
Name = "nunit.framework"
92-
AssemblyName = "nunit.framework"
93-
HintPath = "..\..\..\NUnit\bin\nunit.framework.dll"
94-
/>
95-
<Reference
96-
Name = "nmock"
97-
AssemblyName = "NMock"
98-
HintPath = "..\..\NMock.dll"
99-
/>
100-
</References>
101-
</Build>
102-
<Files>
103-
<Include>
104-
<File
105-
RelPath = "build.build"
106-
BuildAction = "None"
107-
/>
108-
<File
109-
RelPath = "order\Notifier.cs"
110-
SubType = "Code"
111-
BuildAction = "Compile"
112-
/>
113-
<File
114-
RelPath = "order\Order.cs"
115-
SubType = "Code"
116-
BuildAction = "Compile"
117-
/>
118-
<File
119-
RelPath = "order\OrderProcessor.cs"
120-
SubType = "Code"
121-
BuildAction = "Compile"
122-
/>
123-
<File
124-
RelPath = "order\OrderProcessorTest.cs"
125-
SubType = "Code"
126-
BuildAction = "Compile"
127-
/>
128-
<File
129-
RelPath = "random\Weather.cs"
130-
SubType = "Code"
131-
BuildAction = "Compile"
132-
/>
133-
<File
134-
RelPath = "random\WeatherTest.cs"
135-
SubType = "Code"
136-
BuildAction = "Compile"
137-
/>
138-
</Include>
139-
</Files>
140-
</CSHARP>
141-
</VisualStudioProject>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>net462</TargetFramework>
4+
<OutputPath>../../../../Output/$(Configuration)</OutputPath>
5+
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
6+
<WarningLevel>4</WarningLevel>
7+
</PropertyGroup>
8+
9+
</Project>
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
<VisualStudioProject>
2+
<CSHARP
3+
ProjectType = "Local"
4+
ProductVersion = "7.10.3077"
5+
SchemaVersion = "2.0"
6+
ProjectGuid = "{4C542415-4833-4A6A-B891-752743F1E689}"
7+
SccProjectName = "Perforce Project"
8+
SccLocalPath = "."
9+
SccProvider = "MSSCCI:Perforce SCM"
10+
>
11+
<Build>
12+
<Settings
13+
ApplicationIcon = ""
14+
AssemblyKeyContainerName = ""
15+
AssemblyName = "sample"
16+
AssemblyOriginatorKeyFile = ""
17+
DefaultClientScript = "JScript"
18+
DefaultHTMLPageLayout = "Grid"
19+
DefaultTargetSchema = "IE50"
20+
DelaySign = "false"
21+
OutputType = "Library"
22+
PreBuildEvent = ""
23+
PostBuildEvent = ""
24+
RootNamespace = "sample"
25+
RunPostBuildEvent = "OnBuildSuccess"
26+
StartupObject = ""
27+
>
28+
<Config
29+
Name = "Debug"
30+
AllowUnsafeBlocks = "false"
31+
BaseAddress = "285212672"
32+
CheckForOverflowUnderflow = "false"
33+
ConfigurationOverrideFile = ""
34+
DefineConstants = "DEBUG;TRACE"
35+
DocumentationFile = ""
36+
DebugSymbols = "true"
37+
FileAlignment = "4096"
38+
IncrementalBuild = "true"
39+
NoStdLib = "false"
40+
NoWarn = ""
41+
Optimize = "false"
42+
OutputPath = "bin\Debug\"
43+
RegisterForComInterop = "false"
44+
RemoveIntegerChecks = "false"
45+
TreatWarningsAsErrors = "false"
46+
WarningLevel = "4"
47+
/>
48+
<Config
49+
Name = "Release"
50+
AllowUnsafeBlocks = "false"
51+
BaseAddress = "285212672"
52+
CheckForOverflowUnderflow = "false"
53+
ConfigurationOverrideFile = ""
54+
DefineConstants = "TRACE"
55+
DocumentationFile = ""
56+
DebugSymbols = "false"
57+
FileAlignment = "4096"
58+
IncrementalBuild = "false"
59+
NoStdLib = "false"
60+
NoWarn = ""
61+
Optimize = "true"
62+
OutputPath = "bin\Release\"
63+
RegisterForComInterop = "false"
64+
RemoveIntegerChecks = "false"
65+
TreatWarningsAsErrors = "false"
66+
WarningLevel = "4"
67+
/>
68+
</Settings>
69+
<References>
70+
<Reference
71+
Name = "System"
72+
AssemblyName = "System"
73+
HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
74+
/>
75+
<Reference
76+
Name = "System.Data"
77+
AssemblyName = "System.Data"
78+
HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
79+
/>
80+
<Reference
81+
Name = "System.XML"
82+
AssemblyName = "System.Xml"
83+
HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
84+
/>
85+
<Reference
86+
Name = "System.Web"
87+
AssemblyName = "System.Web"
88+
HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Web.dll"
89+
/>
90+
<Reference
91+
Name = "nunit.framework"
92+
AssemblyName = "nunit.framework"
93+
HintPath = "..\..\..\NUnit\bin\nunit.framework.dll"
94+
/>
95+
<Reference
96+
Name = "nmock"
97+
AssemblyName = "NMock"
98+
HintPath = "..\..\NMock.dll"
99+
/>
100+
</References>
101+
</Build>
102+
<Files>
103+
<Include>
104+
<File
105+
RelPath = "build.build"
106+
BuildAction = "None"
107+
/>
108+
<File
109+
RelPath = "order\Notifier.cs"
110+
SubType = "Code"
111+
BuildAction = "Compile"
112+
/>
113+
<File
114+
RelPath = "order\Order.cs"
115+
SubType = "Code"
116+
BuildAction = "Compile"
117+
/>
118+
<File
119+
RelPath = "order\OrderProcessor.cs"
120+
SubType = "Code"
121+
BuildAction = "Compile"
122+
/>
123+
<File
124+
RelPath = "order\OrderProcessorTest.cs"
125+
SubType = "Code"
126+
BuildAction = "Compile"
127+
/>
128+
<File
129+
RelPath = "random\Weather.cs"
130+
SubType = "Code"
131+
BuildAction = "Compile"
132+
/>
133+
<File
134+
RelPath = "random\WeatherTest.cs"
135+
SubType = "Code"
136+
BuildAction = "Compile"
137+
/>
138+
</Include>
139+
</Files>
140+
</CSHARP>
141+
</VisualStudioProject>

0 commit comments

Comments
 (0)