diff options
| author | 2026-04-02 21:16:55 -0400 | |
|---|---|---|
| committer | 2026-04-02 21:58:31 -0400 | |
| commit | 9bebe7aa2ea80df948338e8b8cee256f7b6454d9 (patch) | |
| tree | ab2df8cc6f6978c8edfc2786f0ffcd1de85502f2 /NewCamera.sln | |
| parent | c95b23e637fa1545a3ab2de0ec9b73d67332b4ad (diff) | |
| download | NewCamera-9bebe7aa2ea80df948338e8b8cee256f7b6454d9.tar.gz NewCamera-9bebe7aa2ea80df948338e8b8cee256f7b6454d9.tar.bz2 NewCamera-9bebe7aa2ea80df948338e8b8cee256f7b6454d9.zip | |
Gut graphics stuff, misc additions
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'NewCamera.sln')
| -rwxr-xr-x | NewCamera.sln | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/NewCamera.sln b/NewCamera.sln new file mode 100755 index 0000000..ba20378 --- /dev/null +++ b/NewCamera.sln @@ -0,0 +1,22 @@ +
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.12.35514.174 d17.12
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewCamera", "NewCamera.csproj", "{E9DE1105-BC7A-4753-9181-E7DA03727E54}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {E9DE1105-BC7A-4753-9181-E7DA03727E54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E9DE1105-BC7A-4753-9181-E7DA03727E54}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E9DE1105-BC7A-4753-9181-E7DA03727E54}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E9DE1105-BC7A-4753-9181-E7DA03727E54}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|