123456789101112131415161718192021 |
-
- Microsoft Visual Studio Solution File, Format Version 11.00
- # Visual Studio 2010
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhiteNoise", "WhiteNoise\WhiteNoise.csproj", "{EBCA3317-A6C3-4265-851B-02173598CF81}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x86 = Debug|x86
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {EBCA3317-A6C3-4265-851B-02173598CF81}.Debug|x86.ActiveCfg = Debug|x86
- {EBCA3317-A6C3-4265-851B-02173598CF81}.Debug|x86.Build.0 = Debug|x86
- {EBCA3317-A6C3-4265-851B-02173598CF81}.Release|x86.ActiveCfg = Release|x86
- {EBCA3317-A6C3-4265-851B-02173598CF81}.Release|x86.Build.0 = Release|x86
- EndGlobalSection
- GlobalSection(MonoDevelopProperties) = preSolution
- StartupItem = WhiteNoise\WhiteNoise.csproj
- EndGlobalSection
- EndGlobal
|