-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSharp_BatchConvertToRVZ.sln
More file actions
24 lines (24 loc) · 1.37 KB
/
Copy pathCSharp_BatchConvertToRVZ.sln
File metadata and controls
24 lines (24 loc) · 1.37 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatchConvertToRVZ", "BatchConvertToRVZ\BatchConvertToRVZ.csproj", "{86799B93-CE37-4470-A922-223370BF0C98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatchConvertToRVZ.Tests", "BatchConvertToRVZ.Tests\BatchConvertToRVZ.Tests.csproj", "{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}"
EndProject
Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86799B93-CE37-4470-A922-223370BF0C98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86799B93-CE37-4470-A922-223370BF0C98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86799B93-CE37-4470-A922-223370BF0C98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86799B93-CE37-4470-A922-223370BF0C98}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal