-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbatchOptimization.sln
More file actions
35 lines (35 loc) · 1.64 KB
/
batchOptimization.sln
File metadata and controls
35 lines (35 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "batchOptimization", "batchOptimization.csproj", "{55C7CE84-9886-4ACA-A627-EF658DDA244C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D1336FD9-676B-4335-9E35-3414E785D204}"
ProjectSection(SolutionItems) = preProject
Eject.ico = Eject.ico
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55C7CE84-9886-4ACA-A627-EF658DDA244C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55C7CE84-9886-4ACA-A627-EF658DDA244C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55C7CE84-9886-4ACA-A627-EF658DDA244C}.Debug|x64.ActiveCfg = Debug|x64
{55C7CE84-9886-4ACA-A627-EF658DDA244C}.Debug|x64.Build.0 = Debug|x64
{55C7CE84-9886-4ACA-A627-EF658DDA244C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55C7CE84-9886-4ACA-A627-EF658DDA244C}.Release|Any CPU.Build.0 = Release|Any CPU
{55C7CE84-9886-4ACA-A627-EF658DDA244C}.Release|x64.ActiveCfg = Release|x64
{55C7CE84-9886-4ACA-A627-EF658DDA244C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5028654-B977-4CB9-BCDA-E847C6349AA5}
EndGlobalSection
EndGlobal