source: cheroxy/trunk/_win/cheroxy.sln@ 32

Last change on this file since 32 was 32, checked in by cheese, 11 years ago

#1 change to library and add test project on windows

File size: 1.5 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 10.00
3# Visual Studio 2008
4Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cheroxy", "cheroxy\cheroxy.vcproj", "{2B0FC787-D876-4EC1-9C62-F40BE6BA01A9}"
5EndProject
6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{A15833DF-4318-4678-9167-E27A4A589689}"
7 ProjectSection(ProjectDependencies) = postProject
8 {2B0FC787-D876-4EC1-9C62-F40BE6BA01A9} = {2B0FC787-D876-4EC1-9C62-F40BE6BA01A9}
9 EndProjectSection
10EndProject
11Global
12 GlobalSection(SolutionConfigurationPlatforms) = preSolution
13 Debug|Win32 = Debug|Win32
14 Release|Win32 = Release|Win32
15 EndGlobalSection
16 GlobalSection(ProjectConfigurationPlatforms) = postSolution
17 {2B0FC787-D876-4EC1-9C62-F40BE6BA01A9}.Debug|Win32.ActiveCfg = Debug|Win32
18 {2B0FC787-D876-4EC1-9C62-F40BE6BA01A9}.Debug|Win32.Build.0 = Debug|Win32
19 {2B0FC787-D876-4EC1-9C62-F40BE6BA01A9}.Release|Win32.ActiveCfg = Release|Win32
20 {2B0FC787-D876-4EC1-9C62-F40BE6BA01A9}.Release|Win32.Build.0 = Release|Win32
21 {A15833DF-4318-4678-9167-E27A4A589689}.Debug|Win32.ActiveCfg = Debug|Win32
22 {A15833DF-4318-4678-9167-E27A4A589689}.Debug|Win32.Build.0 = Debug|Win32
23 {A15833DF-4318-4678-9167-E27A4A589689}.Release|Win32.ActiveCfg = Release|Win32
24 {A15833DF-4318-4678-9167-E27A4A589689}.Release|Win32.Build.0 = Release|Win32
25 EndGlobalSection
26 GlobalSection(SolutionProperties) = preSolution
27 HideSolutionNode = FALSE
28 EndGlobalSection
29EndGlobal
Note: See TracBrowser for help on using the repository browser.